body {
margin:0;
background-image:url(images/background_accueil.png);
background-repeat:repeat-x;
background-color:#999999;
font-size:14px;
}
#header {
width:800px;
height:123px;
float:left;
background-image:url(images/header_accueil.png);
}
#footer {
width:800px;
height:25px;
float:left;
background-image:url(images/footer_accueil.png);
text-align:center;
color:#FFFFFF;
padding-top:5px;
}
#current {
width:90px;
height:25px;
padding:10px 5px 5px 5px;
float:right;
text-align:center;
background-image:url(images/current_accueil.png);
font-weight:bold;
color:#FFFFFF;
font-size:14px;
}
h3 {
margin:10px 5px;
color:#CC0000;
font-size:14px;
float:left;
}
a {
color:#990000;
}