/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/
body {
	margin:0;padding:10px 0 0 0;
	background: url('img/fond.jpg') #ff4a00;
	color:#411d11;
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
}
a {	font-weight:bold;color:#345e08; }
a:hover { text-decoration:none; }
hr {
	clear:both;
	visibility:hidden;
	margin:0;padding:0;
	height:0;
}
/************************************************
				CLASSES DIVERSES
************************************************/
.petit { font-size:10px; }
.grand { font-weight:bold;font-size:130%; }
.big {
	margin-left:-5px;
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	border-left:5px solid #6c077d;
}
/************************************************
				IMAGES
************************************************/
img { border:none;text-decoration:none; }
div.bloc_image { text-align:center; }
div.bloc_image img {
	border:1px solid #3d6614;
	margin: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:765px;
	background: url('img/coulisse.jpg') repeat-y #fdecdf;
	border:1px solid #067621;
}
/************************************************
				ENTETE
************************************************/
h1#entete {
	background: url('img/entete.jpg') no-repeat;
	height:200px;
	margin:0;padding:0;
}
h1#entete a span{
	display:block;
	height:200px;
	visibility:hidden;
}
/*****************************************************
				MENU
*****************************************************/
ul#menu {
	background:#ede6e2;
	position:absolute;
	top:200px;
	left:0;
	width:249px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
	text-align:left;
}
ul#menu li {
	margin:0;padding:0;
}
ul#menu li a {
	background:url(img/menu.jpg) no-repeat;
	display:block;
	height:20px;
	margin:0;
	padding:0 0 0 100px;
	border-bottom:1px solid white;
	color:#f8090f;
	font:bold 12px Verdana, 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) no-repeat white;
	color:#355e09;
}
ul#menu li#dernier_lien a {  }
ul#menu li#dernier_lien a:hover, ul#menu li#dernier_lien a.active {}
/*****************************************************************
				TITRE
*****************************************************************/
h2#titre {
	margin:0;
	padding:10px 0 15px 0;
	text-align:left;
}
h2#titre span {
	display:block;
	margin:0;
	padding:0 0 0 0;
	font:bold 16px  Arial, Helvetica, sans-serif;
	color:#aca5ef;
}
/***********************************************************
				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:0 0 0 265px;
	min-height:369px;
}
div#contenu_modifiable {
	width:440px;
	margin:0 0 0 0;
	padding:0 0 60px 0;
}
div#colonne_gauche {
	width:450px;
}
div.vignette {
	margin:10px 0;
	background:url('img/fond_vignette.jpg') no-repeat #d2efac;
	border-top:1px solid #62117d;
	border-bottom:1px solid #62117d;
	padding:4px 4px 4px 30px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
div#contenu_modifiable a.lien {
	background:url(img/lien.gif) no-repeat right center transparent;
	padding:0 20px 0 0;
	border-bottom:1px dotted #345e08;
	text-decoration:none;
}
div#contenu_modifiable a.lien:hover {
	border-bottom:2px dotted #345e08;
}
div#contenu h3 {
	margin:0;
	padding:10px 5px;
	font-size:16px;
	color:#804a17;
}
div#contenu p#etiquette {
	font-weight:bold;
	color:#aca5ef;
	padding:0;
}
div#contenu p#etiquette span.lettrine {
	float:left;
	dispaly:block;
	height:34px;
	font:bold 34px Verdana, Arial, Helvetica, sans-serif;
	margin:-6px 1px -6px 0;
}
div#contenu p#etiquette span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
div#contenu p#etiquette strong{
	font-size:120%
}
div#contenu p {
	text-align:justify;
	margin:0;
	padding:5px;
}
div#contenu_modifiable 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 6px;
	margin-left:10px;
	padding:2px 0 2px 15px;
}
div.vignette {
	margin:10px auto;
	width:250px;
	background:url('img/fond_vignette.jpg') no-repeat 2px 2px;
	padding:30px 4px 4px 4px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
div#contenu div.vignette p { text-align:center; }

div.vignette p span { font-weight:bold;font-size:17px; }
div.vignette p span.tel {background:url(img/tel.gif) no-repeat left center;padding:15px 0 15px 35px;line-height:32px;}
/****************************************************
		STYLES SPECIFIQUES AUX FORMULAIRES
****************************************************/
form#form1 {
	margin:auto;
	text-align:left;
	width:90%;
	padding:4px;
}
form#form1 fieldset {}
form#form1 legend {
	font-weight:bold;
	color:#345e08;
}
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
****************************************************/

/****************************************************
				PIED / SIGNATURE
****************************************************/
div#pied {
	clear:both;
	background:#ec0b10;
	border-top:1px solid white;
	height:28px;
}
div#pied p {
	margin:0;
	padding:0 0 0 0;
	color:white;
	font-weight:bold;
	line-height:28px;
}
div#pied p span { font-size:9px; }

div#signature {
	margin:5px auto;
	width:765px;
	text-align:center;
	color:#dddddd;
}
div#signature div#signaturek span {
	position:relative;
	top:-8px;
	font-size:12px;
}
div#signature a { color:#eeeeee; }
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:#345e08;
}