/* CSS Document */

/****************************************PAGE*****************************************/

* {
	margin:0;
	padding:0;
}

html, body {
	text-align:center;
	margin:0;
	padding:0;
}


body {
	margin:0;
	padding:0;
	background: #F5F5F3;
	font: normal 82%/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5A5A4B;
}

#conteneur {
	margin:auto;
	padding:0;
	background-color: #FFFFFF;
	border-color:#E5E3DF;
	border-style:solid;
	border-width:thin;
	width:700px;
	height:auto;
}

#conteneur:after {
content: "";
display: block;
clear: both;
}


#separation {
	clear:both;
	visibility:hidden;
}

/****************************************HEADER*****************************************/



#haut_page {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	width:700px;
	height:188px;
}

#bandeau {
	margin:0;
	padding:0;
	width:700px;
	height:170px;
}

#bandeau img {
	display:block;
	align: center;
}


#conteneur_menu {
	margin:0;
	padding:0;
	background: #F5F1EA;
	border-color:#E5E3DF;
	border-top-style:solid;
	border-bottom-style:solid;
	border-top-width:1px;
	border-bottom-width:1px;
	width:700px;
	height: 18px;
	text-align:left;
	float:left;
}

#corps_page {
	width:700px;
	height:auto;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	text-align:left;
}

fieldset {
	border-color: #E5E3DF;
	border-style:solid;
	border-width: 1px;
	margin:15px 5px 5px 5px;
	padding-bottom:2px;
}

legend {
	padding:0px;
	font-weight:bolder; 
	font-style: normal; 
	color:#6D78B7; 
}

fieldset p {
	margin:10px; 
	padding:0;
	font-size:14px;
	font-style:normal;
	color:#000000;
}

#bas_page {
	width:700px;
	height:18px;
	margin:0;
	padding:0;
	border-top-color:#E5E3DF;
	border-top-style:solid;
	border-top-width: 1px;
	font-style:normal;
	text-align:center;
	bottom: 0px;
	float:left;
}

a:link, a:active { text-decoration: underline; color:#666666; }
a:visited { text-decoration: underline; color: #666666; }
a:hover, a:focus { text-decoration: underline; color: #6D78B7; }


#bienvenue {
	margin:15px 20px 5px 20px;
	padding-bottom:5px;
}

.lien {
	font-style:normal;
	font-size:12px;
	margin-right:5px;
	color:#6D78B7;
	text-decoration:underline;
}

#info_centre {
	text-align:center;
	width:700px;
	height:15px;
	font-size:12px;
}

#top {
width:700px;
text-align:right;
margin-right:0;
padding:0;
font-size:12px;
text-decoration:none;
}

.top {
width:700px;
margin-right:0;
padding-right:0;
text-align:right;
}

#contenu {
	margin:15px 20px 5px 20px;
	width:660px;
	padding-bottom:5px;
	text-align:justify;
	display:inline;
	float:left;
}

.col_3 {
	margin:5px 15px 0px 15px;
	width:670px;
	padding:0;
	float:left;
	display:inline;
}
/****************************************INDEX*****************************************/

.col {
	float:left;
	margin:5px 15px 0px 15px;
	width:320px;
	padding:0;
	display:inline;
}


.col_2 {
	margin:5px 15px 0px 15px;
	width:670px;
	padding:0;
	display:inline;
	float:left;
}

p {
	color:#666666;
	}
.h1 {
	color:#666666;
	font-size:14px;
}

.h2 {
	font-weight:bold;
}
	
	
/****************************************MENU*****************************************/

ul, li {
margin: 0;
padding: 0;
list-style-type: none;
float:left;
border-color:#6D78B7;

}

#menu a {
	margin-left: 0px;
	z-index:100;
	padding:0px;
	height:18px;
	width:700px;
	text-decoration:none;
	color: #035;
}

#menu li {
color:#666666;
text-align: center;
background: #F5F1EA;
width:75px;
}

#menu a:hover {
	font-style:normal;
	text-decoration:none;
	color:#6D78B7;;
}

