body {
	font-family : Baskerville, Century gothic, Verdana, Garamond, times;
	text-align : justify;
/*	background-image : url(../Images/Fond_Reflecteurs_2.jpg);	*/
	background-color : black;
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-position : center;
}
h1 {
	color : rgb(255,255,255);
	font : bold italic 18pt Baskerville;
	margin-top : 20px;
	margin-bottom : 10px;
	text-align : center;
}
h2 {
	color : rgb(54,111,210);
	font : italic Baskerville;
	font-size : 14pt;
	text-align : center;
}
h3 {
	color : rgb(255,255,255);
	font : italic Baskerville;
	font-size : 14pt;
	text-align : center;
}
h3.dospres {
	color : rgb(255,255,255);
	font : italic Baskerville;
	font-size : 14pt;
	margin-right : 20px;
	text-align : center;
}
h4 {
	color : red;
	font : italic Baskerville;
	font-size : 14pt;
	text-align : center;
}
p {
	color : white;
	font : Baskerville;
	font-size : 10pt;
	text-align : center;
}
a:link {
	color : blue;
	text-decoration : none;
}
a:visited {
	color : blue;
	text-decoration : none;
}
a:hover {
	color : red;
	text-decoration : none;
}
a:focus {
	color : white;
	text-decoration : none;
}