* {
margin: 0;
padding: 0;
}
img {
border: 0;
}
a {
color:#900;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
hr {
margin: 0 auto;
width:100px;
height:1px;
color:#900;
background:#900;
}
html,body {
font-family: Arial, sans-serif;
font-size: 1em;
color: #600;
background:#FFC;
width: 100%;
height: 100%;
text-align: center;
}
/* CONTENEUR (centrage)*/
#maintable {
width: 100%;
height: 100%;
}
#maintd {
text-align: center;	
vertical-align: middle;
}
#conteneur {
position: relative;
margin: 0 auto;
width: 950px;
height: 600px;
}
/* CADRE */
#cadre {
position: relative;
left:0;
top:40px;
width: 950px;
height: 550px;
background:#600;
color:#FFC;
font-size:0.8em;
}
/* MENTION & CREDIT & ERREUR */
#credit {
position:absolute;
left: 0;
bottom:0;
}
#credit a {
font-size:0.7em;
font-style:italic;
}
#erreur,
#mention {
position: absolute;
right:0;
top:0;
width: 940px;
height: 550px;
overflow: auto;
}
#erreur *,
#mention * {
margin:2px 10px;
}
#mention p {
text-align:left;
}
#mention a {
color:#FFC;
}
/* CONTENU */
#contenu {
position: absolute;
left: 40px;
top: 40px;
width: 440px;
height: 400px;
overflow:hidden;
background:#FFC;
color:#600;
}
#visuel {
position:absolute;
bottom:40px;
right:40px;
}
/* PAGE ACCUEIL */
#nom {
position:absolute;
top:70px;
right:120px;
}
/* PAGE MENUS */
#contenu dl {
text-align:center;
width: 445px;
margin-bottom:200px;
}
#contenu dl dt {
font-size:1.1em;
font-weight:bold;
}
#contenu dl dd {
margin:8px;
font-weight:bold;
}
#contenu dl dd span{
font-size:0.8em;
font-weight:normal;
}
/* PAGE CARTE */
#contenu table {
width: 400px;
margin-bottom:150px;
margin-left:20px;
}
#contenu td li {
margin-left:25px;
list-style-type:disc;
}
#contenu td {
text-align:left;
vertical-align:top;
color:#600;
font-size:0.9em;
}
#contenu td.centrer {
text-align:center;
}
#contenu td.nom {
width: 300px;
}
#contenu td.nom em{
font-size:0.9em;
font-style:italic;
}
#contenu td.prix {
width: 100px;
text-align:center;
}
#contenu td.vin {
width: 200px;
}
#contenu td.bouteille {
width: 100px;
text-align:center;
}
#contenu td.demi {
width: 100px;
text-align:left;
}
/* PAGE CONTACT */
#adresse h1 {
margin:20px;
font-size:1.1em;
font-weight:bold;
}
#mail {
margin-top:50px;
}
/* PAGE PLAN */
#acces {
margin:5px;
}
/* MENU DU SITE */
ul, li {
list-style-type: none;
}
#menu {
position: absolute;
left: 0;
top: 0;
width: 950px;
height: 40px;
background:#FFC;
}
#menu li a {
position:absolute;
display:block;
width: 130px;
height:30px;
background-repeat: no-repeat top left;
}
#accueil {
top:0;
left:50px;
background-image:url(B_accueil.png);
}
#menus {
top:0;
left:230px;
background-image:url(B_menus.png);
}
#carte {
top:0;
left:410px;
background-image:url(B_carte.png);
}
#contact {
top:0;
left:590px;
background-image:url(B_contact.png);
}
#plan {
top:0;
left:770px;
background-image:url(B_plan.png);
}
/* SOUSMENU */
#sousmenu {
position: absolute;
right: 0;
top: 0;
width: 950px;
height:20px;
background:#900;
text-align: center;
}
#sousmenu li {
float: left;
width:158px;
}
#B_menus #sousmenu li {
width:475px;
}
#sousmenu li a {
color:#FFC;
line-height:20px;
font-weight:bold;
}
