/* les couleurs en fonction des rubriques */
/**
 * couleur par défaut, correspondant au rouge
 */
h1 {
	border-bottom-color:#CC0000;
	color:#000000;
	text-transform: none;
	padding-left: 0px;
}


#recherche a:link, #recherche a:hover, #recherche a:visited{
	background-image: url(../design/pix/redbutton.gif);
}
 .pointille {
	background-image:url(../design/pix/redpointille.gif);
 }
#dansrubrique{
	background-color: #CC0000;
	border: 2px solid #CC0000;
}
.dansrubriqueitem + .dansrubriqueitem{
	border-top-color: #CC0000;
 }
 /* hack IE*/
 * html .dansrubriqueitem {
	border-top-color: #CC0000; 
 }
#rubarticle a:link, #rubarticle a:hover {
	background-image: url(../design/pix/redcarre.gif);
}
#breveliste{
	background-color: #CC0000;
	border: 2px solid #CC0000;
}
.brevelisteitem + .brevelisteitem{
	border-top-color: #CC0000;
 }
 /* hack IE*/
 * html .brevelisteitem {
	border-top-color: #CC0000; 
 }
/* spip style */
.spip_bouton { 
background-color: #CC0000;
color:#FFFFFF;
}
.forml { background-color:#FFEAEA;}


/**
 * le jaune
 */
 
#jaune h1 {
	border-bottom-color:#F08301;
	color:#000000;
	text-transform: none;
	padding-left: 0px;
}

#jaune #recherche a:link, #jaune #recherche a:hover, #jaune #recherche a:visited{
	background-image: url(../design/pix/yellowbutton.gif);
}
#jaune #dansrubrique, #jaune #petition{
	background-color: #F08301;
	border: 2px solid #F08301;
}
#jaune .dansrubriqueitem + .dansrubriqueitem{
	border-top-color: #F08301;
 }
#jaune .pointille {
	background-image:url(../design/pix/yellowpointille.gif);
 }

#jaune #rubarticle a:link, #jaune #rubarticle a:hover {
	background-image: url(../design/pix/yellowcarre.gif);
}
#jaune #breveliste{
	background-color: #F08301;
	border: 2px solid #F08301;
}
#jaune .brevelisteitem + .brevelisteitem{
	border-top-color: #F08301;
 }
 /* hack IE*/
* html #jaune .breveliste {
	border-top-color: #F08301; 
 }
/*spip style*/
#jaune .spip_bouton {
	background-color: #F08301;
	color: #FFFFFF;
}
#jaune .forml { background-color:#FFEED9;}

/**
 * Le vert
 */

#vert h1 {
	border-bottom-color:#90A584;
	color:#000000;
	text-transform: none;
	padding-left: 0px;
}

#vert #recherche a:link, #vert #recherche a:hover, #vert #recherche a:visited{
	background-image: url(../design/pix/greenbutton.gif);
}
#vert .pointille {
	background-image:url(../design/pix/greenpointille.gif);
 }
#vert #dansrubrique, #vert #petition{
	background-color: #90A584;
	border: 2px solid #90A584;
}
#vert .dansrubriqueitem + .dansrubriqueitem{
	border-top-color: #90A584;
 }
 /* hack IE*/
* html #vert .dansrubriqueitem {
	border-top-color: #90A584; 
 }
#vert #rubarticle a:link, #vert #rubarticle a:hover {
	background-image: url(../design/pix/greencarre.gif);
}
#vert #breveliste{
	background-color: #90A584;
	border: 2px solid #90A584;
}
#vert .brevelisteitem + .brevelisteitem{
	border-top-color: #90A584;
 }
 /* hack IE*/
* html #vert .brevelisteitem {
	border-top-color: #90A584; 
 }
/* spip style*/
#vert .spip_bouton {
	background-color: #90A584;
	color: #FFFFFF;
}
#vert .forml { background-color:#DEE4DA;}


