html, body {
        margin: 0;
        padding: 0;
        text-align: center;   
        background-image: url('Images/background.png');
        background-repeat: no-repeat;
        }
#conteneur 
{	
        position: relative;
        margin: 0 auto;
        width: 800px;           
        background-image: url('Images/back_conteneur.png');                          
}

a:link 
{
		text-decoration : none;
		color : black;
		font-weight : bold;
		font-style : normal;
		font-family: Arial; 			
		font-size:12px
}
a:visited 
{
		text-decoration : none;
		color : black;
		font-weight : bold;
		font-style : normal;	
		font-family: Arial; 	
		font-size:12px	
}
a:hover 
{
		color : #cc5151;
		text-decoration : none;
		font-style : normal;
		font-weight: bold;
		font-family: Arial; 	
		font-size:12px	
}
a:active 
{
		text-decoration : none;
		color : black;
		font-weight : bold;
		font-style : normal;	
		font-family: Arial; 
		font-size:12px
}
