/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/
body {
	margin:0;
	padding:0;
	background: url(img/fond.jpg) repeat-x 50% 0 #1E4097;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

/************************************************
				MISE EN FORME TEXTE
************************************************/
.subheader { 
	position:absolute; 
	top:15px; 
	left:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bolder;
	color:#FFF001; 
	font-weight:normal; 
	text-decoration:none;
}

.subheader:hover {text-decoration:none; }

h1, h3, a, .texte_mis_en_evidence {color:#3B67BE;}
h2, a:hover {color:#153977;}

h1 {
	font-size:18px;
	font-weight:bold;
	margin:0 10px 0 35px;
	padding:155px 0 5px 0;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:5px;
}

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; }

/************************************************
				IMAGES
************************************************/
img{border:none}

.border {
	margin:2px;
	border:1px solid #000;
}

a img.opacite {border: 1px solid #153977;filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;margin:2px; padding:0px}
a:hover img.opacite {border: 1px solid #153977;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;margin:2px; }

img, a, p, table { behavior: url(../iepngfix.htc) } /* Support du PNG par ie6 */

/***********************************************
				CHEMINS
***********************************************/

#chemin{
	clear:both;
	font-size:10px;
	height:20px;
	margin:0 0 20px 35px;
	}
#chemin *{font-size:10px}

#chemin a {color:#153977;}
#chemin a:hover,#chemin a.active  {color:#3B67BE;}


/***********************************************
				STYLES MISES EN FORME
***********************************************/
div#conteneur {
	margin:auto;
	width:980px;
	background: url('img/repetition.jpg') repeat-y ;
	position:relative;
}

/************************************************
				ENTETE
************************************************/

div#entete {
	height:176px;
	margin:0;padding:0;	
}

/*****************************************************
				MENU horizontal
*****************************************************/

ul#menu {
	background:url(img/menu.jpg) no-repeat;
	height:37px;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	list-style-type:none;
}
ul#menu li {
	display:inline;
	margin:0;padding:0;
}
ul#menu li a {
	display:block;
	height:37px;
	float:left;
	margin:0;
	padding:0 11px 0 11px;
	color:#153977;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:37px;
	text-decoration:none;
	border-left:solid 1px #8391B4;
}

ul#menu li a:hover, ul#menu li a.active {
	background:#FFF001;
	color:#153977;
}

ul#menu li#premier_lien a { 
	border:none;
	padding-left:8px;
}



/***********************************************************
				CORPS
***********************************************************/
div#corps {
	background: url('img/bas.jpg') no-repeat 0 bottom;
}

div#contenu {
	background:url('img/haut.jpg') no-repeat;
	text-align:left;
	margin: 0;
	padding: 0;
	height:375px;
}

html>body #contenu {
	height:auto;
	min-height:375px;
} 

div#contenu_modifiable {
	border:none;
	margin:0;
	padding:10px 25px 20px 35px ;
}

div#contenu p {
	text-align:justify;
	margin:0;
	padding:5px;
}

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;
	margin-left:10px;
	padding:2px 0 2px 15px;
}


/****************************************************
		FORMULAIRES
****************************************************/

#formulaire {
	color:#7d7d7d;
	border: solid 1px #adadad;
	background-color:#FFFFFF;
	font-size:12px;
	padding:2px; 
}

/****************************************************
				ADRESSE
****************************************************/
div#adresse {
	clear:both;
	background: url('img/adresse.jpg') no-repeat;
	height:26px;
	color:#FFF;
	font-weight:bold;
	line-height:26px;
	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; }



