*{
	margin:0;
	padding:0;
} /*remise des margin et padding à 0*/

body{
	background-image:url(../img/background.jpg);
	background-repeat:repeat-x repeat-y;
}

/********************/
/* WRAPPER 		 	*/
/********************/
#wrapper{
	width:960px;
	margin:0 auto;	
}