/*  ----------------------------------------------------------- */
/*  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
/*  ------------------------------------------ */
* {list-style: none; }


html, body {width: 100%; height: 100%;margin: 0; padding: 0;}
body {
/*	background: #999 url(../charte/bg-noel.gif) repeat-x 50% 0; pour noel */
	background: #999;
	text-align: center;
	font-size: 11px;
	color: #000;
}

img, table { border: none; }
h1, h2, h3, h4, h5, h6 { 
	font-size: 14px; font-weight: normal;margin: 0; padding: 0; }
h1 {
	font-size: 32px;
}
h2.spip {
	font-size: 20px;
}
h3,
h3.spip {
	font-size: 17px;
	text-align: left;
}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	background: #fff;
	width: 975px;
	padding: 0 10px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#conteneur {
	width: 975px;
}

#conteneur #contenu {
	float: left;
	width: 695px;
}

#conteneur #navigation {
	float: right;
	width: 270px;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 470px;
}
#contenu #les_numeros .contre-encart {
	width: 520px;
}
.page_sommaire #contenu .contre-encart {
	width: 350px;
}

#contenu .encart {
	float: right;
	width: 250px;
	margin: 0;
	margin-bottom: 1em;
}

/* Entete */
#entete {
	border-bottom: 10px solid #F90;
	width: 975px;
	padding-top: 50px;
	position: relative;
	z-index: 7;
}
#entete #nom_site_spip, #entete a .spip_logos {}
#entete a { text-decoration: none; }
#entete #logo {
	background-color: #F90;
	float: left;
}
#entete .numero {
	width: 250px;
	padding-top: 10px;
	height: 109px;
}

/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 2em;
	font-size: 10px; }

/* Pied de page */
#pied {
	clear: both;
	background-color: #999999;
	color: white;
	font-size: 11px;
	padding: 20px;
	text-align: center;
	margin: 10px -10px 0 -10px;
}
#pied small { font-size:11px;}
#pied a { color: white;}
#pied img { vertical-align: bottom; }

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

/* Non visible a l'ecran */
.invisible { display: none; }


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

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: Georgia, Times, serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Georgia, Times, serif; }
#contenu h1, #contenu h2, #contenu h3, h1, h2, h3, .left .titre {
	font-family: "Century Gothic", Arial, Helvetica, Verdana, Tahoma, sans-serif; }
