/* 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: #660000;
	border-bottom: 2px solid #660000;
}
.racine a, .sourub a{
	color: #660000;
}
.racine a:hover, .sourub a:hover {
	color:#FF9900;
   text-decoration: underline;
}
.petitlien a{
	color: #660000;
}
.petitlien a:hover{
	color: #990000;
	text-decoration: underline;
}
.article .titre-texte{
	color: #660000;
}
a.menu-article{
	color: #990000; 
}
#carre1, #carre3{
	background-color: #660000; 
	layer-background-color: #660000; 
}
#carre2, #carre2on, #carre5, #carre6, #carre6on{
	background-color: #990000; 
	layer-background-color: #990000;
	color: #CCCCCC; 
}
.deco a:hover{
	text-decoration: none;
}
#carre4, #carre7{
	background-color: #CCCCCC;
	layer-background-color: #CCCCCC;
}
.carre2txt{	
	color: White;
}
.carre2ontxt{	
	color: #CCCCCC;
}
.carre3txt{
	color: White;
}
.rub-breve-liste-droite{
	/*
	background-color: #FFDFDF;
	layer-background-color:#FFDFDF;
	border: 1px solid #660000;
	*/
}
.rub-breve-liste-droite-titre{
	background-color: #990000; 
	layer-background-color: #990000;
	color: White;
}
.titreh3{
	color: #990000;
}
.rub-breves{
	background-color: #FFFFDF;
	border-top: 6px solid #FFE6CC;
}
.menuart a{
	color: #D92C00;
}
.menuart a:hover {
	color:#FF9900;
   text-decoration: underline;
}