/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis styles.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
	height:100%;/*---obligatoire pour le footer---*/
	background-color:#008B00;
}

body{
	font-size:62.5%;
	background:url(../images/charte/bg.jpg);
	background-repeat:repeat-x;
}

#container{
	position: relative;/*---obligatoire pour le footer---*/
	min-height:100%; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	height:100%;/*---obligatoire pour le footer:IE---*/
	width:984px;
	margin:0 auto;
	background-image:url(../images/charte/bg-contenu2.jpg);
}
#container2{
	position: relative;/*---obligatoire pour le footer---*/
	min-height:100%; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	height:100%;/*---obligatoire pour le footer:IE---*/
	width:984px;
	margin:0 auto;
	background-image:url(../images/charte/bg-contenu.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#header{
	width:984px;
	height:327px;
	background:none;
}
/***************** CONTAINER DU CONTENU *****************/


#contenu {
	position:relative;
	width:984px;
	padding-bottom:25px;
	display:table;


}

/***************** MENU ********************/

#contenu #menu {
	float:left;
	width:180px;
	padding: 20px 20px 0 0px;
}

#contenu #menu dt a:link, #menu dt a:visited{
width:180px;
height:28px;
color:#5C0064;
text-decoration: none;
display: block;
margin:0px 0 0 0;

}
#contenu #menu dd{
background-image: url(../images/charte/rep.gif);
background-repeat: repeat-y;
background-position:left top;
}
#contenu #menu dt a:hover {
width:180px;
height:28px;
color:#3F799E;
text-decoration: none;
display: block;
text-decoration: underline;
margin:0px 0 0px 0;
}
#contenu #menu ul{
padding:0px 0 0px 2px;
width:180px;
text-align:left;
margin:0 0 0 10px;

}
#contenu #menu li {
padding-left:33px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
line-height:20px;
color:#004040;
margin:0 0 0 10px;
list-style-type:none;

}

#contenu #menu li a,#menu li a:visited{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
color:#FFF;
text-decoration:none;

}
#contenu #menu li a:hover {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
color:#FF9600;
text-decoration:underline;

}


#contenu #menu dt span {	display:none; }

a.bt1		{ 	background:url(../images/charte/menu-01.gif) no-repeat left top;  		}
a:hover.bt1 {	background:url(../images/charte/menu-01-over.gif) no-repeat left top; 	}
.current1 {	background:url(../images/charte/menu-01-over.gif) no-repeat left top; 	}

a.bt2		{ 	background:url(../images/charte/menu-02.gif) no-repeat left top;  		}
a:hover.bt2 {	background:url(../images/charte/menu-02-over.gif) no-repeat left top; 	}
.current2 {	background:url(../images/charte/menu-02-over.gif) no-repeat left top; 	}

a.bt3		{ 	background:url(../images/charte/menu-03.gif) no-repeat left top;  		}
a:hover.bt3 {	background:url(../images/charte/menu-03-over.gif) no-repeat left top; 	}
.current3 {	background:url(../images/charte/menu-03-over.gif) no-repeat left top; 	}

a.bt4		{ 	background:url(../images/charte/menu-04.gif) no-repeat left top;  		}
a:hover.bt4 {	background:url(../images/charte/menu-04-over.gif) no-repeat left top; 	}
.current4 {	background:url(../images/charte/menu-04-over.gif) no-repeat left top; 	}

a.bt5		{ 	background:url(../images/charte/menu-05.gif) no-repeat left top;  		}
a:hover.bt5 {	background:url(../images/charte/menu-05-over.gif) no-repeat left top; 	}
.current5 {	background:url(../images/charte/menu-05-over.gif) no-repeat left top; 	}

a.bt6		{ 	background:url(../images/charte/menu-06.gif) no-repeat left top;  		}
a:hover.bt6 {	background:url(../images/charte/menu-06-over.gif) no-repeat left top; 	}
.current6 {	background:url(../images/charte/menu-06-over.gif) no-repeat left top; 	}

a.bt7		{ 	background:url(../images/charte/menu-07.gif) no-repeat left top;  		}
a:hover.bt7 {	background:url(../images/charte/menu-07-over.gif) no-repeat left top; 	}
.current7 {	background:url(../images/charte/menu-07-over.gif) no-repeat left top; 	}

a.bt8		{ 	background:url(../images/charte/menu-08.gif) no-repeat left top;  		}
a:hover.bt8 {	background:url(../images/charte/menu-08-over.gif) no-repeat left top; 	}
.current8 {	background:url(../images/charte/menu-08-over.gif) no-repeat left top; 	}

a.bt9		{ 	background:url(../images/charte/menu-09.gif) no-repeat left top;  		}
a:hover.bt9 {	background:url(../images/charte/menu-09-over.gif) no-repeat left top; 	}
.current9 {	background:url(../images/charte/menu-09-over.gif) no-repeat left top; 	}

a.bt10		{ 	background:url(../images/charte/menu-10.gif) no-repeat left top;  		}
a:hover.bt10 {	background:url(../images/charte/menu-10-over.gif) no-repeat left top; 	}
.current10 {	background:url(../images/charte/menu-10-over.gif) no-repeat left top; 	}
/***************** CONTENU TEXTUEL *****************/

