body
{
	background-color: #240a3d;
}
p{
	color :  #240a3d; /* bleu nuit */

}
a:link {
	text-decoration:none; 
	color: white;
}
a{
	text-decoration:none; 
	color: white;
}
a:hover{
	text-decoration:none; 
	font-weight: bold; 
	color: white;

}
a:visited{
	text-decoration:none; 
	color:white;
}
