/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/
body {
	
	background: url(img/fond.jpg) repeat-y top center;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}

/************************************************
				ENTETE
************************************************/

div#entete {
	height:117px;
	margin:0;padding:0;	
}

/*****************************************************
				MENU vertical
*****************************************************/
ul#menu {
	background:url('img/menu.jpg') no-repeat;
	position:absolute;
	top: 196px;
	left:0;
	width:178px;
	margin:0;
	padding:0px;
	list-style-type:none;
	height:414px;
}

ul#menu li{	
	height:16px;
	margin:0 0 0 60px;
	padding:0 0 8px 0;	
	width:178px;	
}

ul#menu li a {
	display: block ; 
	text-decoration:none;
	color:#fff;
	font-size:12px;
	line-height:24px;
	text-align:left;
	padding:0 ;
	margin:0; 
	width:125px;
	height:24px;
}

ul#menu li a:hover, ul#menu li a.active {
	background:url(img/rollhover.jpg) no-repeat;
	color:#4b4544 ;
}
ul#menu li#dernier_lien a { border:none; }


/***********************************************************
				CORPS
***********************************************************/
/****** corps-haut ******/
div#corps-haut {
	background: url('img/corps-haut.jpg') top no-repeat;	
	width:765px;
	height:79px;	
}

div#corps-haut h1{
	margin:0 400px 0 250px;	
}

div#contenu {
	background:url('img/corps.jpg') top no-repeat;
	text-align:left;
	margin: 0px 0 0 178px;
	padding: 0;
	height:414px;
	width:587px;
}

html>body #contenu {
	height:auto;
	min-height:414px;
} 

div#contenu_modifiable {
	border:none;
	margin:0;
	padding:0px 160px 20px 40px ;
}

div#contenu p {
	text-align:justify;
	margin:0;
	padding:5px;
	color:#8b331e;
	font-size:14px;
}

div#contenu_modifiable ul.puce {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
	height:1%;
}
div#contenu_modifiable ul.puce li {
	background:url(img/puce.jpg) no-repeat left 5px;
	margin-left:10px;
	padding:2px 0 2px 15px;
}

/***********************************************
				CHEMINS
***********************************************/

#chemin{
	clear:both;
	font-size:10px;
	height:25px;
	width:765px;
	margin:0 250px 0px 250px;
	}
#chemin *{font-size:10px}

#chemin a {color:#2A8333;}
#chemin a:hover,#chemin a.active  {color:#4b4544;}


/***********************************************
				STYLES MISES EN FORME
***********************************************/
div#conteneur {
	
	margin:auto;
	width:765px;
	background: url('img/repetition.jpg') bottom repeat-y ;
	position:relative;
}

/************************************************
				MISE EN FORME TEXTE
************************************************/
.subheader {
	position:absolute;
	top: -1px;
	left:29px;
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

.subheader:hover {text-decoration:underline; }

h3, a, .texte_mis_en_evidence {color:#7E5183;}
a:hover {color:#7e8a4a;}

h1 {
	font-size:18px;
	color:#4b4544;
	font-weight:bold;
	margin:0 10px 0 40px;
	padding:20px 0 5px 0;
	text-transform:uppercase;
}

h2 {
	font-size:13px;
	color:#2A8333;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:3px;
}

h3 {
	font-size:12px;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:5px;
}

h4 {
	font-size:12px;
	font-weight:bold;
}

a {	font-weight:bold; }
a:hover { text-decoration:none; }



.textegras{
	color: #993300;
	font-family: Arial, helvetica, helvetica;
	font-size: 12px;
	font-weight:bold
}
.textbasic {
	font-family: Arial, helvetica, helvetica;
	font-size:12px;
	color:#993300;
	font-weight: normal;
}
.soustextbasic {
	font-family: Arial, helvetica, helvetica;
	font-size:10px;
	color:#993300;
	font-weight: bold;
}

/************************************************
				IMAGES
************************************************/
img{border:none}

.border {
	margin:2px;
	border:1px solid #1D5D11;
}

a img.opacite {border: 1px solid #CCCCCC;filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;margin:2px; padding:2px}
a:hover img.opacite {border: 1px solid #CCCCCC;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;margin:2px; }




/****************************************************
		FORMULAIRES
****************************************************/

#formulaire {
	color:#7d7d7d;
	border: solid 1px #adadad;
	background-color:#FFFFFF;
	font-size:12px;
	padding:2px; 
}

/****************************************************
				ADRESSE
****************************************************/
div#adresse {
	clear:both;
	background: url('img/bas.jpg') no-repeat bottom;
	height:85px;
	color:#FFF;
	font-weight:bold;
	line-height:24px;
	text-align:center;
}

/****************************************************
				MENTION LEGALE
****************************************************/

div#mention {
	margin:5px auto;
	text-align:center;
	color:#000;
	font-size:10px;
}

hr { clear:both;visibility:hidden;margin:0;padding:0;height:0; }
