/* BODY */
body{
font-family: Verdana, Helvetica, sans-serif;
color: #000000;
margin: 0px;
background: url(./images/bg.png);
text-align: center;
}

/* ALL */
#all{
position: relative;
margin-left: auto;
margin-right: auto;
width: 800px;
}


/* HEADER */
#header{
position: relative;
float: left;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
width: 800px;
height: 150px;
background-color: #eee471;
text-align: left;
background: #FFFFFF;
border-top: 2px solid;
border-left: 2px solid;
border-right: 2px solid;
border-color: #0b4312;
}



/* LOGO */
#logo{
position: relative;
float:left;
background: url(./images/verre.png);
width: 151px;
height: 150px;
}



/* TITRE */
#titre{
position: relative;
float:right;
background: url(./images/bandeau.png);
width: 625px;
height: 90px;
padding-left: 24px;
padding-top: 30px;
}



/* MENU */
#menu{
position: relative;
float:right;
width: 649px;
height: 30px;
}

div#menu ul {
margin: 0px;
padding: 0px;
}

div#menu ul li {
float: right;
list-style-type: none;
height: 30px;
margin: 0px;
margin-top: 0px;
padding-top: 0px;
}

div#menu ul li a {
padding-top: 5px;
padding-left: 22px;
padding-right: 22px;
height: 30px;
text-decoration: none;
display: block;
color: #eee471;
background-color: #0b4312;
text-align: center;
}

div#menu.accueil ul li.accueil a {
color: #ffffff;
}

div#menu.historique ul li.historique a {
color: #ffffff;
}

div#menu.armagnac ul li.armagnac a {
color: #ffffff;
}

div#menu.produits ul li.produits a {
color: #ffffff;
}

div#menu.gite ul li.gite a {
color: #ffffff;
}

div#menu.contact ul li.contact a {
color: #ffffff;
}

div#menu ul li a:hover {
background-color: #662a09;
padding-top: 8px;
}


/* MAIN */
#main{
position: relative;
float: left;
margin-left: auto;
margin-right: auto;
width: 800px;
background-color: #eee471;
text-align: left;
border-left: 2px solid;
border-right: 2px solid;
border-color: #0b4312;
}

/* CONTACT GAUCHE */
#contact_gauche{
position: relative;
float: left;
width: 340px;
font-size: 12px;
color: #0b4312;
font-weight: bold;
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
padding-bottom: 10px;
text-align: justify;
}

/* CONTACT DROITE */
#contact_droite{
position: relative;
float: left;
width: 340px;
font-size: 12px;
color: #0b4312;
font-weight: bold;
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
padding-bottom: 10px;
text-align: justify;
}


/* GAUCHE */
#gauche{
position: relative;
float: left;
width: 450px;
}


/* DROITE */
#droite{
position: relative;
float: right;
width: 350px;
font-size: 12px;
color: #0b4312;
font-weight: bold;
}


/* CENTRE */
#centre{
position: relative;
float: left;
width: 740px;
font-size: 12px;
color: #000000;
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
padding-bottom: 10px;
text-align: justify;
}


/* FOOTER */
#footer{
position: relative;
float: left;
margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
background-color: #eee471;
padding-top: 10px;
width: 800px;
height:25px;
font-size: 10px;
text-align: center;
border-bottom: 2px solid;
border-left: 2px solid;
border-right: 2px solid;
border-color: #0b4312;
}

div#main a {
text-decoration: none;
color: #000000;
}

div#main a:hover {
text-decoration: underline;
color: #000000;
font-weight: bold;
}

div#main a:visited {
color: #000000;
}

table.tarifs{
border-collapse:collapse
}

table.tarifs tr td{
border: 1px solid;
border-color: #0b4312;
text-align: left;
}


img {
border-color: #0b4312;
}
