body {
    background-color: #eeecde;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#333;
	background-image:url(../../images/bg.gif);
    background-repeat:repeat-x;
	margin:0px;
}

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


#colfondG{
	width:50%;
	position:absolute;
	top:27px;
	background-color:#f3f3f0;
	height:195px;
	
	}
	
#colfondD{
	width:50%;
	position:absolute;
	right:0;
	top:27px;
	background-color:#eb691b;
	height:195px;
	
	}

/* ------------------------------ */
/* BLOC PRINCIPAL                 */


#principal{
    width:1216px;
    margin-left:auto;
    margin-right:auto;
	
    }


/* ------------------------------ */
/* ENTETE                         */

#entete {
	position:relative;
	margin-bottom:28px;
	width:1216px;
	}
	
#entete #logo{
	float:left;
	border:none;
	}
	

	
	
/* ------------------------------ */
/* COLONNES PRINCIPALES           */

#colG{float:left;
      width:235px;
	  padding-left:55px;
	 
      }

#colD{
    float:left;
    width:595px;
	/*margin-right:311px;*/
	margin-left:20px;
	

}

#colLogo{
	float:left;
	margin-left:20px;
	width:210px;
	}

/* ------------------------------ */
/* MENU - bloc liens et survol    */

#entete #menu{
    /*float:right;*/
    width:596px;
    height:30px;
   /* padding-top:22px;*/
	position:absolute;
	top:168px;
	left:311px;
	z-index:20;
}

#entete #menu a, #entete #menu a:visited, #entete #menu a:active{
    display:block;
	float:left;
    height:19px;
    padding-top:8px;
	width:149px;
	text-align:center;
    color:#FFF;
    text-transform:uppercase;
    text-decoration:none;
	background-image:url(../../images/bt_off.png);
	font-size:12px;
   }

#entete #menu a:hover, #entete #menu a.selected{
	background-image:url(../../images/bt_on.png);}

#menu a:focus{
	outline:none;}
	

/* ------------------------------ */
/* FOOTER                         */

#footer{
    background-image:url(../../images/footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
    width:595px;
    height:37px;
	padding-top:3px;
    line-height:15px;
    text-align:center;
    color:#666666;
    font-size:10px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}

#footer a:link,#footer a:active,#footer a:visited{
    color:#666666;}
	
#footer a:hover{
    color:#333;}
	
	
/*#footer #google{
	position:absolute;
	top:-135px;
	left:-130px;}*/
	
/* ------------------------------ */
/* SS MENU                        */	

#ssmenu {
	font-size:11px;
	text-transform:uppercase;
	}
	
#ssmenu a{
	display:block;
	height:19px;
	padding-top:8px;
	/*line-height:27px;*/
	border-bottom:1px solid #bbbaac;
	text-align:right;
	color:#666666;
	text-decoration:none;

	
	}
	
#ssmenu a:hover, #ssmenu a.selected{
	color:#eb691b;
	padding-right:15px;
	background-image:url(../../images/puce-ssmenu.gif);
	background-repeat:no-repeat;
	background-position:right;}
	
	
#google{
	float:right;
	margin-top:20px;
	}



/* ------------------------------ */
/* MEME NIVEAU (soeur)  */

#cat_meme_niveau {	
border-bottom:1px solid #EEE;
padding-bottom:5px;
margin-bottom:5px;
color:#333;
	}
	
#cat_meme_niveau a{
	color:#333;}
	
#cat_meme_niveau a:hover{
	color:#eb691b;}
	


#txt_meme_niveau {	
border-bottom:1px solid #EEE;
padding-bottom:5px;
margin-bottom:5px;
	}
	
#txt_meme_niveau a{
	color:#333;}
	
#txt_meme_niveau a:hover{
	color:#eb691b;}
	
	
/****************************************************************************/
/****************************************************************************/
/* 						        	 ELEMENTS 		     					*/
/****************************************************************************/
/****************************************************************************/

#contenus{
	position:relative;
    
}

.left{
	float:left;
	margin-right:10px;}

.right{
	float:right;
	margin-left:10px;}
	
	
