body, html{
	font-size: 12px ;
	font-family: Arial, Trebuchet MS, Verdana, Sans-Serif;
	color:#000;
	background: #000;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

input, textarea, select{
	background:  #fff;
	/*border: #ccc solid 1px;*/
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #4e4e4e;
	vertical-align: middle;
	font-weight: lighter;
}

.inputNoir{
	background:  #fff;
	/*border: #ccc solid 1px;*/
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #2a2a2a;
	vertical-align: middle;
	font-weight: lighter;
}


.spacer{
	height: 1px;
	font-size: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	/*border: #0000ff solid 1px;*/
}


/*****  STRUCTURE   *****/


#super_conteneur{
	width: 100%;
	background: #fff url(images/fond_site.gif) repeat-x;
	padding-bottom: 40px;
	/*border: #0000ff solid 1px;*/
}

#conteneur{
	width: 960px;
	margin: auto;
	/*border: #f00 solid 1px;*/
}


#colonne_menu{
	width: 235px;
	/*border: #0f0 solid 1px;*/
	float: left;
}

#colonne_contenu{
	width: 720px;
	/*border: #f00 solid 1px;*/
	float: left;
}


#banniere{
	width: 720px;
	height: 232px;
	font-size: 0px;
}

#contenu{
	/*width: 720px;*/
	padding: 5px 20px 0px 20px;
	text-align: justify;
	/*border: #0f0 solid 1px;*/
}


#logo{
	width: 235px;
	height: 150px;
	margin-bottom: 35px;
	font-size: 0px;
}


/* BLOC OUTILS  */

#bloc_outils{
	margin: 0px 50px 0px 0px;
	width:480px;
	float: right;
	/*border: #f00 solid 1px;*/
}

.italic{
	font-style: italic;
}

.separateur_outils{
	margin: 0px 8px 0px 8px;
	padding: 6px 0px 5px 0px;
	color: #727272;
	font-size: 11px;
	display: block;
	float: right;	
}

#bloc_outils a{
  color: #727272;
	font-size: 11px;
	float: right;
	padding: 6px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	/*border: #f00 solid 1px;*/
}

#bloc_outils a:hover{
	color: #a0c43f;
	
}

#recherche{
	color: #727272;
	margin: 2px 0px 8px 0px;
	float: right;
}

.champs_recherche_ok{
	border: none;
	color: #727272;
}


/***** TITRE    *****/

#bloc_titre{
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 5px 0px;
	background: url(images/fond_titre.gif) repeat-x bottom;
	/*border: #f00 solid 1px;*/
}

#bloc_titre h1,h2,h3{
	display: block;
	float: left;
	margin: 0px 3px 0px 0px;
	vertical-align: bottom;
	/*border: #00f solid 1px;*/
}

#bloc_titre h1{
	font-size: 12px;
	font-weight: lighter;
	padding-top: 4px;
	color: #525252;
	cursor: hand;
	/*border: #00f solid 1px;*/
}

#bloc_titre h2{
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	/*border: #00f solid 1px;*/
}


#bloc_titre h3{
	font-size: 9px;
	padding-top: 7px;
	/*border: #00f solid 1px;*/
}


/*****   FOOTER    *****/

#ligne_footer{
	width: 100%;
	height: 17px;
	background: #000 url(images/ligne_footer.gif);
}


#footer{
	width: 760px;
	height: 155px;
	margin: auto;
	background: url(images/fond_footer.jpg) no-repeat;
	padding: 8px 0px 0px 200px;
	/*border: #0ff solid 1px;*/
}


.bloc_footer{
	width: 150px;
	float: left;
	background: url(images/fond_bloc_footer.gif) repeat-y;
	padding: 0px 0px 0px 15px;
	margin: 0px 20px 0px 0px;
	/*border: #00f solid 1px;*/
}

.bloc_footer a{
	color: #8a8a8a;
	display: block;
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	font-style: normal;
}

.bloc_footer a:hover{
	color: #bdbdbd;
}



/*****  credits  *****/

#bloc_credit{
	width: 960px;
	margin: auto;
	/*border: #00f solid 1px*/
}

#bloc_credit a{
	display: block;
	color: #565656;
	font-size: 11px;
	float: right;
}



