/* CSS Document */
body
{
margin:10px 0 ;
padding: 0 ;
text-align: center ;
font: 0.8em "Verdana", helvetica, sans-serif ;
background-color: #990000;
}

div#conteneur
{
width: 775px ;
margin: 0 auto ;
text-align: left ;
border: 2px solid #ab4 ;
background: #FFFFFF ;
}

#contenu
{
	width: 740px ;
    margin: 0 auto ;
    background: #33FFFF;
	padding: 8px;
}

#contenu p
{
	text-align: justify ;
	line-height: 1.7em ;
	font-weight: bold;
	text-align: center;
}

#en_tete
{
width: 772px;
height:122px;
margin:auto;
margin-top: 20px;
margin-bottom: 20px;
background-image:url(../images/banniere.jpg);
}

#menu
{
height: 45px;
margin-left: 2px;
margin-right: 2px;
padding: 0;
background: url(../images/bouton_2.jpg) repeat-x 0 -25px;
list-style-type:none;
}

#menu li
{
float:left;
text-align:center;
}

#menu li a
{
width: auto;
padding-right: 13.2px;
padding-left:13.2px;
line-height: 25px;
font-size: 1.1em;
font-weight: bold;
letter-spacing: 0px;
color: #FFFFFF; 
display:block;
text-decoration:none;
border-right: 2.1px solid #FFFFFF; 
}

#menu li a:hover
{
	background: url(../images/bouton_hoover_2.jpg) repeat-x 0 0 ;
}

.vins_h
{
text-align: center;
text-decoration: underline;
}

.vins
{
text-align: center;
text-decoration: underline;
}

.digestifs_h
{
text-align: center;
text-decoration: underline;
}

#pied_de_page
{
	margin: 0 ;
	padding-right: 10px ;
	line-height: 30px ;
	text-align: center ;
	color: #000000 ;
	font-weight: bold;
	text-decoration: overline underline;
}





