/*  ----------------------------------------------------------- */
/*  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 {
	behavior: url("csshover.htc"); /* WinIE behavior call */
	background: #c2ccd0;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	color: black;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */

#conteneur { 
	text-align: left;
	border: none;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0.5em;
	padding-left: 2em;
	margin-right: auto;
	}

#conteneur #contenu {
	margin: 0 0 0 0;
	padding: 0;
	border: none;
	float: left;
	width: 95%;
}

#navigation {
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
	top: 5,5em;
	left: 0;
	width: 9em;
	text-align: center;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	margin: 0;
	padding: 0;
	border: none;
	float: right;
	width: 75%;
}

#contenu .encart {
	float: left;
	width: 20%;
	padding: 0;
	border: none;
	margin: 1em 1em 1em 0;
}

/* Entete */
#entete {
    width: 100%;
	margin-top: 0;
	padding: 0;
	background: #8b9ca3;

}
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	border: none;
	font-weight: bold;
	font-size: 1.5em; 
}
#entete #nom_site_spip {min-height: 80px;}
#entete a { text-decoration: none; }
#entete #nom_site_spip {padding-top: 40px; text-align: center;}
#entete #nom_site_spip, #entete a:hover  .spip_logos { 
	color: #000000; }

#entete .formulaire_recherche { 
	float: right; 
	padding: 0.4em 0.5em 0 0;
}
#entete #barre {
	width: 100%;
	background: #4f4f4f url(images/fondbarrehaut.png) repeat-x;
	height: 1.9em;
	margin: 0;
	padding: 0;
	border: none;
}

#entete #barre ul {
	margin: 0 0 0 1em;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	black-space: nowrap;
}

#entete #barre li.level1 {
    position: relative;
	margin: 0;
	padding: 0.5em 0.8em 0 0.8em;
	border: none;
	height: 1.9em;
	list-style-type: none;
	display: block;
	float: left;
}

#entete #barre li.level1>a {
	text-decoration: none;
	color: black;
}

#entete #barre li.level1:hover { 
	color: black;
	background: #a0a0a0 ;
}

#entete #barre li.level1:hover>a { 
	color: black;
	background: transparent;
}

#entete #barre li.level2 {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px black solid;
	height: auto;
	width: auto;
	font-size: 1.2em;
	text-align: left; 
}

#entete #barre li.level2>a {
	width: auto;
	height: auto;
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	black-space: normal;
}

#entete #barre li.level2, #entete #barre li.level2 a {
	color: black;
	background: transparent;
	margin: 0;
}

#entete #barre li.level2:hover, #entete #barre li.level2:hover>a {
	background: #4f4f4f;
	color: black;
}

#entete #barre ul.level2 {
	position: absolute;
	top: 2.9em;
	left: -1em;
	width: 16em;
	padding: 0;
	display: none;
	background: #aaaaaa;
	font-weight: normal;
	border-left: 1px black solid;
	border-right: 1px black solid;
}

#entete #barre ul.level3 {
	position: absolute;
	z-index: 300;
	top: -1px;
	left: 16.6em;
	width: 16em;
	padding: 0;
	display: none;
	margin-left: -1px;
	background: transparent url(images/pixtrans.png);
	font-weight: normal;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-top: 1px bl