@charset "UTF-8";
/* CSS Document */

#page {
	width: 990px;
	margin: 0px auto;
}

#header {
	width: 100%;
}

#centre {
	width: 720px;
	/*background-color:#6FF;*/
	float:right;
}

#gauche {
	width: 250px;
	float:left;
}
#footer {
	width: 100%;
	/*background-color:#99F;*/
	clear:both;
}
