/* Placement et propriétés des boîtes */
* {margin:0; padding:0;}
p {
padding-bottom:20px;
}
.separateur {
background:url(images/ornement.gif) no-repeat center bottom;
height:16px;
margin:10px;
}
body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 0.96em;
color:#1a171b;
margin: 0;
padding: 0;
background: #C1A78C url(images/back-arbre-couvert.gif) repeat;
text-align:justify;
}
#conteneur {
width:1001px;
margin: 0 auto;
padding:0 0 12px 0;
position:relative;
}
#topstore{
width: 936px;
margin: 0 auto;
height: 21px;
background: #a4be26 url(images/topstore.jpg) repeat-x;
}
#contenu{
width: 930px;
margin: 0 auto;
border: 3px solid #a4be26;
background:url(images/back-centre.jpg) no-repeat 0 80px;
background-color:#e9edc0;
}
#header {
height: 80px;
background: #a4be26 url(images/back-store.jpg) repeat-x;
padding-left:17px;
}
#titre {
display:block;
float:left;
width:522px;
}
#menu {
float:right;
height:64px;
width:363px;
}
#centre {
padding:20px;
}
#gauche {
float:left;
width:400px;
padding:20px;
}
#droite {
float:right;
width:420px;
padding: 20px 20px 20px 0;
}
#bas-contenu {
clear:both;
}
#pied {
height:30px;
margin:12px 0;
padding:39px 0 0 0;
background: url(images/back-pied.gif) repeat-x bottom;
color:#003333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
}
#sandwichs {
position:absolute;
bottom:0;
right:0;
background:url(images/sandwichs.png) no-repeat;
height:129px;
width:154px;
}
.cadre-photo {
padding:11px 16px 16px 10px;
width:500px;
background-image:url(images/ombre.gif);
background-repeat:no-repeat;
background-position:right bottom;
margin: 10px 0 0 10px;
}

/*Typos */
h1 {
background:url(images/cafe-commercial.gif) no-repeat;
height:61px;
text-indent:-900%;
}

/*Liens */
#menu a {
display:block;
float:left;
margin-top:16px;
background-repeat:no-repeat;
text-indent: -900%;
}
a.accueil {
background-image:url(images/menu_accueil.gif);
background-position:left top;
height:64px;
width:107px;
}
a.accueil:hover, a.accueil_on {
background-image:url(images/menu_accueil.gif);
background-position:left bottom;
height:64px;
width:107px;
}
a.services {
background-image:url(images/menu_services.gif);
background-position:left top;
height:64px;
width:144px;
}
a.services:hover, a.services_on {
background-image:url(images/menu_services.gif);
background-position:left bottom;
height:64px;
width:144px;
}
a.contact {
background-image:url(images/menu_contact.gif);
background-position:left top;
height:64px;
width:112px;
}
a.contact:hover, a.contact_on {
background-image:url(images/menu_contact.gif);
background-position:left bottom;
height:64px;
width:112px;
}

a.pied:link, a.pied:visited {
text-decoration:none;
color:#003333;
}
a.pied:hover {
text-decoration:underline;
color:#003333;
}
a.mail:link, a.mail:visited {
text-decoration:none;
color:#003333;
}
a.mail:hover {
text-decoration:underline;
color:#003333;
}
