body 
{
font-family:Arial;
font-size: 0.8em;
margin:0;
padding: 0;
  background-color: #aed0ab;
}

@font-face {
 font-family: MyCustomFont;
 src: url("../../medias/fonts/gabvri.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("../../medias/fonts/gabvri.ttf") /* TTF file for CSS3 browsers */
}

#header {
height: 162px;
background-color: #aed0ab;
background-image:url(../../medias/header.jpg);
}

#footer {
height: 37px;
background-color: #aed0ab;
border-top: 2px solid #66a761;
}

#conteneur {
  margin-left: auto; 
  margin-right: auto; 
  width: 1000px;

}

#contentImg {
	/*background-image:url(../../medias/iguane.png);*/
	background-position:right bottom;
	background-repeat: no-repeat;
	width:994px;
	border-left: solid 3px #66a761; 
	border-right: solid 3px #66a761; 
	  background-color: #fff;
}
#content {
	width:994px;
	border-left: solid 3px #66a761; 
	border-right: solid 3px #66a761; 
	  background-color: #fff;
}


/*MENU*/
#menu
{
/*padding-right:20px;*/
padding-top:0px;
/*background-image:url(../../medias/fondMenu.jpg);*/
border-top:1px solid #66a761;
border-bottom:1px solid #66a761;
border-left:3px solid #66a761;
border-right:3px solid #66a761;
margin:0px;
background-color: #66a761;
height: 32px;
width: 994px;
text-align:center;
font-weight:bold;
font-size:18px;
color:#FFFFFF;
}



#pourCentrer{
	margin:0px auto;
}

#gabrielfont{
 font-family: MyCustomFont, Verdana, Arial, sans-serif;
 font-size: 22pt;
 color:#176d1e;
 	height:40px;
	padding:20px;
	font-weight:bold;
	text-align:left;	
}

/*ACCUEIL*/
#titreOrange{
	margin-top:20px;
	margin-bottom:20px;
	font-size:22px;
	color:#fb9401;
	text-align:center;
}
#miniComment{
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	color:#3a3a3a;
	text-align:center;
}
#textMarron{
	padding:25px;
	font-size:14px;
	color:#3a3a3a;
	text-align:center;
}
#textMarronLeft{
	padding:25px;
	font-size:14px;
	color:#3a3a3a;
	text-align:left;
}
a.lemenu{
	/*font-size:14px;*/
	color:#FFFFFF;
	text-decoration:none;
	/*line-height: 70% ;*/
}
a.lemenu:hover{
	color:#ffb400;
	text-decoration:none;
}
a{
	color:#3a3a3a;
	text-decoration:none;
}
a:hover{
	color:#0C9D00;
	font-weight:bold;
	text-decoration:underline;
}

a.navig{
	color:#3a3a3a;
	text-decoration:none;
}
a.navig:hover{
	color:#00808F;
	text-decoration:none;
}

ul{
margin-top:0px;
}
hr{
color:#811314;
background-color:#811314;
height: 2px;
border:0px;
margin:5px;

}
/*SOUS MENU*/
#listRubSousMenu {
	/*border-top-style:solid;
	border-width:2px;
	border-color:#811314;*/
	margin:5px;
}

#divNavig {
	border-left: solid 3px #66a761; 
	border-right: solid 3px #66a761;
	background-color: #EFEFEF;	
	padding-left:10px;
}

/*RIUBRIQUE*/

#listRub {
	background-image:url(../../medias/puce-etoiles.png);
	background-repeat: no-repeat;
	padding-left:31px;
	font-weight:bold;
	margin: 15px 0px 15px 5px ;
	/*color:#7b170e;
	height:28px;*/
}
#listRub a{
	font-weight:bold;
	color:#124676;
	text-decoration:none;
}
#listRub a:hover{
	font-weight:bold;
	color:#0c9d00;
	text-decoration:none;
}




#titreArticle{
	
	/*background-image:url(../../medias/boomerang.png);
	background-repeat: no-repeat;*/
	height:40px;
	padding:20px;
	font-size:22px;
	color:#3a3a3a;
	font-weight:bold;
	text-align:left;
}
#titreArticleAll{
	/*height:40px;
	padding-top:20px;*/
	font-size:22px;
	color:#00808F;
	-moz-border-radius: 10px 10px 10px 10px;
	font-weight:bold;
	text-align:left;
}
#textArticle{
	text-align:justify;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	font-size:14px;
	color:#3a3a3a;
}
#textArticleDiapo{
	text-align:justify;
	padding-left:30px;
	padding-right:130px;
	font-size:14px;
	color:#3a3a3a;
}
#textRubrique{
	padding-left:30px;
	padding-right:30px;
	font-size:14px;
	color:#3a3a3a;
}
/*ZOOM IMAGE*/
#zoomer_big_container {
	display:block;
	position:relative;
	background:url(../images/loading.gif) center center no-repeat #FFFFFF;
	overflow:hidden;
	margin:10px auto 0px;
	cursor:move;
}
#zoomer_image {
	display:block;
	position:absolute;
}
#zoomer_thumb {
	display:block;
	position:relative;
	overflow:hidden;
	margin:10px auto 0px;
}
#zoomer_region {
	background:#666666;
	border:none;
	position:absolute;
	top:0px;
	left:0px;
	cursor:move;
}
