/* CSS Document */

/* CSS Document */

/*@import "test.css";*/

/*@font-face { 
	font-family:AverysHand;
     src:url(font/AVERYSH0.eot); 
		}*/

*{
margin:0px;
padding:0px;
}

										/* BODY & CONTENEUR DE TRAVAIL DE TOUT LE SITE*/ 


/*html, body {
	margin: 0px;
	padding: 0px;
	background-color:#736150;
}
#conteneur {
width:1002px;
height:627px;
}*/

										/* CONTENEUR OFFICIEL DE TOUT LE SITE*/ 

									
html, body {
height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
background-color:#736150;
}

#conteneur {
     position:absolute;
     left: 50%; 
     top: 50%;
     margin-top: -313px; 
     margin-left: -501px; 
width:1002px;
height:627px;
}