/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/
body {
	margin:0;padding:10px 0 0 0;
	background: url('img/fond.jpg');
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
}
a {	font-weight:bold;color:#e20d0d; }
a:hover { text-decoration:none; }
hr { clear:both;visibility:hidden;margin:0;padding:0;height:0; }
/************************************************
				CLASSES DIVERSES
************************************************/

/************************************************
				IMAGES
************************************************/
img { border:none;text-decoration:none; }
div.bloc_image { text-align:center; }
div.bloc_image img {
	border:1px solid #e20d0d;
	margin:2px;
	padding:1px;
}
div.bloc_image a { text-decoration:none; }
div#contenu_modifiable div.bloc_image p.zoomer { text-align:center;font-size:9px; }
div#contenu_modifiable div.bloc_image p.legende { margin:0 0 5px 0;font-weight:bold; }
a.lien_image { text-decoration:none; }
/***********************************************
				STYLES MISES EN FORME
***********************************************/
div#conteneur {
	position:relative;
	margin:auto;
	width:765px;
	background: url('img/coulisse.jpg') repeat-y white;
	border:1px solid #e20d0d;
}
/************************************************
				ENTETE
************************************************/
h1#entete {
	background: url('img/entete.jpg') no-repeat;
	height:190px;
	margin:0;padding:0;
}
h1#entete a span{
	display:block;
	height:190px;
	visibility:hidden;
}
/*****************************************************
				MENU
*****************************************************/
ul#menu {
	background:url(img/menu.jpg) no-repeat;
	height:20px;
	margin:0;
	padding:0 0 0 143px;
	list-style-type:none;
}
ul#menu li {
	display:inline;
	margin:0;padding:0;
}
ul#menu li a {
	border-right:1px solid #b91818;
	display:block;
	height:20px;
	float:left;
	margin:0;
	padding:0 6px 0 6px;
	color:black;
	font:11px Arial, Helvetica, sans-serif;
	line-height:20px;
	text-decoration:none;
}
ul#menu li a:hover, ul#menu li a.active {
	background:url(img/menu_hover.jpg) repeat-x;
	color:#e70c0c;
}
ul#menu li#dernier_lien a { border:none; }
ul#menu li#dernier_lien a:hover, ul#menu li#dernier_lien a.active {}
ul#menu li#conseiller a {
	border:none;
	position: absolute;
	top: 2px;
	right:160px;
	color:white;
	text-decoration:underline;
}
ul#menu li#conseiller a:hover , ul#menu li#conseiller a.active {
	background:none;
}
/*****************************************************************
				TITRE
*****************************************************************/
h2#titre {
	margin:0;padding:0 0 0 0;
	text-align:left;
}
h2#titre span {
	display:block;
	margin:0;padding:0 0 0 0;
	font:bold 16px  Arial, Helvetica, sans-serif;
	color:#e20d0d;
}
/***********************************************************
				CORPS
***********************************************************/
div#corps {
	background: url('img/corps_bas.jpg') no-repeat 0 bottom;
}
div#contenu {
	background:url('img/corps_haut.jpg') no-repeat;
	text-align:left;
	margin:0 0 0 0;padding:20px 30px 0 190px;
	min-height:346px;
}
div#contenu_modifiable {
	margin:0;padding:0 0 20px 0;
}
div#colonne_gauche {
	float:left;
	width:450px;
}
div#colonne_centre {}
div#colonne_droite {
	margin:0 0 0 460px;
}
div#contenu a.lien {
	background:url(img/lien.gif) no-repeat right center transparent;
	padding:0 20px 0 0;
	border-bottom:1px dotted #d73a15;
	text-decoration:none;
}
div#contenu a.lien:hover { border-bottom:2px dotted #555555; }
div#contenu div#accueil {
	margin:auto;
	width:400px;
}
div#contenu div#accueil p {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
}	
div#contenu div#accueil h3 {
	margin:10px 0 5px 0;
	padding:0 2px;
	font-size:18px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#contenu p {
	text-align:justify;
	margin:0;
	padding:5px 0;
}
div#contenu p.special {
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
div#contenu ul {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
	height:1%;
}
div#contenu_modifiable ul li {
	background:url(img/puce.gif) no-repeat left 5px;
	margin-left:10px;
	padding:4px 0 4px 20px;
}
div.vignette {
	float:left;
	padding:5px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
div.vignette h4 {
	background:url('img/titre_vignette.jpg') repeat-x;
	margin:0;
	padding:0;
	font-size:16px;
}
div#contenu div.vignette p { text-align:center;}
div.vignette p span.tel {
	background:url(img/tel.gif) no-repeat left center;
	padding:15px 0 15px 35px;
	line-height:32px;
	font-weight:bold;
	font-size:17px;
}
/****************************************************
		STYLES SPECIFIQUES AUX FORMULAIRES
****************************************************/
form#form1 {
	margin:auto;
	text-align:left;
	width:60%;
	padding:4px;
}
form#form1 fieldset {}
form#form1 legend {
	font-weight:bold;
	color:#e20d0d;
}
form#form1 label {
	text-align:right;
	float:left;
	width:33%;
	padding-top:3px;
}
form#form1 ul {
	margin:0;padding:0;
	list-style-type:none;
}
form#form1 ul li { background-image:none; }
form#form1 li#bouton { float:right; }
/****************************************************
				STYLES SPECIFIQUES AU SITE
****************************************************/
div#version {
	position:absolute;
	top:220px;
	right:25px;
	text-align:left;
	color:#a41c1c;
	line-height:16px;
	font-size:11px;
}
div#version a {
	color:#a41c1c;
	font-weight:normal;
}
.cadre {border : 1px solid #000000; }
.cadre2 {border : 1px solid #FFFFFF; }
.cadre3 {
	border: 1px solid #e1c8c8;
	background:#f6eded;
}
.cadreTop { border-top: 1px solid #FFFFFF; }
.cadreBottom { border-bottom: 1px solid #FFFFFF; }
.cadreLeft { border-left: 1px solid #FFFFFF; }
.cadreRight { border-right: 1px solid #FFFFFF; }

.txttop {
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.txtbottom {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.01ex;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;color: black;
}

.txt10 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.txt11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txt12 {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#563C27;
}

.subtitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #cf791c;
	letter-spacing: 1px;
	padding-left:20px;
}

.fd01 {	background-image: url(img/corps-fond.gif);	background-repeat: repeat-y; background-position: left top;}
.fd02 {	background-image: url(img/haut.jpg);	background-repeat: no-repeat; background-position: left top;}
.fd03 {	background-image: url(img/corps-bas.jpg);	background-repeat: no-repeat; background-position: left bottom;}


ul {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:16px;
	padding:0px;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	list-style-image:url(img/picto.gif);
}

.formulaire {
 color:#00385C;
 border: solid 1px #00385C;
 background-color:#FFFFFF;
 font-size:11px;
 font-weight: none;
 font-family: Verdana, Arial, Sans-serif;
 z-index:1;
}

/****************************************************
				PIED / SIGNATURE
****************************************************/
div#pied {
	clear:both;
	background: url('img/pied.jpg') no-repeat;
	height:24px;
}
div#pied p {
	margin:0;
	padding:0 0 0 0;
	color:black;
	font-weight:bold;
	line-height:24px;
}
div#pied p span { font-size:9px; }

div#signature {
	margin:5px auto;
	width:765px;
	text-align:center;
	color:#999;
}
div#signature div#signaturek span {
	position:relative;
	top:-8px;
	font-size:12px;
}
div#signature a { color:#aaa; }
div#signature p span{ font-size:10px; }
/********************************************************
				MERCI
********************************************************/
div#merci {
	background:url(img/enveloppe.gif) no-repeat 50% 0;
	margin:15px auto;
	padding:120px 0 0 0;
	text-align:center;
	width:50%;
}
div#merci p {
	text-align:center;
	font-weight:bold;
	color:#e20d0d;
}