/** styles de base **/ 



    /* Bleu */
.sous_titre_bleu{
	display: block;
	color: #00b3ff;
	font-size: 12px;
	background: url(images/puces/puce_bleu.gif) no-repeat 2px;
	padding: 0px 0px 5px 18px;
	margin: 20px 0px 5px -15px;
	font-weight: bold;
}

		/* rose*/
.sous_titre_rose{
	display: block;
	color: #c3005c;
	font-size: 12px;
	background: url(images/puces/puce_rose.gif) no-repeat 2px;
	padding: 0px 0px 5px 18px;
	margin: 20px 0px 5px -15px;
	font-weight: bold;
	/*border: #00CC00 solid 1px;*/
}
		/* orange*/
.sous_titre_orange{
	display: block;
	color: #ef6f01;
	font-size: 12px;
	background: url(images/puces/puce_orange.gif) no-repeat 2px;
	padding: 0px 0px 5px 18px;
	margin: 20px 0px 5px -15px;
	font-weight: bold;
}
		/* vert*/
.sous_titre_vert{
	display: block;
	color: #009186;
	font-size: 12px;
	background: url(images/puces/puce_vert.gif) no-repeat 2px;
	padding: 0px 0px 5px 18px;
	margin: 20px 0px 5px -15px;
	font-weight: bold;
	/*border: 1px dotted #a7a7a7;*/
}
		/* rouge*/
.sous_titre_rouge{
	display: block;
	color: #e40000;
	font-size: 12px;
	background: url(images/puces/puce_rouge.gif) no-repeat 2px;
	padding: 0px 0px 5px 18px;
	margin: 20px 0px 5px -15px;
	font-weight: bold;
}

/** divs plugins **/
.divplugin {
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	display:block;
	color:#000;
	text-decoration: none;
	font-weight: bold;
	border: 1px dotted #a7a7a7;
	background-color: transparent;
	background: url(../web/images/spacer.gif);


}


a.fermer {
	color: #3b89aa;
	text-decoration: none;
}

a.fermer:hover{
	color: #00b3ff;
}
/** plan du site **/
.pds_itemActif0 {
    color: #000000;
    width:182px;
    height:24px;
    font-weight:bold;
    font-size:13px;

}
.pds_link_menu0Actif {
    color: #000000;
}
.pds_itemActif1 {
    color: #333333;
    width:182px;
    height:24px;
    font-weight:bold;
    font-size:12px;
    padding: 0px 0px 0px 10px;

}
.pds_link_menu1Actif {
    color: #465661;
}
.pds_itemActif2 {

    color: #C84855;
    width:182px;
    height:24px;
    font-weight:bold;
    font-size:11px;
    padding: 0px 0px 0px 20px;

}
.pds_link_menu2Actif {
    color: #C84855;
}
