* { 
margin:0; 
padding:0; 
} 
body {
background-color:#950D1B;
font-family:"Trebuchet MS", Arial;
font-size:14px;
color:#000000;
}
h1{
color:#950D1B;
font-size:18px;
margin:5px;
}
h2{
color:#000000;
font-size:16px;
margin:5px;
}
a:link {
color:#950D1B;
text-decoration:none;
}
a:visited {
color:#950D1B;
text-decoration:none;
}
a:hover {
text-decoration:none;
color:#006600;
}
#restaurant-container {
width:770px;
margin:1px auto;
}
#restaurant-header {
height:150px;
}
#restaurant-logo {
width:350px;
float:left;
text-align:center;
}
#restaurant-banniere {
width:400px;
float:left;
}
#restaurant-contenuhaut {
background-image:url(images/restaurant-boiteht.jpg);
background-repeat:no-repeat;
height:18px;
width:770px;
}
#restaurant-contenumoyen {
border-left:#000000 3px solid;
border-right:#000000 3px solid;
border-bottom: #000000 3px solid;
background-color:#F9EFCB;
background-image:url(images/restaurant-fond.jpg);
background-repeat:no-repeat;
background-position:bottom;
width:764px;
}
#restaurant-contenutexte {
width:724px;
margin-left:20px;
margin-right:20px;
margin-bottom:20px;
text-align:justify;
}
#restaurant-menu {
height:35px;
width:764px;
float:left;
background-color:#F9EFCB;
text-align:center;
margin-bottom:20px;
}
#restaurant-menu hr {
color:#950D1B;
margin-left:82px;
margin-right:82px;
background-color:#950D1B;
height: 2px;
border: 0;
}
#restaurant-realisation {
text-align:center;
clear:both;
margin-top:20px;
margin-bottom:10px;
}
.imagefloat {
float:right;
margin:5px;
}
.imagefloat2{
float:left;
margin:5px;
}
div.formulaire {
 clear: both;
 padding-top: 3px;
}
div.formulaire span.etiquette 
{
float: left;
width: 100px;
padding: 3px 20px 3px 3px;
text-align: right
}
div.formulaire span.element 
{
float: left;
width: 235px;
text-align: left;
}