/**********************
** CORPS DE LA PAGE
**********************/
body
{
	background-color: #8DAFDA;	/* COULEUR DE FOND ( nom couleur ou #[codehexadecimal] ) */	
	font-family: arial;			/* POLICE */
	font-weight: bold;			/* GRAS */
}

.logo
{
	background-color: white;
	border: 2px solid black;
}

.bienvenue
{
	font-size: 18px;
	font-weight: bold;
	color: black;
}