/*************************************** PLAN ******************************************/

/* Tout ce qui commence par '.plan' concerne les pages de type plan */

/* .plan_menu : minibloc contenant le nom/type du menu. */
.plan_menu {
	margin : 2px;
	border-style : solid;
	border-width : 1px;
	border-color : #B1B8D7 #B1B8D7;
	background : #B1B8D7;
	padding : 2px;
	color : #ffffff;
	font-weight : bold;
	font-size : 11px;
}

/* .plan_titre : minibloc contenant un titre de rubrique */
.plan_titre {
	margin : 8px 0px 4px 0px;
	color: #666699;
	font-weight : bold;
}
.plan_titre a{
	color: #666699;
	font-weight : bold;
}
.plan_titre a:hover{
	color: #FF9933;
	font-weight : bold;
}

/* Ici, on change le style des titres de sous-rubriques. */
.plan_sstitre{
	margin : 4px 0px 4px 0px;
	color: #000000;
	font-weight : normal;
}
.plan_sstitre a{
	color: #000000;
	font-weight : normal;
}
.plan_sstitre a:hover{
	color: #FF9933;
	font-weight : normal;
}

/* Ici, on change le style des titres d'articles. */

.plan_ssstitre{
	margin : 4px 0px 4px 0px;
	color: #000000;
	font-weight : normal;
}
.plan_ssstitre a{
	color: #000000;
	font-weight : normal;
}
.plan_ssstitre a:hover{
	color: #FF9933;
	font-weight : normal;
}

/* .plan_indent : minibloc contenant tous les lien d'un menu
                  ou d'un sous-menu. */
.plan_indent {
	margin : 5px 0px 5px 30px;
	color: #666699;
}
