body {
background-color:#d79faa;
margin:0;
font: normal 18px "Verdana", serif;
font-size:14px;
}
a { 
outline:0;/*supprime le cadre rajouter par firefox sur les liens*/
}
#header {
width:100%;
position:relative;
}
#thePage {
background:url(../images/middle.jpg) repeat-y;
background-position:center;
width:100%;
}
#content {
width:740px;
margin:auto;
padding:0 10px;
}
#footer {
background:url(../images/footer.jpg) no-repeat;
background-position:center;
width:100%;
height:246px;
}
#footer div{
width:745px;
margin:auto;
display:block;
text-align:right;
line-height:29px;
font-size:0.9em;
}
#footer a {
color:#000;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}
/* les menus */
#menu {
width:760px;
margin:auto;
height:282px;
position:relative;
}
#menu #accueil{
background:url(../images/texte-accueil.png) no-repeat 100px 100px !important;
background:url(../images/texte-accueil.gif) no-repeat 100px 100px;
display:block;
position:absolute;
top:196px;
width:110px;
height:29px;
}
#menu #accueil:hover{
background-position:9px 4px !important;
}
#menu #galerie{
background:url(../images/texte-galerie.png) no-repeat 100px 100px !important;
background:url(../images/texte-galerie.gif) no-repeat 100px 100px;
display:block;
position:absolute;
width:108px;
height:29px;
top:196px;
left:138px;
}
#menu #galerie:hover{
background-position:4px 3px !important;
}
#menu #temoignage{
background:url(../images/texte-temoignage.png) no-repeat 100px 100px !important;
background:url(../images/texte-temoignage.gif) no-repeat 100px 100px;
background-position:100px 100px;
display:block;
position:absolute;
width:182px;
height:29px;
top:196px;
left:248px;
}
#menu #temoignage:hover{
background-position:1px 0 !important;
}
/* fin menus */
