/* 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:#FFF url(../images/charte/bg-body.jpg) repeat-x;
}

body{
	font-size:62.5%;
}

#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:990px;
	margin:0 auto;
	background: url(../images/charte/bg-container.jpg) repeat-y;
}

#header{
	width:990px;
	height:151px;
}
/***************** CONTAINER DU CONTENU *****************/


#contenu {
	position:relative;
	width:990px;
	padding-bottom:43px;
	display:table;
	font-family:Arial, Helvetica, sans-serif;
	color:#850606;
	background:url(../images/charte/bg-contenu.jpg) no-repeat;
}

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

#contenu #menu {
	width:210px;
	float:left;
}


#menu dt {
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	text-align:left;
	font-size:1.1em;
	font-weight: bold;
	color:#fff;
	display: block;
}
#menu dd {
	padding:0px;
}
#menu dt a span{
	display:none;}

#menu dt a:link, #menu dt a:visited{
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 100%;
}
#menu dt a:hover {
	color: #870000;
	text-decoration: none;
	display: block;
	height: 100%;
}

#menu ul{
	list-style: none;
}

#menu li {
	font: normal 1.1em Arial, Helvetica, sans-serif;
	text-align:left;
	text-decoration: none;
}

#menu li a {
	color: #b94027;
	padding-left:10px;
	text-decoration: none;
	display: block;
}
#menu li a:hover {
	color:#FFF;
	background: #CCC;
	text-decoration: none;
}

.menu1 {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-presentation.jpg) no-repeat;}

.menu1:hover {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-presentation-ovr.jpg) no-repeat;}

.menu1current {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-presentation-ovr.jpg) no-repeat;}

.menu2 {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-menu.jpg) no-repeat;}

.menu2:hover {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-menu-ovr.jpg) no-repeat;}

.menu2current {
width:210px;
height:24px;
background:url(../images/charte/btn-menu-ovr.jpg) no-repeat;}

.menu3 {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-cave.jpg) no-repeat;
}
.menu3:hover {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-cave-ovr.jpg) no-repeat;}

.menu3current {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-cave-ovr.jpg) no-repeat;}

.menu4 {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-actualites.jpg) no-repeat;
}
.menu4:hover {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-actualites-ovr.jpg) no-repeat;}

.menu4current {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-actualites-ovr.jpg) no-repeat;}

.menu5 {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-reservation.jpg) no-repeat;
}
.menu5:hover {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-reservation-ovr.jpg) no-repeat;}

.menu5current {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-reservation-ovr.jpg) no-repeat;}

.menu6 {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-contact.jpg) no-repeat;
}
.menu6:hover {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-contact-ovr.jpg) no-repeat;}

.menu6current {
width:210px;
height:24px;
float:left;
background:url(../images/charte/btn-contact-ovr.jpg) no-repeat;}


/***************** CONTENU TEXTUEL *****************/

#contenuTexte{
	padding:0 0 0 1px;
	width:770px;
	float:left;
}


#contenuTexte h1{
  margin:30px 0 15px 0px;
  font:bold 1.8em Arial, Helvetica, sans-serif;
  color: white;
  letter-spacing:0.1em;
	padding-left: 5px;
  background:url(../images/presentation/background-titre.jpg)  ;
  width: 475px;
  height: 48px;
}

#contenuTexte h2{
	margin:10px 0;
	font:bold 1.4em Arial, Helvetica, sans-serif;
	color:#850606;
}

#contenuTexte h3{
	margin:10px 0;
	font:bold 1.4em Arial, Helvetica, sans-serif;
	color:#F78F33;
}

#contenuTexte p{
	padding-bottom:5px;
	font-size:11px;
	line-height:1.6em;
	text-align:justify;
}
#contenuTexte a:link, #contenu a:visited{
	color: #f78f33;
	text-decoration:none;
}
#contenuTexte a:hover, #contenu a:active{
	color: #f78f33;
	text-decoration:underline;
}
#contenuTexte p.couleur, .couleur{
	font-weight:bold;
	color:#b94027;
}

/*---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: -31px auto 0 auto;/*---margin top = - hauteur du footer---*/
	width:990px;
	height:60px;
	font:bold 1em Arial, Helvetica, sans-serif;
	color: #FFF;
	clear:both;
	background: url(../images/charte/bg-footer.jpg) repeat-x top;
}


#footer a {
	font:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #870000;
}
#footer a:hover {
text-decoration:underline;

}

#footer .idep{
	font:normal 0.9em Arial, Helvetica, sans-serif;
	color: #FFF;
	width:200px;
	float:left;
	font-weight:normal;
}

#footer .idep img{
	float:left;
}

#footer .idep a{
	color: #FFF;
	float:left;
}
#footer .idep a:hover{
	color: #FFF;
	text-decoration:underline;
	float:left;
}


/***************** DIVERS *****************/

.GrdeCols {
width:277px;
float:left;
margin:0 10px 0 0;}

.PtiteCols {
width:480px;
float:left;
}

.PtiteCols1 {
width:470px;
float:left;
/*margin-top: 5px;*/
}
.PtiteCols2 {
width:470px;
float:left;
/*margin-top: 5px;*/
background:url(../images/cave/vin.jpg) 380px bottom no-repeat ;
}
/********** Menu ******************/
.encart{
background:url(../images/menu/menu-carte.jpg) no-repeat ;
width: 160px;
height: 28px;
}
.encart1{
background:url(../images/menu/carte.jpg) no-repeat;
width:160px;
height:auto;
margin-top: 1px;
}
.encart2{
  background:url(../images/menu/savoir.jpg) no-repeat ;
  width:160px;
  height:24px;
  margin-top: 1px;
}

