/*
fichier css crée le 10 Juillet 2009
date de début de codage du site : début Juillet environ
*/

body{
	background-color: #333366; /* mauve */
	color: lightgrey;
	text-align: center;
	font-family: Comic Sans MS;
	font-size:10.0pt;
	font-weight: normal;
}
a:link {
	color: #969696; /* gris */
}
a:visited {
	color: #969696; /* gris */
}
a:hover {
	color: white;
	background-color: #333366; /* mauve */
}
a:active {
	color: #969696; /* gris */
}
h1{
	font-size: 14pt;
	font-weight: Bold;
}
h2{
	font-size: 12pt;
}
orange{
   color: #C86400; /* orange */
}
labeld{
display:block;
width:150px;
float:right;
}