/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */


/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #806535 url("../squelettes/img/body-bg.gif") no-repeat left top;
	text-align: left;
	font-size: 12px;
	font-family: verdana, sans-serif;
	color: #37312c;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 18px 0; padding: 0; font-size: 12px; font-weight: bold; }

a {
	color: #a2132c;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
.on {color: #37312c; } /* liens exposes */
.on:hover {text-decoration: none;} /* liens exposes */

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 800px;
	text-align: right;
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}

#conteneur { 
width: 355px; 
text-align: right;
margin: 0;
padding: 0;
margin-left: auto;
}




/* Entete */
#entete {
	width: 100%;
	border-bottom: 1px solid #37312c; }

#entete .formulaire_recherche { float: right; }

/* Pied de page */
.pied {
	border-bottom: 1px solid;
	margin-bottom: 5px;
	padding-bottom: 5px;
		}

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

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }

.justifier {
	text-align: justify;
	}

.article {
	border-bottom: 1px solid;
	margin-bottom: 18px;
	padding-bottom: 5px;
		}

#menu {
	margin-top: 25px;
	margin-bottom: 5px;
	line-height: 20px;
		}
		
.menustyle {
	padding-right: 13px;
	background: url("../squelettes/img/puce_off.gif") no-repeat right 5px;
	}
a:hover.menustyle {
	background: url("../squelettes/img/puce_on.gif") no-repeat right 5px;
	}
	
.menustyleon {
	padding-right: 13px;
	background: url("../squelettes/img/puce_on.gif") no-repeat right 5px;
	color: #37312c; 
	} 
.menustyleon:hover {text-decoration: none;} 


.cartouche h1 {
	padding-right: 35px;
	background: url("../squelettes/img/puce_rub.gif") no-repeat right 3px;
	}
	