/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/
body {
	margin:0;padding:0 0 0 0;
	background: url('img/fond.jpg') repeat-x;
	background-color:#fcfdfd;
	color:#6d6c6b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
a {
	font-weight:bold;
	color:#2f86c7;
}
a:hover {
	text-decoration:none;
}
hr {
	clear:both;
	visibility:hidden;
	margin:0;padding:0;
	height:0;
}
/************************************************
				CLASSES DIVERSES
************************************************/
.petit {
	font-size:10px;
}
.droite {
	float:right;
}
div.haut_page {
	background:url(img/fleche_haut.gif) no-repeat right;
	height:20px;
	padding-right:25px;
	text-align:right;
	line-height:25px;
	font-size:10px;
}
.fort {
	font-weight:bold;
	font-size:130%;
}
/************************************************
				IMAGES
************************************************/
img {
	border:none;
	text-decoration:none;
}
div.bloc_image {
	text-align:center;
}

div.bloc_image img {
	border:1px solid #2f86c7;
	margin:5px 3px;
	padding:2px;
}
div.bloc_image a {
	text-decoration:none;
}
div.bloc_image p#zoomer {
	text-align:center;
	font-size:9px;
}
/***********************************************
				STYLES MISES EN FORME
***********************************************/
div#conteneur {
	position:relative;
	margin:auto;
	width:755px;
	background-color:white;
	border:1px solid white;
	
}
/************************************************
				ENTETE
************************************************/
h1#entete {
	background: url('img/entete.jpg') no-repeat;
	height:190px;
	margin:0;
}
h1#entete a{
	
}
/*h1#entete a.conseiller {
	display:block;
	float:right;
	font-size:11px;
	padding:5px 150px 0 0;
	color:white;
}*/
h1#entete a span{
	display:block;
	height:190px;
	text-decoration:none;
	visibility:hidden;
}
/*****************************************************
				MENU
*****************************************************/
ul#menu {
	background:url(img/menu.jpg) no-repeat;
	height:26px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
}
ul#menu li {
	display:inline;
	margin:0 0 0 0;
	padding:0;
}
ul#menu li a {
	border-right:1px solid white;
	display:block;
	float:left;
	margin:1px 0 0 0;
	padding:0 5px 0 6px;
	line-height:25px;
	height:25px;
	color:white;
	font-size:9pt;
	font-weight:normal;
	text-decoration:none;
}
ul#menu li a:hover, ul#menu li a.active {
	background-color:#eb0303;
	color:white;
}
ul#menu li#dernier_lien a {
	border:none;
}
ul#menu li#dernier_lien a:hover, ul#menu li#dernier_lien a.active {
	
}
/*****************************************************************
				TITRE
*****************************************************************/
h2#titre {
	/*background:url(img/titre.jpg) no-repeat;*/
	margin:0;
	padding:0 0 0 0;
	text-align:left;
}
h2#titre span {
	/*background: url('img/fond_titre.jpg') no-repeat 5px 0;*/
	display:block;
	margin:0;
	padding:10px 0 0 10px;
	/*height:110px;*/
	font-size:18px;
	font-weight:normal;
	color:#2f86c7;
}
/***********************************************************
				CORPS
***********************************************************/
div#corps {
	background: url('img/corps_bas.jpg') no-repeat bottom;
}
div#contenu {
	background:url('img/corps_haut.jpg') no-repeat;
	text-align:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	min-height:300px;
	/*text-align:left;*/
}
div#contenu_modifiable {
	margin:0 10px 0 10px;
	padding:0 0 20px 0;
}
div#contenu h3 {
	margin:0;
	padding-top:10px;
	color:#2f86c7;
}
div#contenu p#etiquette {
	font-weight:bold;
	color:#2f86c7;
	padding:10px 0;
}
div#contenu p#etiquette span{
	font-size:120%
}
div#contenu p {
	text-align:justify;
	margin:5px;
	padding:0;
}
div#contenu_modifiable ul {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
}
div#contenu_modifiable ul li {
	background:url(img/puce.gif) no-repeat left 3px;
	margin-left:10px;
	padding:5px 0 5px 25px;
}
div#contenu_modifiable dt {
	font-weight:bold;
	margin-top:10px;
}
div#contenu_modifiable dd {

}
div#renseignements {
	margin:15px auto;
	text-align:center;
	width:60%;
}
div#renseignements p {
	text-align:center;
}
div#renseignements p span {
	font-weight:bold;
}
/****************************************************
				STYLES SPECIFIQUES AU SITE
****************************************************/
div#logo {
	position:absolute;
	top:0;
	left:0;
}
/****************************************************
				PIED / SIGNATURE
****************************************************/
div#pied {
	clear:both;
	background: url('img/pied.jpg') no-repeat;
	height:25px;
}
div#pied p {
	margin:0;
	padding:5px 0 0 0;
	color:white;
	font-size:12px;
	font-weight:bold;
}
div#pied p span{
	font-size:9px;
}

div#signature {
	margin:10px auto;
	width:765px;
	text-align:center;
	color:black;
}
div#signature a {
	color:#2f86c7;
}
div#signature a.kemenn {
	text-decoration:none;
}
div#signature p span{
	font-size:10px;
}
/********************************************************
				MERCI
********************************************************/
div#merci {
	background:url(img/enveloppe.gif) no-repeat 50% 0;
	margin:15px auto;
	padding:40px 0 0 0;
	text-align:center;
	width:50%;
}
div#merci p {
	text-align:center;
	font-weight:bold;
	color:#0e5171;
}