body {	background-color : #312626;	font-size:80%;	color : #F5EDD1;	font-family : Geneva, Arial;
}
body#bourgogne {    background-image: url("img/emile.jpg");     background-repeat: no-repeat;	}
body#contact {    background-image: url("img/porte.jpg");     background-repeat: no-repeat;	}

/*================================================
Traitement des Liens
=================================================*/
a:link   {	color: #F5EDD1; 	text-decoration: none; 	background-color: transparent }
a:visited   { 	color: #F5EDD1; 	text-decoration: none; 	background-color: transparent }
a:hover   {	color: #c93; 	text-decoration: underline; 	background-color: transparent }
a:active   { 	color: #900; 	text-decoration: underline; 	background-color: transparent }
/*================================================
Traitement des Liens des images
=================================================*/
 a:link img, a:visited img, a:hover img, a:active   img {	border:none;	} 
 div#principal a:link img, a:visited img, a:active   img {	border:1px solid #312626;	}  div#principal a:hover img { 	border:1px solid white;	} 
/*================================================
Listes
=================================================*/
div#navmenubase ul, div#navmenucateg ul, div#colgauche ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
div#navmenubase li, div#navmenucateg li {    float: right;     background: url("img/pucenav.gif") no-repeat 0 50%;
    padding-left: 15px;
    padding-right: 2em}

div#colgauche li {    background: url("img/pucenav.gif") no-repeat 0 50%;
    padding-left: 15px;	margin-bottom: 0.8em;
}
li.menuon {	color:#c93;    background: url("img/pucenavon.gif") no-repeat 0 50%;	
}

/*================================================
Traitement des Blocs
=================================================*/
div#contener {	width:760px;	margin:auto;}
div#navmenubase {
    margin-top: -2em;
    margin-bottom :4em;	  /*border:1px solid #312626;  gestion bug opera  */		
}

div#navmenucateg {
    clear:both;	border:1px solid #312626;   /* gestion bug ie sur le hover des images ds et-vous.html  */		
}

div#colgauche {    float:left;
    width:260px;	margin-top:5em;
}
body#home div#colgauche {	margin-top:0;}
div#principal {    clear:right;	margin:5em 0 0 300px;
}	
body#et-vous div#principal {	margin-left:0;}
body#home div#principal {	margin-left:250px;}
body#et-vous div#principal div {	clear:both;	margin:2em 0;}
div#footer {
    clear:both;	margin-top:3em;
    text-align:center;
}
body#contact div#footer, body#bourgogne div#footer {	margin-top:6em;}
/*================================================
Traitement des Titres
=================================================*/
h1 {	height:92px;    margin-left:120px;    background: url("img/parigot.gif") no-repeat;	}
h1 span, h2 span {	display: block;	width: 0;	height: 0;	overflow: hidden;	}
h3 {	color: #FF7D00;	margin-top:2em;}
/*================================================
Traitement des images
=================================================*/
div#colgauche img {
    display:block;
    margin: 0 0 20px 20px;
}	
img.savoir_faire {	float:left;	margin-left : -120px;
}
img#bouteille  {	float:right;}
img#carte {	float:right;}
img#caveau {	float:left;	margin:0 25px 0 0;}
hr.invisible {
    visibility:hidden;	clear:both;
}

div#footer p {	margin: 0	}
p#avertissement {	color:gray;	font-size:0.6em;}