/* Drapeaux */

a.drapeau_uk{
	height: 1px;
	font-size: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
  width: 18px;
	background: url(images/drapeau_uk.jpg) no-repeat 0px 0px;
	border: 1px solid #cecece;
}

a.drapeau_uk:hover{
	background: url(images/drapeau_uk.jpg) no-repeat -18px 0px;
}

a.drapeau_fr{
	height: 1px;
	font-size: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
  width: 18px;
	background: url(images/drapeau_fr.jpg) no-repeat 0px 0px;
	border: 1px solid #cecece;
}

a.drapeau_fr:hover{
	background: url(images/drapeau_fr.jpg) no-repeat -18px 0px;
}


/*****  MENU  *****/


.menu0{
	color: #000;
	display: block;
	width: 235px;
	font-size: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: left;
	/*border: #0f0 solid 1px;*/
}

.menu0:hover{
	color: #aa7181;
	background-position: right;
}

.menu1{
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 10px 0px 60px;
	padding: 4px 20px 2px 12px;
	background: url(images/fleche_noire.gif) no-repeat 0px 10px;
	/*border: #0f0 solid 1px;*/
}

.menu1:hover{
	color: #bababa;
}



.menu2{
	color: #000;
	display: block;
	font-size: 11px;
	margin: 0px 10px 0px 77px;
	padding: 0px 20px 4px 9px;
	background: url(images/fleche_noire.gif) no-repeat 0px 5px;
	/*border: #0f0 solid 1px;*/
}

.menu2:hover{
	color: #bababa;
}


.menu3{
	color: #000;
	display: block;
	font-size: 11px;
	margin: 0px 10px 0px 90px;
	padding: 0px 20px 4px 9px;
	background: url(images/fleche_noire.gif) no-repeat 0px 5px;
	/*border: #0f0 solid 1px;*/
}

.menu3:hover{
	color: #bababa;
}


.menu4{
	color: #000;
	display: block;
	font-size: 11px;
	margin: 0px 10px 0px 103px;
	padding: 0px 20px 4px 9px;
	background: url(images/fleche_noire.gif) no-repeat 0px 5px;
	/*border: #0f0 solid 1px;*/
}

.menu4:hover{
	color: #bababa;
}



.actiforange1{
	color: #ea7711;
	font-style: normal;
	background: url(images/fleche_decouvrir.gif) no-repeat 0px 10px;
}

.actiforange1:hover{
	color: #ea7711;
}

.actiforange2{
	color: #ea7711;
	font-style: normal;
	background: url(images/fleche_decouvrir.gif) no-repeat 0px 5px;
}

.actiforange2:hover{
	color: #ea7711;
}

.actiforange3{
	color: #ea7711;
	font-style: normal;
	background: url(images/fleche_decouvrir.gif) no-repeat 0px 5px;
}

.actiforange3:hover{
	color: #ea7711;
}

.actiforange4{
	color: #ea7711;
	font-style: normal;
	background: url(images/fleche_decouvrir.gif) no-repeat 0px 5px;
}

.actiforange4:hover{
	color: #ea7711;
}



/*  style se detendre */
.actifvert1{
	color: #69c215;
	background: url(images/fleche_detendre.gif) no-repeat 0px 10px;
}

.actifvert1:hover{
	color: #a1eb5c;
}

.actifvert2{
	color: #69c215;
	background: url(images/fleche_detendre.gif) no-repeat 0px 5px;
}

.actifvert2:hover{
	color: #a1eb5c;
}

.actifvert3{
	color: #69c215;
	background: url(images/fleche_detendre.gif) no-repeat 0px 5px;
}

.actifvert3:hover{
	color: #a1eb5c;
}

.actifvert4{
	color: #69c215;
	background: url(images/fleche_detendre.gif) no-repeat 0px 5px;
}

.actifvert4:hover{
	color: #a1eb5c;
}

/*  style vie eco */
.actifrose1{
	color: #de2fb8;
	background: url(images/fleche_eco.gif) no-repeat 0px 10px;
}

.actifrose1:hover{
	color: #f8a0e5;
}

.actifrose2{
	color: #de2fb8;
	background: url(images/fleche_eco.gif) no-repeat 0px 5px;
}