.encart1 table{
  width:160px !important;
}
.encartall{
  float:right;height:auto;width:160px;margin-left:5px;margin-right:-8px;
}
.titre-p{
color:white;font-weight:bold;text-align:center;
}
.savoir{
  color:white;float:right;margin-right:3px;text-decoration:underline;cursor:pointer;
}
.border-left{
  text-align:justify;border-left: 1px solid #F78F33;
}

/* cave */
.menu-cave{
  display:none;margin-top:20px;margin-left:20px;width:420px;border-left:1px solid #F8A357;
  border-right:1px solid #F8A357;border-bottom:1px solid #F8A357;font-size:12px;padding-left:10px;
	font-family: Arial !important;
}

.menu-cave *{
  font-family: Arial !important;
}

 /* actualites */
.actualites1{
  width:465px; margin-top:10px;float:left;background:#FFE7D2;margin-left:6px;
}
.actualites2{
  width:350px;height:20px;font-weight:bold;font-size:12px;margin-left:5px;color:#B94027;
}
.actualites3{
  width:425px;padding-top:5px;text-align:justify;font-size:11px;margin-bottom:5px;margin-left:5px;
}
.actualites-image{
  text-align:center;margin-top:10px;margin-bottom:10px;
}

.txtMenu *{
  color: #FFFFFF !important;
	font-size: 11px !important;
}



/*******************Presentation *******************/
.separateur1{
  background:url(../images/presentation/separateur1.jpg) no-repeat ;
  margin-top:5px;
  height: 5px;
}

.separateur2{
  background:url(../images/presentation/separateur2.jpg) no-repeat;
  margin-top:5px;
  height: 5px;
}

.separateur3{
  background: url(../images/presentation/separateur-gauche.jpg) no-repeat;
  float:left;
  height: 200px;
}

/**************** CONTACT  *******************/
.table-contact{
  display:block;
  width:450px;

}

.table-contact-left{
   width:200px;
   float:left;
   display:block;
   height:110px;
   margin-left: 5px;

}

.table-contact-right{
  width:210px;
  float:left;
  display:block;
  height:110px;
}

.button-contact{
	border:1px solid #ffffff;
	background-color: #F67A0D;
	width:65px;
	font-size: 12px;
	cursor:pointer;
  color:white;
}
.buttonOver-contact{
	border:1px solid #ffffff;
	background-color: #FEAD65;
  color:white;
	width:65px;
	font-size: 12px;
	cursor:pointer;
}
.input-contact{
  width:120px;
  height: 16px;
  float: left;
}

.table-contact-buttons{
  width:150px;
  float:left;
  padding:0px 0px 0px 160px;
  height: 10px;
}

#frmContact1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:400px;
	height: auto;
}
.contact-message{
   float:left;
   display:inline;
   margin-left:45px;
   height: 124px;
}
.input1{
  width:70px;float:left;display:inline;color:#8D1717;
}

.input2{
  width:120px; float:left;
}

.input22{
  width:120px; float:left;
  color:#8D1717;background-color:#F78F33;width:123px;height:20px;
}

.input3{
  width:85px; float:left;display:inline;color:#8D1717;
}

.message{
  width:430px;float:left;padding-left:10px;display:inline;color:#8D1717;
}


.input4{
  width:110px; float:left;
}
.inputForm{
	border:1px solid #004E6F;
	background-color:#F78F33;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
    height:16px;
	margin-top:2px;
}
.inputFormOver{
	border:1px solid #0073A4;
	background-color:#FDE0C6;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	height:16px;
	margin-top:2px;
}

.petit{
  width:250px;
}
/* CAVE */
.bullet{
  cursor:pointer;
  font-size:14px;
  font-weight:bold;
  height:17px;
  padding-top: 17px;
  margin-bottom: -12px;
  background:url(../images/cave/bullet.jpg) no-repeat left top;
}
.cave1{
  margin-left:25px;
}
.vin{
background:url(../images/cave/vin.jpg) no-repeat ;
border: 1px solid red;
height: 106px;
width:44px;
}

.invisible{
	display:none;
}

.margin-left{
  border-left: 1px solid #F78F33;
}

.couleur2{
  color:#952727;font-weight:bold;
}
.indexp{
  text-align:justify;margin-left:5px;
}
/* acces */
.left-box{
  border:1px solid #F77A0E;width:230px;float:left;margin-left:0px;background:url(../images/acces/envelope.gif) no-repeat;
}
.right-box{
  border:1px solid #F77A0E;width:236px;float:left;margin-left:10px;background:url(../images/acces/phoneIcon.gif) no-repeat;
}
.texte-acces{
  text-align:center;
}
.plan-acces{
  float:left;margin-top:20px;
}

.plan-background{
  width:473px;height:306px;border:5px solid #F98C2B;
}
.left-part{
  width: 200px; float: left;
}
.left-position{
  padding: 160px 0px 0px 100px;
}
.bottom-part{
  width: 264px; text-align: center; float: left;
}
.bottom-position{
  padding: 270px 0px 0px 0px;
}

