/* CSS Document pour les rubriques */


/*** Partie Centrale ***/

/* Sous rubriques */
.sousRub a:hover {	color: #a2c122;}

/* titre */
#titreBande
{
	color: white;
	background-image:url(../cler_images/bande_vert.gif);
	background-repeat: no-repeat;
	border:none;
}

/* séparation fin de l'article */
.question
{
	border-bottom-color: #a2c122;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

/* Mots Clefs*/
p.motsClefs
{
	background-color: #f0ffce;
}

/* style pour lire la suite ou retour */
.suiteRetour 
{
	background-image: url(../cler_images/rondV.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

/* Styles pour liens suite/retour suivante/precedente */
.suiteRetour a, .suivPrec a,.suiteRetour a:hover, .suivPrec a:hover
{
	color: #a2c122;
}

/* fleche suivante */
p.flecheS {
	background-image: url(../cler_images/flecheVS.gif);
	background-repeat: no-repeat;
}

/* fleche precedente */
p.flecheP {
	background-image: url(../cler_images/flecheVP.gif);
	background-repeat: no-repeat;
}

/*Plus Bonus */
.grosseFleche {
	background-image: url(../cler_images/flecheV2.gif);
	background-repeat: no-repeat;
}
.plus a.Aplus{	color: #a2c122;}


/*** Menu Droit ***/
/* Cadre */
.cadreH {
	background-image:url(../cler_images/cadreVH.gif);
	background-repeat: no-repeat;
}

.cadreB {
	background-image:url(../cler_images/cadreVB.gif);
	background-repeat: no-repeat;
}

.menuFlecheEncadre {
	background-image:url(../cler_images/encadrV.gif);
	background-repeat: repeat-y;
}

.menuFlecheEncadre a:hover
{
	color: #a2c122;
}