/*  ----------------------------------------------------------- */
/*  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 {
	margin: 0;
	padding: 0;
	background-image: url(images_interface/fond_rouge.gif);	
	font-family: Verdana, Arial, Helvetica, sans serif;
}

img, table { margin: 0; padding: 0; border: none; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul {
	text-indent: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	text-indent: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 14px;
}

ol {
	text-indent: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#bloc-droit-rubrique blockquote {
	background-color:#E9E9C3;
	margin: 20px 0px 0 -15px;
	padding: 0 16px;
	border-bottom:2px solid #3F5C5C;
	border-top:1px solid #3F5C5C;
}


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

#page {
	width: 817px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#conteneur { 
	width: 100%; 
	margin: 0;
}

#conteneur #contenu {
	float:left;
	width: 100%;
	margin: 0;	
	background-color: #FBF7E3;
}


/*  ------------------------------------------
/*  Disposition des blocs de contenu central
/*  ------------------------------------------ */


#conteneur #bloc-droit {
	float: right;
	width: 24%;
	text-align: left;
	margin: 0 0 20px 0;
}

#conteneur #bloc-gauche {
	float: left;
	width: 73%;
	text-align: left;
	margin: 0 0 20px 0;
}

#conteneur #bloc-droit-rubrique {
	float: left;
	text-align: left;
	width: 535px;
	margin: 10px 17px;
}

#conteneur #bloc-gauche-rubrique {
	float: right;
	text-align: left;
	margin: 0;
	width: 244px;
	background-color: #E7EBDB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCE0D2;
}

#conteneur #bloc-droit-divers {
	float: right;
	width: 68%;
	text-align: left;
	margin: 0;	
}

#conteneur #bloc-gauche-divers {
	float: left;
	width: 27%;
	text-align: left;
	margin: 0;
}

/*  ------------------------------------------
/*  Design des blocs spécifiques
/*  ------------------------------------------ */

/*_________________________Entete____________________________ */
#entete {
	width: 817px;
	margin: 0;
	padding: 0; 
	height: 192px;
	background-image: url(images_interface/fond-entete-ciepfc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EFEDD3;
	padding-top: 0;
}

#entete #nom_site_spip, #entete a .spip_logos {
margin : 0;
	 
}

#entete a { text-decoration: none; }
#entete .formulaire_recherche { float: right; }/* A conserver en cas de déplacement */


/*_________________________Fil d'Ariane________________________ */

#hierarchie {
	font-family : Genveva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C0B79C;
	float: right;
	margin: 3px 0 0 0;	
}

#hierarchie a {
	line-height: 14px;
	font-weight: lighter;
	color: #C4C2AD;
	letter-spacing: 1px;
	text-decoration: none;
}

#hierarchie a:hover {
	text-decoration: none;
	color: #C4C2AD;
	border-bottom: 1px solid #FF0033;
}
	
/* __________________Menu de droite articles___________________ */

#conteneur #bloc-droit .divers {
	color: #74290C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;	
}

#conteneur #bloc-droit a:hover {
	color: #3380C4;
}


/* _______________________Pied de page________________________ */

#pied {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 30px 0 40px 0;
	text-align: center;
	background-color: #FBF7E3;
}

#pied li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #333333;
	letter-spacing: 1px;
	list-style-type: none;
	text-indent: 0px;
	text-decoration: none;	
}

#pied li a:hover { color: #0066CC; }

#pied small { font-size: 0.62em; }

#pied img { vertical-align: bottom; }


/*  ------------------------------------------
/*  Trucs pratiques à utiliser avec parcimonie
/*  ------------------------------------------ */