.actifrose2:hover{
	color: #f8a0e5;
}

.actifrose3{
	color: #de2fb8;
	background: url(images/fleche_eco.gif) no-repeat 0px 5px;
}

.actifrose3:hover{
	color: #f8a0e5;
}

.actifrose4{
	color: #de2fb8;
	background: url(images/fleche_eco.gif) no-repeat 0px 5px;
}

.actifrose4:hover{
	color: #f8a0e5;
}

/*  style vie pratique */
.actifbleu1{
	color: #10b6c6;
	background: url(images/fleche_pratique.gif) no-repeat 0px 10px;
}

.actifbleu1:hover{
	color: #82e3ec;
}

.actifbleu2{
	color: #10b6c6;
	background: url(images/fleche_pratique.gif) no-repeat 0px 5px;
}

.actifbleu2:hover{
	color: #82e3ec;
}

.actifbleu3{
	color: #10b6c6;
	background: url(images/fleche_pratique.gif) no-repeat 0px 5px;
}

.actifbleu3:hover{
	color: #82e3ec;
}

.actifbleu4{
	color: #10b6c6;
	background: url(images/fleche_pratique.gif) no-repeat 0px 5px;
}

.actifbleu4:hover{
	color: #82e3ec;
}



/* UK */


.menu250{
	color: #000;
	display: block;
	width: 235px;
	font-size: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: left;
	/*border: #0f0 solid 1px;*/
}

.menu250:hover{
	color: #aa7181;
	background-position: right;
}

.menu251{
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 10px 0px 60px;
	padding: 4px 20px 2px 12px;
	background: url(images/fleche_noire.gif) no-repeat 0px 10px;
	/*border: #0f0 solid 1px;*/
}

.menu251:hover{
	color: #bababa;
}



.menu252{
	color: #000;
	display: block;
	font-size: 11px;
	margin: 0px 10px 0px 77px;
	padding: 0px 20px 4px 9px;
	background: url(images/fleche_noire.gif) no-repeat 0px 5px;
	/*border: #0f0 solid 1px;*/
}

.menu252:hover{
	color: #bababa;
}


.menu253{
	color: #000;
	display: block;
	font-size: 11px;
	margin: 0px 10px 0px 90px;
	padding: 0px 20px 4px 9px;
	background: url(images/fleche_noire.gif) no-repeat 0px 5px;
	/*border: #0f0 solid 1px;*/
}

.menu253:hover{
	color: #bababa;
}


.menu254{
	color: #000;
	display: block;
	font-size: 11px;
	margin: 0px 10px 0px 103px;
	padding: 0px 20px 4px 9px;
	background: url(images/fleche_noire.gif) no-repeat 0px 5px;
	/*border: #0f0 solid 1px;*/
}

.menu254:hover{
	color: #bababa;
}





.actiforange251{
	color: #ea7711;
	font-style: normal;
	background: url(images/fleche_decouvrir.gif) no-repeat 0px 10px;
}

.actiforange251:hover{
	color: #ea7711;
}

.actiforange252{
	color: #ea7711;
	font-style: normal;
	background: url(images/fleche_decouvrir.gif) no-repeat 0px 5px;
}

.actiforange252:hover{
	color: #ea7711;
}

.actiforange253{
	color: #ea7711;
	font-style: normal;
	background: url(images/fleche_decouvrir.gif) no-repeat 0px 5px;
}

.actiforange253:hover{
	color: #ea7711;
}

.actiforange254{
	color: #ea7711;
	font-style: normal;
	background: url(images/fleche_decouvrir.gif) no-repeat 0px 5px;
}

.actiforange254:hover{
	color: #ea7711;
}



/*  style se detendre */
.actifvert251{
	color: #69c215;
	background: url(images/fleche_detendre.gif) no-repeat 0px 10px;
}

.actifvert251:hover{
	color: #a1eb5c;
}

.actifvert252{
	color: #69c215;
	background: url(images/fleche_detendre.gif) no-repeat 0px 5px;
}

.actifvert252:hover{
	color: #a1eb5c;
}

.actifvert253{
	color: #69c215;
	background: url(images/fleche_detendre.gif) no-repeat 0px 5px;
}

