body
 {	background-color: #006;}
 
body.fond_blanc
 {	margin: 0px;
 	background-color: #FFF;
 }
 
h2
 {	font-family: 'Comic Sans MS','Zapf Chancery',cursive;
 	font-weight: normal;
 	color: #FFF;
 	text-align: center;
 }
 
h2.fond_bleu
 {	background-color: #006;
 	text-align: center;
 	font-weight: normal;
 }
 
ul
 {	list-style: none;}

a 
 {  font-family: 'Comic Sans MS','Zapf Chancery',cursive;
 	font-size: 12px;
 	color: #FFF;
 	text-decoration: none;
 	font-weight: normal;
 }
 
a.auteur
 {	font-size: 10px;}
 
a.auteur:hover
 {	color: #006;
 	background-color: #FFF;
 }

p
 {	font-family: 'Comic Sans MS','Zapf Chancery',cursive;
 	font-size: 10px;
 	color: #FFF;
 }