/* ___________________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%; }

/* _________________Aligner à droite______________________ */
.right {text-align: right; margin: 0 -8; color: #0099CC; font-family: Arial, Helvetica, sans-serif;}

.right-haut {
	text-align: right;
	color: #0099CC; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background-color:#EFEDD3; 
	vertical-align: middle;
	padding: 7px 3px 5px 0;
}

/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

h1 {
	font-family: "Lucida Grande";
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 27px;
	color: #000000;
	margin: 0 150px 0 0;
}

h2 {
	font-family: "Lucida Grande";
	font-size: 12px;
	font-weight: bolder;
  	color: #1E87A0;
	margin: 15px 0 5px 0;
}

h4 {
	font-family: "Lucida Grande";
	font-size: 11px;
	font-weight: bolder;
  	color: #000000;
	margin: 0;
}


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

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubrique {
	float: left;
	text-align: center;
	height: 28px;
	width: 135px;
	margin: 3px 0 1px 1px;
	overflow: hidden;
	padding: 0;	
}

.breves, .syndic, .forums, .divers {
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: lighter;
	color: #666666;
	letter-spacing: 1px;
}

.menu-titre {
	border-bottom: 1px dotted #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;
}

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */

.cartouche p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:15px;
	letter-spacing: 1px;
	color: #444444;
	margin-top: 25px;
}

.date-copyright {
	color: #444444;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/*  Mise en forme des textes du contenu
---------------------------------------------- */

.chapo {
	font-family: "Lucida Grande";
	font-size: 0.8em;
	line-height: 1.4em;
	color: #FF0033;
	padding: 7px 0;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

.texte {
	font-family: "Lucida Grande";
	color: #333333;
	font-size: 0.70em;
	line-height: 1.40em;
	text-align: justify;
	margin-top: 0;
	padding: 7px 0;
}

.presentation {
	color: #0099CC;
	font-size: 0.67em;
	line-height: 1.4em;
	text-align: left;
	margin: 0 20px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}	

.ps { 
	font-size: 0.76em; 
	margin: 1px 0;
}

.notes {font-size: 0.72em;
		line-height: 1.6em;
		color: #596D94;
		margin: 0 10px 10px 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*  Page rubrique
---------------------------------------------- */

.info {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #0099CC;
}

.introduction {
font-family: "Lucida Grande";
font-size: 11px;
line-height: 10px;
}

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_descriptif {color:#FF0000}

.spip_doc_descriptif a {
	color: #74290C;
	font-style: italic;
	line-height: 20px;
	text-decoration: none;
	font-size: 10px;
	vertical-align: middle;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans serif;
	width: 200px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 4px;
	background-color: #DEDA9A;
}

.spip_doc_descriptif a:hover {
	background-color: #D8E6EE;
}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */




/* bloc contenant la date de dernière mise à jour */



/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan #contenu h2 {
	clear: both;
	background: none;
	border: none;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: left;
  }


/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { 
	text-decoration: none; 
	color: #0099CC; font-family: 
	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; letter-spacing: 1px; 
}

a:hover { color: #FF3300; text-decoration: none; }

li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #628888;
	letter-spacing: 1px;
	list-style-type: none;
	text-indent: 0px;
	text-decoration: none;	
	line-height: 15px;	
}
li a:hover {
	color: #FF3300;
	text-decoration: none;
}

.rubrique li a {
	line-height: 28px;
	font-family: "Arial Black";
	font-size: 11px;
	color: #EFEDD3;
	background-color: #3B92AB;
	height: 28px;
	width: 135px;
	margin: 0;
	padding: 0;
}

.rubrique li a:hover {
	color: #EFEDD3;
	text-decoration: none;
	background-image:url(images_interface/rubrique-hover.gif);
	background-repeat: no-repeat;
	background-color: #E63E0A;
}

a span {
	color: #C0B79C;
	line-height: 20px;
}

a:hover span {
	text-decoration: none;
	color: #0099CC;
}
.inline li a {display: inline; color: #000000;}
.inline li a:hover {color: #000000;}


.texte a {color: #666666; font-family: "Lucida Grande"; font-size:12px; letter-spacing:normal;}
.texte a:hover {color: #FF3300; text-decoration: none;}
.texte li a {color: #666666; font-size: 1em;}
.texte li a:hover {color: #0080AC; text-decoration: none;}