.actifvert253:hover{
	color: #a1eb5c;
}

.actifvert254{
	color: #69c215;
	background: url(images/fleche_detendre.gif) no-repeat 0px 5px;
}

.actifvert254:hover{
	color: #a1eb5c;
}

/*  style vie eco */
.actifrose251{
	color: #de2fb8;
	background: url(images/fleche_eco.gif) no-repeat 0px 10px;
}

.actifrose251:hover{
	color: #f8a0e5;
}

.actifrose252{
	color: #de2fb8;
	background: url(images/fleche_eco.gif) no-repeat 0px 5px;
}

.actifrose252:hover{
	color: #f8a0e5;
}

.actifrose253{
	color: #de2fb8;
	background: url(images/fleche_eco.gif) no-repeat 0px 5px;
}

.actifrose253:hover{
	color: #f8a0e5;
}

.actifrose254{
	color: #de2fb8;
	background: url(images/fleche_eco.gif) no-repeat 0px 5px;
}

.actifrose254:hover{
	color: #f8a0e5;
}

/*  style vie pratique */
.actifbleu251{
	color: #10b6c6;
	background: url(images/fleche_pratique.gif) no-repeat 0px 10px;
}

.actifbleu251:hover{
	color: #82e3ec;
}

.actifbleu252{
	color: #10b6c6;
	background: url(images/fleche_pratique.gif) no-repeat 0px 5px;
}

.actifbleu252:hover{
	color: #82e3ec;
}

.actifbleu253{
	color: #10b6c6;
	background: url(images/fleche_pratique.gif) no-repeat 0px 5px;
}

.actifbleu253:hover{
	color: #82e3ec;
}

.actifbleu254{
	color: #10b6c6;
	background: url(images/fleche_pratique.gif) no-repeat 0px 5px;
}

.actifbleu254:hover{
	color: #82e3ec;
}



.lettre_menu{
	font-size: 18px;
	color: #92193c;
}


.pointille{
	height: 1px;
	font-size: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	margin: 10px 20px 10px 60px;
	background: url(images/pointille.gif) bottom repeat-x;
}






.date_act{  
	color: #4e4e4e;
	float: right;
	margin: 15px 0px 6px 0px;
	padding: 0px 0px 8px 0px;
}




/*****  ACCUEIL  *****/

#bloc_accueil{
	width: 950px;
	height: 500px;
	background: url(images/fond_accueil.jpg) no-repeat;
	margin: auto;
	/*border: #0f0 solid 1px;*/
}

#bloc_edito_actus{
	width: 850px;
	margin: auto;
	padding: 0px 0px 0px 100px;
	/*border: #d5d5d5 solid 1px;*/
}


#bloc_edito{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
	width: 380px;
	font-weight: bold;
	float: left;
	background: url(images/fond_edito.gif) no-repeat;
	padding: 50px 40px 0px 20px;
	/*border: #f0f solid 1px;*/
}

#bloc_edito p{
	margin: 0px;
	padding: 0px;
	line-height: inherit;
}

#bloc_edito_big{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
	/*width: 794px;*/
	font-weight: bold;
	float: left;
	background: url(images/fond_edito_gd.gif) no-repeat;
	padding: 50px 40px 0px 20px;
	/*border: #f0f solid 1px;*/
}

#bloc_edito_big p{
	margin: 0px;
	padding: 0px;
	line-height: inherit;
}


#bloc_actus{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
	width: 335px;
	float: left;
	font-weight: bold;
	background: url(images/fond_actus.gif) no-repeat;
	padding: 50px 10px 0px 35px;
	/*border: #f0f solid 1px;*/
}

.actus_titre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #121212;
	font-weight: bold;
	padding: 0px 0px 04px 0px;
}

.actus_accueil{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
	font-weight: bold;
}
.actus_accueil:hover{
	color: #7c7c7c;
}

#bloc_actus p{
	margin: 0px;
	padding: 0px;
	line-height: inherit;
}


.img_actu{
	border: #d5d5d5 solid 2px;
	float: left;
	margin: 0px 5px 0px 0px;
}

.lidecal{
  margin-left: 18px;
  margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4a4a4a;
	font-weight: bold;  
}