  * {margin: 0; padding: 0;} 

body 
{
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-image: url(images/fond/fond_1600x9001.jpg);
} 
#cadre 
{ 
width : 950px; /* largeur du site */
margin : auto; 
position : relative; 
} 
#haut 
{ 
text-align : center;
}
#contenu 
{ 
	width : 950px;
} 
#td_gauche {
	width : 200px;
	
}
#espace_bas {
	height:25px;
}
#bas 
{
	background-image : url(images/fond_bas.jpg);
	width : 950px;
	height: 83px;
	background-repeat: no-repeat;
	background-color: #FFF;
} 



