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

body
{
	background-color: #003366;
}
p
{
	/* Paragraphe */
	color:#9BC8FF;
	text-align: center;
	/*font-weight: bold;*/
	font-family:Georgia,Times New Roman, Times, serif;
}
br{
	text-align: center;
}
a:link 
{ 
	/* Lien */
	color:#9BC8FF;
	
}
a:visited 
{
	/* Lien deja visité */
	color:#9BC8FF;
}
a:hover {
	color:#F00;
}

.Titre {
	color: #9BC8FF;
	
}
