@charset "UTF-8";
/* CSS Document */

body{
 background-color:#FFFFFF;
 margin:0 0 0 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: normal;
 color:#09005b;
 line-height:1.5em;
}

p {
margin:0 0 0 0;
}

a {
color:#09005b;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#666666;
}


/* CSS index */

#bas_index{
	float:left;
	width:570px;
	margin-top:50px;
	padding-top: 10px;
	border-top: solid 3px #09005b;
	font-size:12px;
	text-align:center;

}

#contenu_index{
	width:600px;
	margin-right: auto;
	margin-left: auto;
}

#content_index{
	width:428px;
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
	}

/* CSS structure */

#content{
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#contenu{
	float:left;
	width:600px;
	margin-bottom:15px;
	margin-top:170px;
	border-bottom: solid 3px #09005b;

}

#contenu2{
	float:left;
	width:528px;
	margin-bottom:20px;
}

#pdf{
	float:left;
	width:570px;
	margin-bottom:40px;
}
	#pdf p{
		margin-bottom:10px;
	}
#bas{
	float:left;
	width:600px;
	margin-bottom:15px;
	margin-top:10px;
	padding-top: 10px;
	border-top: solid 3px #09005b;
	font-size:12px;

}

/* CSS style */

.logo {
	float:left;
	margin-bottom:350px;
	margin-right:25px;
}

.titre {
	font-size:20px;
	font-weight:bold;
	}
	
.soustitre {
	font-size: 16px;
	font-weight:bold;
	margin-bottom:5px;
	}

.pdf {
	margin-top:5px;
	text-decoration:underline;
}

.souligne{
	text-decoration:underline;
	margin-bottom:10px;
}