.zone_laterale h2,
.zone_laterale h3 {
	font-family: Georgia, Times, serif;
	font-size: 13px;
}
.zone_laterale h2 {
	font-size: 15px;
	color: #F90;
}
.page_sommaire .liste-articles h2 a {
	color: #F90;
}

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

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 10em;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	font-size: 11px;
}
.archives {
	float: right;
	width: 240px;
}
.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { margin: 0; padding: 0.2em 0; text-align: left; list-style: none; }
#navigation li, .encart li { margin: 0; padding: 0 0.7em; }
#navigation .menu ul,
#navigation .menu li { padding: 0; }

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #EAFFEA;}
.rubriques .menu-titre { background: #EAEAEA; }

.breves { background: #E6E6E6; }
.breves .menu-titre { background: #FFF2F2; }

.syndic { background: #E8F8F8; }
.syndic .menu-titre { background: #F0FCFC; }

.forums { background: #EAEAFF; }
.forums .menu-titre { background: #F2F2FF; }

.divers {
	background: #F90; 
	color: white; 
	padding: 0px 10px 20px 10px; 
	margin: 0;
	border-width: 0;
}
.divers a { color: white; text-decoration: underline; }
.divers h2, .divers h3 { color: white; text-align: left; }

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

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 2em; }

.cartouche .titre, h1.titre { font-size: 32px; color: #000; }
#contenu .surtitre {
	font-size: 10px;
	font-family: Arial;
	border-left: 5px solid #666;
	padding-left: 5px;
}
#contenu .soustitre {
	font-size: 24px;
	font-family: Arial;
}

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 11px; }

.cartouche .traductions { font-size: 11px; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


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

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

.texte { color: #000; font-size: 12px; }

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

.encadre {
	float: right;
	width: 44%;
	padding: 2%;
	background-color: #ccc;
	margin: 0 0 0 1%;
}
/*  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: 14px; 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: 14px; 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_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles { margin-left: 80px; }
.page_sommaire .liste-articles { margin-left: 0px; }

.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 5px; clear: both; }

.liste-articles li .titre {
	font-size: 16px;
	font-weight: bold; }

.left .titre a,
.liste-articles li .titre a {
	padding: 0 0 2px 17px;
	background: transparent url(images/puce-lien.gif) no-repeat 0 4px;
}
.left .titre a {font-weight: bold; font-size: 14px;padding-top: 2px;}
.left .titre a:hover,
.liste-articles li .titre a:hover {
	background-position: 2px 4px;
	text-decoration: none;
	color: #009;
}

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }
.liste-articles .vignette {float:left; margin: 4px 4px 5px 0; width:25%;}
#les_numeros .liste-articles .vignette {width:174px;}
.liste-articles li p { margin: 0; padding: 0; }
.liste-articles li ul { margin: 0; padding: 0; float: left;}
.liste-articles li ul li,
.liste-articles li small { display: block; float: left; width: 250px; padding: 5px 0 0 0; }
.liste-articles li ul li { margin: 0; padding: 0;}

.liste-articles li h4 { padding: 5px 0 0 0; font-weight: bold; font-family: Arial; }

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

.liste-articles li small {
	display: block;
	font-size: 11px; }

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

.pagination { font-size: 15px; }

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

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold; }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0; }
.page_plan #contenu .contre-encart li {}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 12px; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche label { display: none; }
.formulaire_recherche {
	position: absolute;
	top: 4px;
	right: -73px;
	width: 232px;
	padding: 0 4px;
	z-index: 805;
}
.formulaire_recherche input.forml {
	width: 150px;
	height: 10px;
	font-size: 10px;
}

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

h2.forum-repondre,
h2.forum-decompte {
	clear: both;
	margin: 40px 0 20px 0;
	padding-top: 2px;
	border-top: 2px dotted #CCC;
	font-size: 14px;
	font-weight: bold;
}
h2.forum-repondre a,
h2.forum-decompte a {
	color: #009;
	padding: 0 0 2px 17px;
	background: transparent url(images/puce-lien.gif) no-repeat 0 2px;
}
h2.forum-repondre a:hover,
h2.forum-decompte a:hover {
	background-position: 2px 2px;
	text-decoration: none;
	color: #000;
}


/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 13px; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 14px; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { clear: both; font-size: 12px; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 19px;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 15px; }

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

/*  ------------------------------------------
/*  Ajouts jlf
/*  ------------------------------------------ */
.zone_laterale {
	width: 250px;
	padding: 10px;
	float: right;
	background-color: #E2E3E4;
}
.banniere {
	position: absolute;
	top: 52px;
	right: 10px;
	width: 728px;
	height: 90px;
	z-index: 850;
}

.colonne66 {
	width: 62%;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0 3% 0 0 ;
}
.colonne50 {
	width: 46%;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0 3% 0 0 ;
}
.colonne33 {
	width: 30%;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0 3% 0 0 ;
}
.colonne25 {
	width: 20%;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0 5% 0 0 ;
}

table.tableau td,
table.tableau td {
	padding: 2px;
}

#num_rubrique {
	float: right;
	background-color: #F90;
	width: 114px;
	height: 77px;
}
.page_sommaire #conteneur {padding-top: 10px;}
.page_sommaire .left { float: left; margin-right: 5px; margin-bottom: 5px; text-align:left; width: 340px;}


#menu_haut {
	position: absolute;
	top: 0;
	left: -2px;
	margin-right: -2px;
	width: 999px;
	height: 40px;
	background: #999 url(../charte/bg-menu_haut.gif) no-repeat 0 0;
	z-index: 800;
}
#menu_haut ul {
	display: block;
	margin: 0;
	padding: 0;
}
#menu_haut ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 10px;
}
#menu_haut,
#menu_haut a {
	color: white;
	display: block;
	padding: 3px 10px 0 10px;
}
#menu_haut a:hover {
	background-color: black;
	text-decoration: none;
}

/* ================================================================ */
.menu {
	position: absolute;
	top: 145px;
	left: 10px;
	width: 975px;
	height: 40px;
	z-index: 910;
}
.menu ul li {
	position:relative;
	float: left;
	padding: 0;
	margin: 0;
	z-index: 925;
}

.menu ul li.menu_01 a,
.menu ul li.menu_02 a,
.menu ul li.menu_03 a,
.menu ul li.menu_04 a,
.menu ul li.menu_05 a,
.menu ul li.menu_06 a,
.menu ul li.menu_07 a,
.menu ul li.menu_08 a,
.menu ul li.menu_09 a,
.menu ul li.menu_10 a,
.menu ul li.menu_11 a,
.menu ul li.menu_12 a,
.menu ul li.menu_13 a,
.menu ul li.menu_14 a,
.menu ul li.menu_15 a,
.menu ul li.menu_16 a,
.menu ul li.menu_17 a,
.menu ul li.menu_18 a,
.menu ul li.menu_19 a,
.menu ul li.menu_20 a {
	color: #000000;
	background-image: url(../charte/bg-01.gif);
	background-repeat: no-repeat;
}
.menu ul li a {
	display: block;
	color: #000000;
	background-color: #F90;
	font-size: 11px;
	padding: 4px 10px 6px 26px;
	height: 14px;
}
* html .menu ul li a {
	height: auto;
}
.menu ul li a:hover {
	text-decoration: none;
	color: #000000;
}
* html .menu ul li a:hover { /* pour bug ie6 qui n affiche pas les sous menus */
	background-color:white;
}


