/* feuille de style qui fixe la coloration des pages selon la rubrique */

.liste-articles a, .liste-articles-mot a{
	color: #000000;
}
.liste-articles a:hover, .liste-articles-mot a:hover{
	background-color: #FFEBD7;
	text-decoration: none;
}
.titreh2{
	color: #ff3300;
}
.petitlien a{
	color: #ff3300; 
}
.petitlien a:hover{
	color: #ff6600;
	text-decoration: underline;
}
.article .titre-texte{
	color: #ff3300;
}
a.menu-article{
	color: #ff6600;
}
#carre1, #carre3{
	background-color: #ff3300; 
	layer-background-color: #ff3300; 
}
#carre2, #carre2on, #carre5, #carre6, #carre6on{
	background-color: #ff6600; 
	layer-background-color: #ff6600;
	color: #CCCCCC; 
}
.deco a:hover{
	text-decoration: none;
}
#carre4, #carre7{
	background-color: #CCCCCC;
	layer-background-color: #CCCCCC;
}
.carre2txt{	
	color: #000000;
}
.carre2ontxt{	
	color: #CCCCCC;
}
.carre3txt{
	color: #000000;
}