* { 
margin:0; 
padding:0; 
} 
body {
background-image:url(restaurant-images/restaurant-degrade.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#FEE075;
font-family:"Trebuchet MS", Arial;
font-size:14px;
color:#000000;
text-align:justify;
line-height:20px;
}
h1{
color:#980808;
font-size:18px;
margin:5px;
}
h2{
color:#000000;
font-size:16px;
margin:5px;
}
a:link {
color:#980808;
text-decoration:none;
}
a:visited {
color:#980808;
text-decoration:none;
}
a:hover {
text-decoration:none;
color:#000000;
}
#restaurant-container {
width:790px;
margin:1px auto;
}
#restaurant-menu {
width:750px;
margin:1px auto;
padding-bottom:5px;
text-align:center;
}
#restaurant-container2 {
width:750px;
margin:1px auto;
border: #E5C18E solid 3px;
background-color:#F6F2D0;
padding-bottom:20px;
}
#restaurant-header {
width:750px;
height:255px;
margin-bottom:20px;
}
#restaurant-contenu {
width:566px;
margin:1px auto;
height:260px;
}
.restaurant-boite
{
width:270px;
margin-left:5px;
margin-bottom:10px;
float:left;
}
#restaurant-pied {
width:750px;
margin:1px auto;
padding-top:5px;
text-align:center;
}
.imagefloat {
float:right;
margin:5px;
}