/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input,p, blockquote, th, td {
	margin:0;
	padding:0;
}
a img{
	border:none;
}
a:link{
	color:#4f4f4f;
}

a:hover{
	color:#4f4f4f;
}

a:active{
	color:#4f4f4f;
}

a:visited{
	color:#4f4f4f;
}

body{
	background-color:#FFFFFF;
	font-family:"Trebuchet MS",Helvetica,Verdana,Sans-Serif;
	font-size:11px;
	color:#4f4f4f;
	line-height:18px;
	text-align:justify;
}

#ban{
	height:152px;
	background-image:url(../images/fond_ban.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	width:100%;
	text-align:left;
}

#contLogo{

	height:325px;
	width:900px;
	padding:0 0 0 5px;
}
#mainHome{
	margin:20px 0 0 0;
	padding:0 0 0 15px;
}

#contenu{
	width:619px;
	float:left;
	margin:0 30px 0 0;
}

#contenu ul, #contenu ol{
	padding-left:40px;
	list-style-position:inside;
}

#actus,
#pub{
	width:226px;
	float:left;
	margin:20px 0 0 0;
}
.contActu{
margin:20px 0 0 0;
}
#contRecherche{
	width:296px;
	height:62px;
	background-image:url(../images/fond_recherche.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:10px 0 0 20px;
}

#side_bar{
	padding-left:30px;
	margin-bottom:10px;
}

#side_bar li{
	cursor:pointer;	
}

#footer{
	width:100%;
	height:122px;
	background-image:url(../images/fond_footer.jpg);
	background-repeat:repeat-x;
	margin:50px 0 0 0;
}

#posLogo{
	margin:5px 0 0 10px;
	float:left;
}

/* FORMULAIRE */
#inputRecherche{
	width:140px;
	height:18px;
	background-image:url(../images/inputRecherche.jpg);
	background-repeat:no-repeat;
	border:none;
	float:left;
	padding:5px 0 0 5px;
	font-size:11px;
}

#butReche{
	width:105px;
	height:23px;
	background-image:url(../images/but_recherche.jpg);
	background-repeat:no-repeat;
	border:none;
	float:left;

}
/* BOUTON DE TEXTE */
#contButTexte{
	margin:30px 0 0 0;
}
/* LISTE */
#menuFooter{
	list-style-type:none;
	text-transform:uppercase;
	font-weight:bold;
}
#contMenuSite{
	margin:20px 0 0 0;
	float:left;
}
#menuFooter li{
	float:left;
	margin:0 0 0 50px;
}

#menuFooter li a:link,#menuFooter li a:active,#menuFooter li a:visited{
	display:block;
	text-decoration:none;
	text-align:center;
	width:110px;
	height:36px;
	padding:10px 0 0 0;
	color:#4f4f4f4;
	background-position:-1000 0;
}

#menuFooter li a:hover{
	background-image:url(../images/footer_but_over.jpg);
	background-position:0 0;
}

/* IMAGES */
.imgDeco{
	border:2px solid #e0e0e0;
	float:right;
	margin:10px;
}

.box-img{
	border:2px solid #e0e0e0;
	float:left;
	margin:0 10px 6px 0;
}

/* TEXTE */

#introMut{
	float:left;
}

h3{
	margin:0 0 10px 0;
	font-size:14px;
	/*width:200px;*/
}

h4{
	font-size:11px;
	font-weight:bold;
}

/* sifr */
.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 14px;
}
/* ACCES SITES */
#petitBleu{
	width:120px;
	height:95px;
	background-image:url(../images/petitBleu.gif);
	background-repeat:no-repeat;
	float:left;
	margin:0 0 0 5px;
	padding:10px 0 0 10px;
}

#petitVert{
	width:120px;
	height:95px;
	background-image:url(../images/petit_vert.gif);
	background-repeat:no-repeat;
	float:left;
	margin:0 0 0 15px;
	padding:10px 0 0 10px;
}

#petitOrange{
	width:120px;
	height:95px;
	background-image:url(../images/petit_orange.gif);
	background-repeat:no-repeat;
	float:left;
	margin:0 0 0 15px;
	padding:10px 0 0 10px;
}

#contSite{
	width:500px;
	float:left;
	margin:20px 15px 0 15px;
}

#contSite ul, #contSite ol{
	padding-left:40px;
	list-style-position:inside;
}

#contSiteBig{
width:726px;
	float:left;
	margin:20px 15px 0 15px;
}

/*===============================
	Forms  */

textarea{
	border: 1px solid #686868;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input, input.required, textarea.required {
	border: 1px solid #686868;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}

.form-row {
	clear: both;
	padding: 0.2em;
}

.field-label {

}

.field-widget {

}
	

/*===============================
	Class  */

.hide{display:none;}

.show{display:block;}

.clear { 
	clear:both; 
	line-height:0px;
}

.date{
	font-style:italic;
	color:#808080;
}

.famille{
	font-style:italic;
	color:#808080;
}

.italique{
	font-style:italic;
	background-color:#f1f1f1;
}

.response-error{
	background:#fefafb;
	padding:4px;
	margin:0 0 8px 0;
	font-size:1.1em;
	font-weight:bold;
	border:1px solid #c9003a;
}

.response-valid{
	background:#fbfdfb;
	padding:4px;
	margin:0 0 8px 0;
	font-size:1.1em;
	border:1px solid #1e9d48;
}

#banSite{
	width:889px;
	height:130px;
	background-repeat:no-repeat;
	margin:0 0 0 0;
}

#contMenuSite{
	float:left;
}

/* RECHERCHE */
#contSite{
	float:left;
}

#lienRecherche{
	margin:0;
	padding:0;
	width:500px;
}
#lienRecherche div.fleche{
	height:20px;
	display:block;
	background-repeat:no-repeat;
	padding:3px 5px 0 17px;
	margin:3px 0 3px 0;
	border-right:1px solid #ffffff;
	background-position:3px 7px;
}

.separ{
	color			: #FFFFFF;
	padding			: 3px;
	margin-top		: 10px;
	font-weight		: bold;
	width			: 500px;
}

.separ a:link, .separ a:active, .separ a:visited{
	color:#FFFFFF;
	text-decoration:none;	
}

.separ a:hover{
	text-decoration:none;
}


.separ_1{
	background-color:#e2001a;
}
.separ_2{
	background-color:#e2001a;
}
.separ_3{
	background-color:#e2001a;
}
.separ_4{
	background-color:#e2001a;
}
.separ_5{
	background-color:#1d2877;
}
.separ_6{
	background-color:#005baa;
}
.separ_7{
	background-color:#2f7dc1;
}
.separ_8{
	background-color:#a90533;
}
.separ_9{
	background-color:#93a537;
}

/* MAPS */

#map{
	float:left;
	width: 500px;
	height: 400px;
	z-index:10;
}
