/* CSS Document pour les rubriques */


/*** Partie Centrale ***/

/* Sous rubriques */
.sousRub a:hover {	color: #136da9;}

/* titre */
#titreBande
{
	color: white;
	background-image:url(../cler_images/bande_bleu.gif);
	background-repeat: no-repeat;
	border:none;
}

/* séparation fin de l'article */
.question
{
	border-bottom-color: #136da9;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

/* Mots Clefs*/
p.motsClefs
{
	background-color: #C7E0FF;
}

/* style pour lire la suite ou retour */
.suiteRetour 
{
	background-image: url(../cler_images/rondB.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: #136da9;
}

/* fleche suivante */
p.flecheS {
	background-image: url(../cler_images/flecheBS.gif);
	background-repeat: no-repeat;
}

/* fleche precedente */
p.flecheP {
	background-image: url(../cler_images/flecheBP.gif);
	background-repeat: no-repeat;
}

/*Plus Bonus */
.grosseFleche {
	background-image: url(../cler_images/flecheB2.gif);
	background-repeat: no-repeat;
}
.plus a.Aplus{	color: #136da9;}


/*** Menu Droit ***/
/* Cadre */
.cadreH {
	background-image:url(../cler_images/cadreBH.gif);
	background-repeat: no-repeat;
}

.cadreB {
	background-image:url(../cler_images/cadreBB.gif);
	background-repeat: no-repeat;
}

.menuFlecheEncadre {
	background-image:url(../cler_images/encadrB.gif);
	background-repeat: repeat-y;
}

.menuFlecheEncadre a:hover
{
	color: #136da9;
}