#contenuTexte{
	padding:18px 0 30px 20px;
	width:720px;
	float:left;
  	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
	color:#000000;
  	text-align:justify;
}


#contenuTexte h1{
	margin:5px 0 10px 0;
	font:bold 1.4em Arial;
	color:#008B00;
/*	border-bottom:1px solid #00AE14;*/
}

#contenuTexte h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding-top: 25px;
    text-transform: uppercase;
	color:#F8770F;
  background-image: url(../images/charte/biere.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-left: 20px;
  border-bottom: 0px dashed #F8770F;
  margin-bottom: 3px;
}

h3{
	margin:20px 0 0px 0;
  	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
	color:#EF8901;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.bolder{
    	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
	color:#034A03;
  font-weight: bolder;
  	text-align:justify;
}



a{
	color: #D37102;
	text-decoration:none;
}
a:hover{
	color: #D37102;
	text-decoration:underline;
}

/*.carte
{
background-image: url(../images/charte/menu_01.jpg);
background-repeat: no-repeat;
background-position: top;
width: 509px;
height: 13px;


}

.carte-top
{
background-image: url(../images/charte/menu_01.jpg);
background-repeat: no-repeat;
background-position: top;
width: 509px;
height: 13px;
}

.carte
{
background-image: url(../images/charte/menu_02.jpg);
background-repeat: repeat-y;
background-position: top;
width: 509px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
	color:#ffffff;

}
.carte .titre{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 18px;
	color:#FBD1A2;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}



.carte-bottom
{
background-image: url(../images/charte/menu_03.jpg);
background-repeat: no-repeat;
background-position: top;
width: 509px;
height: 13px;
}*/
 .carte-table1
{
background-image: url(../images/charte/table_03.jpg);
background-repeat: no-repeat;
background-position: top;
width: 433px;
min-height: 235px;
height: 235px;
background-color: transparent;

}

 .carte-table2
{
background-image: url(../images/charte/table_05.jpg);
background-repeat: repeat-y;
background-position: top;
width: 433px;
height: 100%;
}




.carte-table3
{
background-image: url(../images/charte/table_06.jpg);
background-repeat: no-repeat;
background-position: top;
width: 433px;
height: 94px;
}

.carte-table3 a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
	color:#008B00;
  text-decoration: underline;


}

.carte-table3 a:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
	color:#C4DEC5;


}

.carte
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
	color:#FF6C00;
  text-decoration: none;


}

.carte:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
	color:#008B00;
   text-decoration: none;

}















/***************** DIVERS *****************/


.photo {
float:left;
padding:40px 0px 0 0;}



.gauche {
width:425px;
float:right;
padding:0px 0px 0 0px;
}


/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/
.clearer
{
	clear: both;
	display: block;
	height: 0px;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0px;
}
/***************** FOOTER *****************/
#footer{
	position: relative;/*---obligatoire pour le footer---*/
	margin: -25px auto 0 auto;/*---margin top = - hauteur du footer---*/
	width:100%;
	height:25px;
	font:bold 1em Arial, Helvetica, sans-serif;
	color: #FBD1A2;
	clear:both;
/*	background-image:url(../images/charte/footer.gif);
	background-repeat:repeat-x;*/
}


#footer a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #FBD1A2;
}
#footer a:hover {
text-decoration:underline;

}
#footer a.sousrubz{
	color: #FBD1A2;
	font-weight:normal;
}

a img{
-moz-opacity: 1.00; opacity:1.00;
border: 0px;
}

a:hover img{

-moz-opacity: 0.70; opacity:0.70;
border: 0px;
}

.inputForm{
border:1px solid #C8C9CA;
background-color: #FFFFFF;
width:180px;
color: Black;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
}
.inputFormOver{
border:1px solid #C8C9CA;
background-color: #F5F4F4;
width:180px;
font-family: Arial, Helvetica, sans-serif;
color: Black;
font-weight:normal;
font-size: 12px;
color:#000000;
}
.button{
border:1px solid #016900;
background-color: #4B654D;
width:65px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
}
.buttonOver{
border:1px solid #016900;
background-color: #016900;
width:65px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
cursor:pointer;
color:#FFFFFF;
}

.frmContact{ /* dedicated ID for "contact form"*/
     float:left;
	text-align:center;
	background-color:#6D8E6F;
 /* background-color: - come from admin/fckeditor/css/fck.css  */
	font-size:11px;
  width: 580px;
	border:1px solid #666666;
}



.frmContact .Label, .frmContact label{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color: #ffffff;
}

.notice{

	font-size:11px;
	padding:0px;
  color: #ffffff;
}



.invisible{
display: none;

}

.frmBook{
     float:left;

	background-color:#6D8E6F;
	font-size:11px;
  width: 580px;
  padding:10px !important;
	border:1px solid #666666;
}
.frmBook label{
 width:80px;
 height:25px;
 text-align: left;
 float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color: #ffffff;
}
.message{
  width:720px;
  background-color: #f4f4f4;
  float:left;
  padding: 0px 0px 4px 0px;
  margin-bottom:15px;
}
.message p{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
  color:#000000;
}


.message-title{
  clear: both;
  width:708px;
  padding:0px 5px 0px 5px;
  background-color: #EAEAEA;
  border: 1px solid #cdcdcd;
  height:26px;
}

