/* dernièrement 

<div class="cs_blocs"><h4 class="blocs_replie">un titre</h4><div class="blocs_invisible">le contenu</div></div>

si l’on veut en modifier l’apparence, il suffit donc de déclarer un style perso comme ceci :*/

div.cs_blocs h4, div.cs_blocs h4.blocs_replie, div.cs_blocs h4 a, div.cs_blocs h4.blocs_replie a{
    font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	color: white;
	padding:1px 1px 1px 20px;
}

div.cs_blocs a{
	color: white;
}



/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers, .commentaires, .mots, .articles, .zik, .liens, .tags, .lienjour, .imgjour, .diapo, .agenda, .pop, .meteo {
	font-size: 0.65em;
	padding : 2px;
	-moz-border-radius: 10px;
	margin-bottom : 5px;
	border: red 1px solid;
}

.menu-titre {
	font-size: 1.3em;
	padding: 0.2em 0.4em;
	text-align: center;
	font-weight: bold;
	color: #ffb76f
}

#navigation{ padding-left: 0.2em; border-left : dotted black 1px;}
#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { padding: 0.2em 0; text-align: left; }
#navigation li, .encart li { padding: 0 0.7em; }


/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: rgb(0,0,180); }
.rubriques .menu-titre { }
.rubriques li:hover{ background-color: rgb(0,0,200); color: navy}
.rubriques a:hover{text-decoration: none;}

/*  col gauche*/
.articles{
	background: black;
}

.commentaires{
	background: #2e2e2e;
}

.tags{
	background: #464646;
	text-align: center;
}

.liens{
	background: #646464;
}

/*  col gauche*/
.lienjour { 
	text-align: center;
	background : #a2a2a2;	
}

.imgjour{
	text-align: center;
	background : #8a8a8a;	
}

.zik{
	background: #626262;
}

.diapo{
	text-align: center;
	background : #5b5b5b;	
}

.agenda{
	text-align: center;
	background : #3c3c3c;	
}

.pop{
	background : #1f1f1f;	
}

.meteo{
	text-align: center;
	background : black;	
}




.breves .menu-titre {  }

.mots{
	background: rgb(0,0,150);
}