/* ****** Styles pour le plan du site ******* */

ul.plansite{
	margin-left:70px;
	margin-top:0px;
	list-style: none;
	color: #19728f;
}
ul.plansite li {
	font-size: 1.2em;
	margin-top: 10px;
	text-transform:uppercase;
	font-weight:bold;
}
ul.plansite li a {
	color: #19728f;
	text-decoration:underline;
}
ul.plansite ul{ 
	list-style:disc; 
}
ul.plansite ul li {
	font-size: 0.9em;
	margin-top: 0px;
	color: #19728f;
	font-weight:bold;
}
ul.plansite ul li a {
	color: #19728f;
	text-transform:none;
	text-decoration:underline;
}
ul.plansite ul li.art a{font-weight:normal;	text-decoration:none;font-size: 0.85em;}
li.art a:hover{ text-decoration:underline; }

ul.plansite ul ul li a {
	font-size: 0.85em;
}
ul.plansite ul ul li a {
	font-weight: normal;
}


/* ****** Styles pour l'affichage des sous-rubriques ******* */
ul.liste_sous_rubriques{
	list-style: none;
	text-align: left;
	margin:0 0 0 40px;
	padding:0 0 10px 30px;
	/* background:transparent url('../../IMG/pointille.gif') repeat-x bottom; */
	border-bottom:1px dashed #4F4F4F;
}
ul.liste_sous_rubriques li{
	font-size: 1.10em;
	font-weight: bold;
	padding:0 0 3px;
	text-wrap:none;
	white-space: nowrap;
}
ul.liste_sous_rubriques li a{
		color:#F7BA4F;
}
/* ****** Styles pour l'affichage des autres articles de la même rubrique ******* */
.liste_articles {
	font-weight: bold;	
	padding-top: 20px;
}
P.liste_articles{
		/* background:#ffffff url('../../IMG/pointille.gif') repeat-x;
		background-position : 0 0; */
		border-top:1px dashed #4F4F4F;
}
ul.liste_articles{
	list-style: none;
	margin:0;
	padding:0 0 10px 70px;

}
ul.liste_articles li{
	text-align: left;
	text-wrap:none;
	white-space: nowrap;
	font-size: 1.1em;
}
ul.liste_articles li a{
		color:#F7BA4F;
}
