html, body {
 	margin: 0; padding:0;
	background-color: #363636;
	/*background: url(../images/motif.gif);*/ 
}


#conteneur_principal {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;	
}


#cadre_principal {
	width: 775px;
	/*height: 600px;*/
	margin-left: auto;
	margin-right: auto;	
}


#animation_gauche {
	width: 97px;
	height: 588px;
	float: left;
	/*background-color: #333333;*/
}


#animation_droite {
	width: 97px;
	height: 588px;
	float: left;
	/*background-color: #333333;*/
}


#accueil {
	width: 580px;
	height: 580px;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 8px;
	float: left;
}
