body {
font-family: Arial; 
font-size: 0.8em;
margin:0;
background-color: #EEEEEE;}

.small {font-size: 85%;}
.date {color:#83b519;font-weight:bold;}

a , a:visited, a:active{
color:#83b519;
}
a:hover {color:red;}
hr {
clear: both;
width: 98%;
border: 0; /* enleve toute bordure */
border-bottom: 1px #666 dotted; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
height: 1px; /* pour IE */
}

#page {
width:958px;
height:auto;
margin:auto;
background-color: #FFFFFF;
}
#header {
width:958px;
height:274px;
background-image:url('../images/entete.png');	
}
#header h1 {
display:none;
}
#sidebar {
float:left;
width:274px;
height:850px;
background-image:url('../images/sidebar.png');
}
#content {
float:left;
margin-left:20px;
width:640px;
}
h2 {
color:#83b519;
}
#footer {
clear:left;
padding:0px;
}