/* ================================================================ */
.menu ul li.menu_02 a {	background-image: url(../charte/bg-02.gif);}
.menu ul li.menu_03 a {	background-image: url(../charte/bg-03.gif);}
.menu ul li.menu_04 a {	background-image: url(../charte/bg-04.gif);}
.menu ul li.menu_05 a {	background-image: url(../charte/bg-05.gif);}
.menu ul li.menu_06 a {	background-image: url(../charte/bg-06.gif);}
.menu ul li.menu_07 a {	background-image: url(../charte/bg-07.gif);}
.menu ul li.menu_08 a {	background-image: url(../charte/bg-08.gif);}
.menu ul li.menu_09 a {	background-image: url(../charte/bg-09.gif);}
.menu ul li.menu_10 a {	background-image: url(../charte/bg-10.gif);}
.menu ul li.menu_11 a {	background-image: url(../charte/bg-11.gif);}
.menu ul li.menu_12 a {	background-image: url(../charte/bg-12.gif);}
.menu ul li.menu_13 a {	background-image: url(../charte/bg-13.gif);}
.menu ul li.menu_14 a {	background-image: url(../charte/bg-14.gif);}
.menu ul li.menu_15 a {	background-image: url(../charte/bg-15.gif);}
.menu ul li.menu_16 a {	background-image: url(../charte/bg-16.gif);}
.menu ul li.menu_17 a {	background-image: url(../charte/bg-17.gif);}
.menu ul li.menu_18 a {	background-image: url(../charte/bg-18.gif);}
.menu ul li.menu_19 a {	background-image: url(../charte/bg-19.gif);}
.menu ul li.menu_20 a {	background-image: url(../charte/bg-20.gif);}

.menu ul li ul li {
	border: 2px white solid;
	border-top-width: 0;
}
.menu ul li ul li,
.menu ul li ul li a {
	clear: both;
	text-align: left;
	height: auto;
}

.menu ul li ul li a,
.menu ul li.menu_01 ul li a,
.menu ul li.menu_02 ul li a,
.menu ul li.menu_03 ul li a,
.menu ul li.menu_04 ul li a,
.menu ul li.menu_05 ul li a,
.menu ul li.menu_06 ul li a,
.menu ul li.menu_07 ul li a,
.menu ul li.menu_08 ul li a,
.menu ul li.menu_09 ul li a,
.menu ul li.menu_10 ul li a,
.menu ul li.menu_11 ul li a,
.menu ul li.menu_12 ul li a,
.menu ul li.menu_13 ul li a,
.menu ul li.menu_14 ul li a,
.menu ul li.menu_15 ul li a,
.menu ul li.menu_16 ul li a,
.menu ul li.menu_17 ul li a,
.menu ul li.menu_18 ul li a,
.menu ul li.menu_19 ul li a,
.menu ul li.menu_20 ul li a {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0 2px 7px;
	width: 200px;
	color: #fff;
	background-image: none;
}


.menu ul li ul li a {
	padding: 2px 0 2px 2px;
	clear: both;
	font-size:11px;
	width: 200px;
	text-align: left;
}
.menu ul li ul li a:hover {
	color: white;
	background-color: #000000;
}
/* ================================================================ */
.menu ul ul {width:200px; height: auto;}
.menu ul li {}
.menu ul ul a,
.menu ul ul a:visited {
	display:block;
	text-decoration:none;
	width:200px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute; height:0;top:24px; left:0;z-index: 950;}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;z-index: 950;}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; text-decoration:none; }
.menu :hover > a, .menu ul ul :hover > a {color:#fff;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul { visibility:visible;}
.menu ul :hover ul :hover ul{ visibility:visible;}
/* ================================================================ */

hr {
	display: block;
	clear: both;
	border-width: 0;
	margin: 9px 0;
	padding: 0;
	width: 100%;
	height: 2px;
	border-bottom: #eeebe4 2px solid;
	color: #eeebe4;
	background: #eeebe4;
}

* html hr {
	margin: 4px 0;
}
.liste-articles hr {
	border-bottom: #ccc 2px solid;
	color: #ccc;
}
.r {text-align: right;}
.l {text-align: left;}
.c {text-align: center;}
.facebook iframe {height: 30px; width: 680px;}
