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

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #FFF;
	margin: 0em;
	margin-top: 0.7em;
	font-size: 0.77em;
	font-family: Arial;
	color: #333;
	background-position: center;
}
div, form, input, h1, h2, h3, h4, span, ul, li {
	margin: 0px;
	padding: 0px;
}
img.marge1, img.marge1bordure1, img.marge1bordure2, img.marge1bordure3 {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
img.marge2, img.marge2bordure1, img.marge2bordure2, img.marge2bordure3 {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}
a {
	color: #3E4851;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 0.82em;
}
a:hover {
	color: #3E4851;
	text-decoration: none;
	font-family: Verdana;
	font-size: 0.82em;
}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
/* Entete */
#entete{
	width: 950px;
	height: 220px;
	background: #c9d200;
	display: block;
	float: right;
	font-weight: bold;
	font-size: 1.0em;
}
#entete a { text-decoration: none; }
#entete .formulaire_recherche {
	float: right;
	margin: 2px;
}
#gauche {
	float: left;
	width: 190px;
	padding-left: 10px;
	margin-left: 0px;
}
#centredroit {
	float: left;
	width: 735px;
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 20px;
}
#agenda {
	float: left;
	margin-left:20px;
	margin-top:10px;
	width: 190px;
}

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