/* CSS Document */
<!--
body {
	background-color: #3e608d;
	
}

a{color:#ffa0ff}                 /*les liens en général*/
a:hover{color:#d3db35}   /*quand on passe la souris sur un lien*/
a:active{color:#d3db35}/*quand on clique sur le lien*/
a:visited{color:white}

.StyleEntete1 {
	color: #FFFFFF;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.StyleParagraphe {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}

.StyleLienCom {
	color: #CCCCCC;
	font-size: xx-small;
}

h1 {
margin: 0;
padding: 0;
line-height:50%;
}

h2 {
margin: 0;
padding: 0;
line-height:50%;
}
--> 

