.nettoyeur { 
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	height: 0;
	line-height: 1px;
	font-size: 1px; }

/*bandeau haut*/
/*les liens invisibles vers bas de page et contenu*/
.invisible {
	display: none; }
/** les menus et sous-menus **/

ul#menu, ul#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 200px;}

ul#menu li{
	margin: 0;
	padding : 5px;}

ul#menu li ul {
	margin: 0 0 0 10px;}

ul#menu ul li{
	padding: 2px;
	margin: 0;
	background-image: none; }
	
ul#menu * {
	color: black;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none; }

ul#menu ul * {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: black; }
	
ul#menu a {
	display: block;
	width: 100%;
	color: black;
}

ul#menu ul a {
	color: black; }
	
ul#menu ul li:hover, ul#menu ul a:hover {
	background-color: #d2e1fe;
	color: black; }
	
ul#menu li.rub_courante {
	color: #971722; }
	
ul#menu a.rub_courante {
	color: #971722;}
	
/*fil_ariane*/
#fil_ariane {
	color: #971722;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-left: 15px; }
#fil_ariane a {
	color: #971722;
	text-decoration: underline; }
#fil_ariane a:hover {
	background-color: #971722;
	color: white;
	text-decoration: none; }

/*menu aticles dans cette rubrique*/
#menu_articles {
	background-color: white;
	width: 150px;
	float: right;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px;
	border-color: #526979;
	border-style: solid;
	border-width: 6px 1px 1px;
	list-style-type: none; }
#menu_articles .titre_menu_articles {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed #526979; }

#menu_articles li {
	margin-bottom: 5px; }

#menu_articles a {
	color: #526979;
	text-decoration: none; }

#menu_articles a:hover {
	text-decoration: underline overline; }

/*articles*/
.article {
	clear: left;}

.article h2 {
	background-color: #971722;
	color: white;
	font-size: 15px;
	font-style: italic;
	/*background-image: url(../images/carre_orange.png);*/
	background-repeat: no-repeat;
	background-position: 0 6px;
	text-indent: 15px;
	width: 75%;
	padding: 2px; }
	
.article p {
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	margin: 0 0 10px; }
.article .spip_logos {
	float: left;
	margin-right: 10px; }

/*les notes de bas de page*/
.notes_article p {
	font-size: 9px;
	line-height: 10px;
 }
/* les doc joints */
.document_joint, .notes_article {
	font-size: 9px;
	background-color: #f3f2f8;
	width: 500px;
	padding: 5px; }
.document_joint h3, .notes_article h3  {
	font-size: 10px;
	margin: 0;
	padding: 0;}
.document_joint a{
	color: #526979;
	text-decoration: none;
	font-size: 9px;}
.document_joint a:hover{
	color: #fff;
	background-color: #526979; }
.document_joint img, .document_joint .spip_logos {
	vertical-align: middle;
	height: 26px;
	width: 26px;
	float: none;}
	
.document_joint p small{
	font-size: 8px;
	}
/* article de la colonne gauche */
.article_col_gauche {
	width: 200px;
	margin-top: 15px;
	margin-bottom: 0; }
	
.article_col_gauche h2 {
	padding: 3px;
	background-color: #f0f5f9;
	font-size: 12px;
	margin: 0; }

/*pied de page*/
#pied_de_page p {
	color: #971722;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px; }
#pied_de_page a {
	color: #971722;
	text-decoration: none; }
#pied_de_page a:hover {
	text-decoration: underline overline; }

