/*  ----------------------------------------------------------- */
/*  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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.77em;
	margin: 0;
	padding: 0;
	background:#FFFFFF;
	line-height: 18px;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
p {	margin: 0 0 10px 0; }
ul { margin: 0; padding: 5px 0px 15px 15px; border: none; }
li { margin: 0px 0px 0px 20px; padding: 0; border: none; }

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

#global {
	width: 1000px;
	margin: 0 auto;
	text-align:left;
}

#conteneur {
	width: 100%;
	margin: 0; 
	background-color:#FFFFFF;
}
#centre {
	float:left;
	background-color:#FFFFFF;
	margin: 0;
	padding: 20px 0px 20px 20px;
	width: 565px;
}
#gauche {
	margin: 0;
	padding: 20px 20px 20px 0px;
	/*position: absolute;
	left: 40px;*/
	float:left;
	width: 350px;
	font-size: 0.85em;
	line-height: 1.6em;
}
#droite {
	float:right;
	width: 160px;
	text-align:left;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	font-size: 0.85em;
}
#droite a {
	font-weight:bold;
	text-decoration:none;
}
#droite a:hover {
	text-decoration:underline;
}

#conteneur #contenu {
	float: left;
	width: 33em;
}

#conteneur #navigation {
	float: right;
	width: 12em;
	text-align: center;
}

/* Pied de page */
#pied {
	background:url(images/pied_fond.jpg) top left no-repeat #FFFFFF;
	clear:both;
	height: 60px;
	border: none;
	margin: 0;
	padding: 50px 0px 0px 0px;
	width:100%;
	font-size:10px;
	vertical-align:bottom;
	text-align:right; }
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }
#pied a { font-size:10px; }
#pied p { margin-right: 40px;/*padding-left:256px;*/ }


/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

#haut {
	background: url(images/haut_fond.jpg) top left no-repeat #FFFFFF;
	height: 165px;
	width:100%;
	vertical-align:bottom;
}
#haut .logo {
	width: 190px;
	cursor: pointer;
	height: 140px;
}
#haut .logo a {
	display: block;
	height: 100%;
	text-indent: -5000px;
}
#haut a {
	margin:0;
	padding:0;
}
#haut img.spip_logos {
	float:left;
	vertical-align:middle;
	margin:0;
	padding:0px 5px 0px 0px;
}

.contre-encart li {
	list-style: circle;
}

#accordion li {
	list-style: circle;
}
#accordion li.on {
	list-style: disc;
}
#accordion span.on {
	font-weight:bold;
}
#accordion h3 {
	cursor: pointer;
}
.menugauchebloc a {
	text-decoration: none;
}
.menugauchebloc a:hover {
	text-decoration: underline;
}
.menugauchebloc {
	padding:0;
	margin:0;
}
.menugauchebloc img {
	vertical-align: middle;
}

.menugaucheentete {
	padding: 0px 0px 5px 0px;
}
.menugauchecontenu { padding: 5px 0px 15px 0px; }
.atStart { }

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}



/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1.5em;
	font-weight: bold;
	line-height: 1.4em;
	color:#967100;
}

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { color: #000; font-size: 0.96em; }
#centre .texte { text-align:justify; }

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }



/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }


/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; }
