
body {
	font-family:verdana, arial, sans-serif; 
	font-size:80%; 
	color:#A29F9F; 
	text-align:center;
	background-color:#666666;
        
}


 <!-- Top recherches -->
td {
	font-family:verdana, arial, sans-serif; 
	color:#000000; 
}



<!-- couleurs de texte des catégories et du texte en général -->
a:link, a:visited {
	color:#000000;
	text-decoration:underline;
}


<!--couleur du texte lors du survol avec la souris -->
a:hover {
	color:#00CC00; 
	text-decoration:none;
}

a:active {
	color:#3B4471; 
	text-decoration:underline;
}


<!--Affichage du mot clé -->
h1 {
	color:#666666;
	font-size:130%; 
	font-weight:normal; 
	font-style:normal; 
 	font-family:"Trebuchet MS", verdana, arial, sans-serif;
}


<!--Couleur des | -->
h2 {
	color:#A29F9F; 
	font-size:120%; 
	font-weight:bold; 
  font-style:normal; 	
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
}

h3 {
	color:#3B4471;
	font-size:110%; 
	font-weight:normal; 
	font-style:normal; 
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
}


