/*
Réalisé par Audec
http://www.audec.net
*/

body
{
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   font-family: "Trebuchet MS", Arial, "Times New Roman", Times, serif;
   background-color: Honeydew;
}
#milieu
{
	display: block;
	float: left;
	padding-top: 10px;
	width: 1000px;
	background-image: url("../images/la cave a jules-cotes.jpg");

}
a
{
   color: #294493;
   text-decoration: none;
}

a:visited
{
   color: #294493;
   background-color: transparent;
   text-decoration: none;
}

a:hover
{
   color: #294493;
   background-color: LightBlue;
   border-bottom: 0px;

}

a span{
display: none;
text-decoration: none;
}

a:hover span {
display: inline;
color: black;
background-color:white;
}

#banniere
{
	display: block;
	float: center;
	width: 1000px;
	height: 124px;
	text-align: center;
	background-image: url("../images/la cave a jules-banniere.jpg");
	background-repeat: no-repeat;

}

#corps
{
	display: block;
	float: left;
    margin-left: 85px;
	width: 800px;
	height: 570px;
	padding: 5px;
	background-color: White;
}

#corps h1
{
   font-size: 0.8em;
   color: DarkSlateGray;
   text-decoration: underline;
   text-align: left;
}

#corps h2
{
   font-size: 1em;
   color: DarkSlateGray;
   text-decoration: underline;
   text-align: left;
   text-indent: 20px;
}

#corps p
{
   color: black;
   font-size: 0.8em;
   text-indent: 20px;
}

#corps ul
{
   list-style-type: circle;
   font-size: 0.8em;

}

#pied_de_page
{
	display: block;
	float: left;
	text-align: center;
	width: 996px;
	font-size: 0.7em;
	color: White;
	background-color: #006666;
	border: ridge 2px CadetBlue;
}

div#menu_horizontal
{	
   display: block;
   float: left;
   width: 800px;
   height: 25px;
   margin-left: 85px;
   background-color: white;
   color: transparent;
}

div#menu_horizontal ul
{
   list-style-type: none;
   margin: 0;
   margin-left: 200px;
   padding: 0;
}

div#menu_horizontal li
{
   padding: 0 20px; 

   background-color: #660033;
}
div#menu_horizontal li:hover
{
   padding: 0 20px; 
   line-height: 21px;
   background-color: #6cc0bf;
}

div#menu_horizontal li.bouton
{
   float: left;
   display: inline;
   border: 2px ridge #006666;
   height: 21px;
   margin-right: 10px;
}

div#menu_horizontal a
{
   color: white;
   background-color: transparent;
   text-decoration: none;
   padding: 0 0.5em;
   font:  0.8em "Trebuchet MS", Arial, "Times New Roman", Times, serif;
   font-weight: bold;
}


.texte_gauche
{
   font-size: 1em;
   text-align: left;
}

.texte_droite
{
   font-size: 0.8em;
   text-align: right;
}

.texte_centre
{
   font-size: 0.8em;
   text-align: center;
}
#audec{
	float: right;
	font-size: 8pt;
	text-align: right;
	margin-right: 5px;
}
#audec a{background-color:LightSteelBlue; color: Black; text-decoration: none;}



