a:active { 
color : #ffcc00;
} 
a:visited { 
color : #005500;
} 
a:hover { 
color : #ff0000;
}


.entete { 
10px;
background : #000000;
color:#000;
text-align:center;

}
.pied { 
font-size:10px;
background : #000000;
color:#000;
text-align:center;
position : relative;
padding-bottom:5px;
padding-top:5px;
}
.pied a{ 
color:#FFFFFF;
}  
#menu { 
z-index : 3;
width : 950px;
margin : 0;
margin-left : auto;
margin-right : auto;
top : 130px;
position : absolute;
} 

#contenu { 

z-index : 2;
width : 950px;
background-color : #000000;
margin-left : auto;
margin-right : auto;
top : 150px;
position : absolute;
} 
#conteneur { 
z-index : 1;
width : 950px;
top : 0;
background-color : #000000;
margin-left : auto;
margin-right : auto;
position : relative;
}