#contenus .bloc{
	background-color:#b7b5a7;
	padding:15px;
	margin-bottom:15px;
	}
	


/* ------------------------------ */
/* DATE DU JOUR */

#datejour{
	color:#FFF;
	font-size:10px;}
	

/* ------------------------------ */
/* LANGUES - liens mots ou images */

#lang{
	height:20px;
	padding-top:7px;
	padding-right:3px;
	text-align:right;
	}
	
#lang a:link,#lang a:active,#lang a:visited{
		}
	
#lang a img{
	border:none;
	margin-right:4px;
	}
	
#lang a:hover img, #lang a.selected img{
	opacity:0.5;
	filter : alpha(opacity=50); 
	}	




/* ------------------------------ */
/* TEXTES                         */

p{
	margin:0;
	margin-bottom:6px;}
	
.date{
	color:#666;
    line-height:15px;
    font-size:10px;}
	
.enAvant{
	color:#FFF;
	font-weight:bold;
	font-size:12px;}
	
.petit{
	color:#999;
	font-size:10px;
}

.slogan{
	font-style:italic;
	font-size:14px;
	color:#666;
	}
	
	
.separ{
	height:2px;
	border-bottom:1px solid #777;
	margin-bottom:15px;
	}

/* ------------------------------ */
/* TITRES                         */

h1{
    color:#333333;
    font-weight:normal;
    font-size:20px;
    line-height:20px;
    margin-top:0px;
    height:30px;
	background-image:url(../../images/soush1.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#b7b5a7;
	margin-bottom:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	
}

h2{
    color:#333;
    font-size:14px;
	font-weight:normal;
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
}

h2 a:link, h2 a:visited, h2 a:active {
    /*text-decoration: none;*/
    color:#a4b94e;
}

h3{
	font-size:12px;
	margin:0px;
	margin-top:3px;}


/* ------------------------------ */
/* IMAGES                         */

img{border:0px;}

.img_alternate{
	float:left;
	margin-right:5px;
	margin-bottom:5px;}
	
#colG #contenus img{
    border:2px solid #a4b94e;
    margin-right:10px;
}

/* ------------------------------ */
/* LIENS                          */


#contenus a{
    color:#fff;
	background-color:#eb691b;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;}
	
#contenus a:hover{
	 color:#eb691b;
	background-color:#fff;
	}
	
#contenus a.nobg{
	background:none;}
	
a.more:link, a.more:visited, a.more:active{
	font-size:10px;
	/*font-weight:bold;*/
	line-height:20px;
	}
	
a.more:hover{
	color:#000;
	}
	
a.retour:link, a.retour:visited, a.retour:active{
	color:#666;
	font-size:10px;}
	
a.retour:hover{
	color:#000;
	}
		

#contenus a.bouton{
	display:block;
	/*text-align:center;*/
	color:#fff;
	padding:5px;
	text-indent:15px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(../../images/bouton_on.gif);
	background-position:left;
	}
	
#contenus a.bouton:hover{
	color:#eb691b;
	background-image:url(../../images/bouton_off.gif);}
	
/* ------------------------------ */
/* BLOC IMPRIMER                  */

#zoneimprimer{
    text-align:right;
    padding-right:10px;
    height:15px;
    width: 20px;
    float:right;
}

#zoneimprimer a {
    border:none;
    background-image:none;
}

#zoneimprimer a img{
	border:none;
	}
	
	
/* ------------------------------ */
/* BLOC RSS                       */

#zonerss{
   /* text-align:right;
    padding-right:10px;
    height:15px;
    width: 50px;
    float:right;
	margin-top:15px;
	margin-right:5px;*/
	position:absolute;
	right:15px;
	top:15px;
}

#zonerss a.rss {
    border:none;
    background-image:none;
}

#zonerss a img{
	border:none;}

/* ------------------------------ */
/* BLOC COLONNE SECONDAIRE        */

#colD #titre{
    background-image:url(../../images/bg-titre.gif);
    width:208px;
    height:27px;
    line-height:27px;
    text-indent:20px;
    color:#FFF;
    text-transform:uppercase;
    font-weight:normal;
    font-size:16px;
}

