/*  ----------------------------------------------------------- */
/*  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: 0em;
	text-align: center;
	font-size: 1em;
	color: #333;
	background: #444;
}


body.sans{
	background: #fff;
}

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

#page_sommaire {
	
	width: 700px;
	text-align: left;
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #EEE;
}

#conteneur_sommaire #contenu_sommaire {
	float: left;
	background: #fff;/* la couleur de fond de la page */
}

#contenu_sommaire {
	width:500px;
	height:307px;
	background: #fff;
}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page_sans {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	background: #FFF;
}

#conteneur_sans #contenu_sans {
	float: left;
	width:100%;
	background: #fff;/* la couleur de fond de la page */
}

#contenu_sans {

}

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
/*  ------------------------------------------ */
#page {
	width: 900px;
	min-width:900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	border: 1px solid #222; 
	background: url(img_squelette/fond_body_gris.jpg) #ffffff repeat-y right top;/* image à droite */
}

#conteneur {  
	margin-top:10px;	
	margin-right: 20px;
	margin-left: 20px;
	
}

#conteneur #contenu {
	float: left;
	width:690px;
	background: #fff;/* la couleur de fond de la page */
}

#conteneur #navigation {
	float: right;
	width: 150px;
	text-align: center;
	font-size:11px;
}

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

#contenu .encart {
	width: 120px;
	margin-right: 20px;
	margin-bottom: 1em;
}

#entete2 {
	width:100%;
	/*height:99px;*/
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: -3px;
	display:block;
	border-width:0;
	background: #fff;
}

#entete .spip_logos {
	margin-right: 0px;
	margin-left: 0px;
	float: left;
 }
 
/* Entete */
#entete {
	padding-top: 10px;
	width:100%;
	height:30px;
	border-bottom: 1px solid #333; 
	background: #fff;
}
	
#entete #nom_site_spip, #entete a .spip_logos {
	margin-right: 20px;
	margin-left: 20px;
	display: block;
	float: left;
	font-weight: normal; font-size: 23px; 
	color: #555555;
	text-shadow: 0.0em 0.1em silver;
 }
#entete a { text-decoration: none; color:#004D8C;}


#entete .formulaire_recherche { float: right; margin-right: 20px;}

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

/* Pied de page */
#pied {
	clear: both;
	height:23px;
	margin-top: 4em;
	border-top: 1px dotted #CCC;
	padding-top:5px;
	padding-left: 12px;
	padding-right: 16px;
	text-align: left; 
	background: #fff;
}
 
#pied #lien_pied {
	float: left;
}

#pied #copyright_pied {
	float: right;
	font-size:9px;
}

#pied small { font-size: 9px; }
#pied img { vertical-align: bottom; }

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


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

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family:"Avant Garde","Century Gothic",sans-serif; font-size: 13px; letter-spacing: 1px; color: #000000; }

/* Typo pour le contenu */
#contenu {
	font-family:"Avant Garde","Century Gothic",sans-serif; font-size: 13px; letter-spacing: 1px; color: #000000; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family:"Avant Garde","Century Gothic",sans-serif; font-size: 13px; letter-spacing: 1px; color: #000000; }


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

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 10em;
	border-top: 2px solid #777;
	border-left: 2px solid #777;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 2em;
	font-size: 0.87em;
}

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #ddd;
	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; }

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

