/* CSS Document */
/* 
			couleurBleu = 0x282974;
			couleurBleuNuit = 0x000C28;
			couleurJaune = 0xF8E414;
*/ 
/* BODY */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #FFFFFF;
	font-size: 80%;
	padding: 0;
	background-color: #000C28;
	/*background-image: url(gfx/fond.jpg);
	background-repeat: repeat-xy;
	color: #282974;
	*/
}


div {
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}