/* CSS Document */
body{
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-color: #f6e501;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
a {
	color: #003080;
	text-decoration: none;
}
a:hover {
	color: #ff9933;
}
.orange{
	color: #ff9933;
}
.spacer {
  clear: both;
}
.photos_liens{
	border: none;
}
.bloc_conseilleres{
	position: relative;
	width: 456px;
	height: 120px;
}
.photos_conseilleres{
	position:relative;
	float: left;
	width: 97px;
	height: 120px;
	margin: 0px 10px 0px 0px;
}
.blanc{
	width: 170px;
	height: 20px;
}
/*-------------------------------------------------------conteneur----------------------------------------------------------------------*/
#conteneur{
	position: absolute;
	width: 928px;
	left: 50%;
	margin-left: -466px;
	top: 10px;
}
/*------------------------------------------------------centre--------------------------------------------------------------------------*/
#contenu_general{
	position: relative;
	float: left;
	width: 928px;
}
#fond_general_haut{
	position: relative;
	width: 928px;
	min-height: 30px;
	background-image: url(images/fond_general/fond_general_haut.png);
	background-repeat: no-repeat;
}
#fond_general_centre{
	position: relative;
	width: 928px;
	min-height: 300px;
	background-image: url(images/fond_general/fond_general_centre.png);
	background-repeat: repeat-y;
}
#fond_general_bas{
	position: relative;
	width: 928px;
	height: 46px;
	background-image: url(images/fond_general/fond_general_bas.png);
	background-repeat: no-repeat;
}
/*----------gauche----------*/
#gauche{
	position: relative;
	float: left;
	width: 170px;
	min-height: 300px;
	padding: 0px 5px 0px 15px;
}
#menu_gauche{
	position: relative;
	float: left;
	width: 156px;
}
#menu_gauche_haut{
	position: relative;
	width: 156px;
	height: 21px;
	background-image: url(images/menu_gauche/menu_gauche_haut.jpg);
	background-repeat: no-repeat;
}
#menu_gauche_centre{
	position: relative;
	width: 156px;
	min-height: 100px;
	background-image: url(images/menu_gauche/menu_gauche_centre.jpg);
	background-repeat: repeat-y;
}
#menu_gauche_bas{
	position: relative;
	width: 156px;
	height: 27px;
	background-image: url(images/menu_gauche/menu_gauche_bas.jpg);
	background-repeat: no-repeat;
}
/*----------centre----------*/
#centre{
	position: relative;
	float: left;
	width: 520px;
	min-height: 300px;
	margin: 0px 0px 0px 20px;
	padding: 0px 10px 0px 10px;
}
#centre h3{
	font-family: "Times New Roman", Times, serif;
	color: #003080;
	text-align: right;
}
#centre h2{
	font-family: "Times New Roman", Times, serif;
	color: #003080;
	text-align: left;
}
#centre h4{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#centre h5{
	font-family: Arial, Helvetica, sans-serif;
	color: #003080;
	text-align: left;
}
.texte_en_avant{
	font-size: 14px;
	font-weight: bold;
}
#titre{
	position: relative;
	width: 456px;
	min-height: 15px;
}
#titre_haut{
	position: relative;
	background-image: url(images/titre/titre_haut.jpg);
	background-repeat: no-repeat;
	width: 456px;
	height: 4px;
}
#titre_centre{
	position: relative;
	background-image: url(images/titre/titre_centre.jpg);
	background-repeat: repeat-y;
	width: 456px;
}
#titre_bas{
	position: relative;
	background-image: url(images/titre/titre_bas.jpg);
	background-repeat: no-repeat;
	width: 456px;
	height: 9px;
}
#titre a{
	text-decoration: underline;
}
/*----------droit----------*/
#droit{
	position: relative;
	float: left;
	width: 145px;
	min-height: 300px;
	margin: 0px 0px 0px 33px;
}
/*------------------------------------------------------centre--------------------------------------------------------------------------*/
#footer{
	position: relative;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 928px;
	height: 20px;
	padding: 3px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}