.breves { background: #fff; }
.breves .menu-titre { background: #fff; }

.syndic { background: #fff; }
.syndic .menu-titre { background: #fff; }

.forums { background: #fff; }
.forums .menu-titre { background: #fff; }

.divers { background: #fff; }
.divers .menu-titre { background: #fff; }

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

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

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
	color: #e26a09;
	text-shadow: 0.0em 0.1em silver;
}
	
	
#contenu .surtitre, #contenu .soustitre { font-size: 0.71em; }

.cartouche .spip_logos {
	float: right;
	margin-left: 0px;
	margin-bottom: 0px; 
	font-size: 11px;}

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

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


/*  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: 0.82em;
	font-weight: bold; }

.texte { 
	color: #000; font-size: 11px; 
	width:97%;
	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; }

/*  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_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 ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-weight: normal;
        font-size: 1.1em;
        color: #fff;
        background: url('img_squelette/bgtitre.png') no-repeat left;
        height: 30px;
        padding-left: 50px;
        padding-top: 22px;
        margin:0;
        }

.liste-articles li .titre a { 
		color: #FEF;
}

.liste-articles li .titre_podcast {
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-weight: normal;
        font-size: 1.1em;
        color: #fff;
        background: url('img_squelette/bgtitre_podcast.png') no-repeat left;
        height: 30px;
        padding-left: 50px;
        padding-top: 22px;
        margin:0;
        }
        
.liste-articles li .titre_podcast a { 
		color: #FEF;
}


.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;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #666;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination_rubrique { 
	font-size: 12px;
}

/*  ------------------------------------------
/*  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;
	text-align: center; }

.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_forum fieldset{
	width:450px;
	border:0px;
	border:0px;
	font-size: 11px;
}

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

.formulaire_spip fieldset {
	width:400px;
	border:0px;
	border:0px;
}

.formulaire_spip legend {
	font-size:13px;
	font-weight: bold;
}

.formulaire_spip label {
	font-style: italic ;
}
.formulaire_spip .forml { 
	width: 99%; font-family: inherit; 
	font-size: inherit; 
	background-color: #ffffff;
	border-left: #555 2px solid;
	border-top: #555 2px solid;	
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;	
	color: #727860;

}

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

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

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

/* 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 { width: 12em; text-align: left; }
.formulaire_recherche label { display: none; }

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

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 1px solid #CCC;
	font-size: 0.80em;
	font-weight: bold; 
	width:98%}

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; font-size: 0.82em;}
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: none; 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: #004D8C; font-size: 10px;}
.forum-chapo small {font-size: 10px;}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 10px; }
.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-left: 1px solid #999; border-top: 0px solid #999;border-right: 0px solid #bbb;border-bottom: 1px solid #999;margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border-left: 1px solid #999;border-top: 0px solid #999;border-right: 0px solid #bbb;border-bottom: 1px solid #999; }
ul ul ul .forum-message { border-left: 1px solid #999; border-top: 0px solid #999;border-right: 0px solid #bbb;border-bottom: 1px solid #999;}
ul ul ul ul .forum-message { border-left: 1px solid #999; border-top: 0px solid #999;border-right: 0px solid #bbb;border-bottom: 1px solid #999;}
ul ul ul ul ul .forum-message { border-left: 1px solid #999; border-top: 0px solid #999;border-right: 0px solid #bbb;border-bottom: 1px solid #999;}
ul ul ul ul ul ul .forum-message { border-left: 1px dotted #999; border-top: 0px solid #999;border-right: 0px solid #bbb;border-bottom: 1px solid #999;}

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

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

#signatures { clear: both; font-size: 0.77em; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	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: 0.96em; }

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



/* -------------------------------------------
*
* gestion des menus 
*
* -------------------------------------------- */
#menus {
	display: block;
	background: url(img_squelette/button1.jpg) repeat-x;
	height: 41px;
	filter:alpha(opacity=100);
  -moz-opacity:1.0;
  opacity: 1.0;
}
#menus a {
	display: block;
	float: left;
	height: 41px; 
	padding-left:30px;
	padding-right:30px;	
	border-right: #999 1px solid;
	line-height: 41px; 
	color: #ffffff;   
	font-size: 12px; 
	text-align: center; 
	text-decoration: none;
	font-weight: normal;
}
#menus a:link {
	display: block;
	float: left;
	height: 41px; 
	border-right: #999 1px solid;	line-height: 41px; color: #ffffff;   font-size: 12px; text-align: center; text-decoration: none;font-weight: normal;
}
#menus a:visited {
	display: block;
	float: left;
	height: 41px; 
	border-right: #999 1px solid;
	line-height: 41px; color: #fffff;   font-size: 12px; text-align: center; text-decoration: none;font-weight: normal;

}
/*#menus a:hover {
	color:#009900;
}*/
#menus p {
	display:block;
	float: left;
	padding-left:30px;
	padding-right:30px;
	height:41px; 
	line-height: 41px; color: #009900;   font-size: 12px; text-align: center; text-decoration: none;font-weight: normal;
}
#menus a.select {
	display: block;
    float: left;
	height:41px;
	padding-left:30px;
	padding-right:30px;
	line-height: 41px; color: #009900;   font-size: 12px; text-align: center; text-decoration: none;font-weight: normal;
}

/*
*
* gestion du menu secondaire
*
*/
#menus2 {
	display: none;
	background: #9b912a;
	height: 23px;
}
#menus2 a {
	display: block;
	float: left;
	height: 23px; 
	padding-left:5px;
	padding-right:5px;	
	border-right: #FFFFFF 1px solid;
	line-height: 23px; color: #fff;   font-size: 10px; text-align: center; text-decoration: none
}
#menus2 a:link {
	display: block;
	float: left;
	height: 23px; 
	line-height: 23px; color: #fff;   font-size: 10px; text-align: center; text-decoration: none
}
#menus2 a:visited {
	display: block;
	float: left;
	height: 23px; 
	border-right: #FFFFFF 1px solid;
	line-height: 23px; color: #fff;   font-size: 10px; text-align: center; text-decoration: none;
}
#menus2 a:hover {
	background-color: #716920;
}
#menus2 a.select {
        display: block;
        float: left;
        height:23px;
	padding-left:5px;
	padding-right:5px;	
        line-height: 23px; background-color: #716920;   font-size: 10px; text-align: center; text-decoration: none;
}