#colD #bloc1{
    background-color:#cddae6;
    padding:10px;
    margin-right:6px;}



#colD #bloc2{
    background-color:#88a4c0;
    padding:10px;
    margin-right:6px;}
	
	

	
/* ------------------------------ */
/* FIELDSET                       */

fieldset{
	padding:0px;
	padding-left:10px;
	padding-right:10px;}
	
legend{}


/* ------------------------------ */
/* FIL D'ARIANNE                  */

#filarianne_txt{
	margin-bottom:10px;
	font-size:10px;
	color:#999;
	border-bottom:1px solid #EEE;
	padding-bottom:}
	
#filarianne_txt a:link, #filarianne_txt a:active, #filarianne_txt a:visited{
	color:#999;
	text-decoration:none;
	}
	
#filarianne_txt a:hover{
	color:#eb691b;
	}	
	
/* ------------------------------ */
/* FORMULAIRE DE CONTACT          */

#formContact{
	width:400px; 
	}
	
#formContact td{
	padding:0px;}
	
#formContact input.formcontact{
	width:220px;
	height:14px;
	font-size:10px;}
	
#formContact select.formcontact{
	width:220px;
	font-size:10px;}
	
#formContact textarea.formcontact{
	width:330px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;}
	
#bt_submit{
	background-color:#eb691b;
	border:none;
	color:#FFF;
	font-size:10px;
	padding:4px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:5px;
	}
	
input.champKo, .champKo input, textarea.champKo, .champKo textarea{
	background-color: #FF9F9F;
}

.champOk input, input.champOk, .champOk textarea, textarea.champOk {
	background-color: #B8F5B1;
}


/* ------------------------------ */
/* PLAN DU SITE                   */	
	
.separplan{
	float:left;
	padding-right:10px;
	padding-left:5px;
	border-left:1px solid #CCC;
	width:135px;
	
	}
	
.separplan h2{
	margin-top:0px;
	margin-bottom:5px;}
	
.separplan a.h2link{
	font-size:12px;
	text-decoration:none;
	}
	
#contenus .separplan a{
	color:#333;
	background:none;}
	
#contenus .separplan a:hover{
	color:#eb691b;}
	
	
/* ------------------------------ */
/* AUTRES                         */	
	
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.classif_list li{}
.fichiers_list li{}


/****************************************************************************/
/****************************************************************************/
/* 					       LISTES : item / bloc		     					*/
/****************************************************************************/
/****************************************************************************/

	
	
/* ------------------------------ */
/* LISTE : ARTICLES                */


.item_liste_article{
	border-bottom:1px solid #9b998e;
	margin-bottom:10px;
	padding-bottom:10px;
	}
	
.item_liste_article img{
	display:block;
	float:left;
	}
	
.item_liste_article h3{
	
	}
	

	

	
/* ------------------------------ */
/* LISTE : LIENS                  */


.item_liste_lien{
	border-bottom:1px solid #CCC;
	margin-bottom:15px;
	padding-bottom:5px;
	}
	
.item_liste_lien img{
	display:block;
	float:left;
	}
	
.item_liste_lien h3{
	
	}
	

	
/* ------------------------------ */
/* PAGINATION                     */

#pagination{
	width:100%;
	text-align:center;}
	
#pagination a{
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin:0px;
	line-height:30px;
	}
	
#pagination .pageselect{
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#74a120;
	font-size:10px;
	font-weight:bold;
	}


/****************************************************/


#slideshow {
    /*position:absolute;*/
    height:195px;
	width:595px;
	float:left;
	z-index:1;
	position:relative;
	
}

#slideshow DIV {
    position:absolute;
    top:0;
    z-index:8;
    height: 195px;
	width:595px;


}

#slideshow DIV.active {
    z-index:10;
	left:0;
	top:0;
	
}

#slideshow DIV.last-active {
    z-index:9;
	left:0;
	
}

#slideshow DIV IMG {
    display: block;
    border: 0;

}

