html { height:100%; }


body {
	background-color: #FFFFFF;
}


#conteneur{
position: absolute;
width: 750px;        
margin-left: -375px; 
left: 50%;           
height: 500px;       
margin-top: -250px;   
top: 50%;            
/*background-color:#FFFFFF;
padding:10px;
border: 1px solid #7d3e2d;*/
color: #F56733;
}
a:link {
	color: #333333;
	text-decoration: none;
}