/*
*
* gestion du menu secondaire
*
*/
#menus3 {
	display: none;
	background: #9999FF;
	height: 23px;
}
#menus3 a {
	display: block;
	float: left;
	height: 23px; 
	padding-left:5px;
	padding-right:5px;	
	border-right: #FFFFFF 1px solid;
	line-height: 23px; color: #000;   font-size: 10px; text-align: center; text-decoration: none
}
#menus3 a:link {
	display: block;
	float: left;
	height: 23px; 
	line-height: 23px; color: #000;   font-size: 10px; text-align: center; text-decoration: none
}
#menus3 a:visited {
	display: block;
	float: left;
	height: 23px; 
	border-right: #FFFFFF 1px solid;
	line-height: 23px; color: #000;   font-size: 10px; text-align: center; text-decoration: none;
}
#menus3 a:hover {
	background-color: #6666CC;color: #fff;
}
#menus3 a.select {
        display: block;
        float: left;
        height:23px;
	padding-left:5px;
	padding-right:5px;	
		color: #fff;
        line-height: 23px; background-color: #6666CC;   font-size: 10px; text-align: center; text-decoration: none;
}

#menusVide {
	display: block;
	background: url(img_squelette/fond_body_gris.jpg) #ffffff repeat-y right top;/* image à droite */
	height: 23px;
}

/* permet de définir le calendrier */
.calendrier-mois { /* la case comportant le mois tout en haut*/
font: 9px Verdana, sans-serif;
text-align: center;
color: #411;
border: 1px solid white; 
border-left: 0px;
border-right: 0px;
color: #000;
}

.calendrier-semaine { /* les cases L M M J V S D */
font: 9px Verdana, sans-serif;
text-align: center;
font-style: normal;
font-weight: bold;
background: #eee;
}

.activeday {		/* c'est la date active */
font: 9px Verdana, sans-serif;
text-align: right;
color: #009900;
}

.activeweekendday { /* c'est la partie des weekend actif */
font: 9px Verdana, sans-serif;
text-align: right;
color: #f00;
}

.today { 			/* la case d'aujourd'hui */
font: 9px Verdana, sans-serif;
text-align: right;
color: #411;
background: #FA0;
border: 0px solid gray; 
color: #AAA;
color: #fff;
}

.outday {			/* case des jours des autres mois */
font: 9px Verdana, sans-serif;
text-align: right;
}

.weekday {			/* case d'un jour de la semaine */
font: 9px Verdana, sans-serif;
text-align: right;
}

.weekendday {		/* les jours du weekend */
font: 9px Verdana, sans-serif;
text-align: right;
font-weight: bold;
}

/* permet de définir les différentes pagination */
.pagination {
	background: #efefef;
	border: 1px dotted silver;
	width: 15px;
	height: 15px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 2px;
	text-decoration: none;
	margin-bottom: 2px;
}

.pagination a {
	font-weight: bold;
	text-decoration: none;
	color: gray;
	display: block;
	width: 15px;
	height: 15px;
	border-bottom-style: none;
}

 .pagination a:hover {
	color : #fff;
	cursor : pointer;
	background: #888;
	text-decoration: none;
	display: block;
}


.pagination_a {
	background: #888;
	border: 1px dotted silver;
	width: 15px;
	height: 15px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	color : #fff;
}

/* cette partie permet de gérer la partie recommander */
.formlreco {
	width : 107px;
	background-color: #eee;
	border-left: #333 2px solid;
	border-top: #333 2px solid;	
	border-right: #777 1px solid;
	border-bottom: #777 1px solid;	
	font-size: 10px; color: #727860;
}

.formlreco2 {
	width: 250px;
	background-color: #eee;
	border-left: #333 2px solid;
	border-top: #333 2px solid;	
	border-right: #777 1px solid;
	border-bottom: #777 1px solid;	
	font-size: 10px; color: #727860;
}

.formlreco3 {
	width: 250px; height: 70px;
	background-color: #eee;
	border-left: #333 2px solid;
	border-top: #333 2px solid;	
	border-right: #777 1px solid;
	border-bottom: #777 1px solid;	
	font-size: 10px; color: #727860;
}



