/*  ----------------------------------------------------------- */
/*  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 {
	background: #ffffff;
/*	margin: 1.5em;*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 1em;
	color: #333;
}

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 { position: relative; width: 1030px; margin: 0 auto; padding: 2px; text-align: left; }

#conteneur { width: 1025px; margin-left: auto; margin-right: auto; }

#conteneur #contenu {
	float: right;
	width: 708px;
	margin: 2px;
}

#conteneur #navigation {
	float: left;
	width: 308px;
	text-align: center;
}

#navigation #agenda {
	font-size: 0.88em;
	margin-left: 10px;
}

#agenda .titre-agenda { text-align: left; margin-left: 10px; font-size: 1.15em; font-weight:bold; color: #FA7218;}
#agenda .titre-mois { text-align: left; font-size: 1em; font-weight:bold;}

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

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

#contenu .encart-gauche {
	float: left;
	width: 200px;
	margin: 0em 1em 0.2em 0em;
}

/* Entete */
#entete {
	width: 1028px;
	background-color:#FA7218;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	font-weight: bold;
	font-size: 1.5em;
}
	
#titre_site {
	width: 295px;
}

#titre_site a {
	display: block;
	float:left;
	margin: 5px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	color: #ffff01;
}

#en_avant a {
	display: block;
	margin: 5px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

#en_avant img{
	display: block;
	float:right;
	margin-left: 5px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}
#titre_suite {
	display: block;
	margin: 5px 0px 10px;
	padding: 0px;
	float: left;
}

#titre_suite a {
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #ffff01;
}
#titre_suite .formulaire_recherche {
	margin:0px; }

#titre_cartouche_bas {
	display: block;
	margin: 10px;
	padding: 0px;
	float: left;
}

#titre_cartouche_bas {
	width:728px;
	display: block;
	margin: 10px;
	padding: 0px;
	float: right;
}

#entete .formulaire_recherche {
	float: left; 
	margin:0px; }


.bloc_texte {
	float: left;
	background-color: yellow;
	height: 250px;
	width: 182px;
/*	margin-left: -344px;*/
	margin-top:60px;
	margin-bottom:10px;
}

.bloc_leaderboard {
	float: right;
	background-color: yellow;
	height: 90px;
	width: 728px;
	margin-right: 10px;
	margin-top: 3px;
}


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

/* Pied de page */
#pied {
	clear: both;
	width: 1000px;
	margin-top: 1em;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: left;
	font-size:0.7em;
	text-align:center;
	}
#pied small { font-size: 0.77em; }
#pied img {  }

/* 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, .encart-gauche, .formulaire_spip {
	font-family: Verdana, Tahoma, Arial, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: "Trebuchet MS", Helvetica, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .cartouche-agenda, .liste-articles li, .liste-articles-rubriques li  .liste-articles-contre .liste-articles-court li .texte, h3.spip, .voirskel {
	font-family: Georgia, Times, serif; }

.liste-articles {
	width:394px;
	float:left;
}

.liste-articles-rubriques {
	width:630px;
	float:left;
}

.liste-dans-index {
	width:630px;
	float:left;
}

.liste-articles-contre {
	width:300px;
	float:left;
}

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

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 190px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	font-size: 0.77em;
}

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

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

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

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

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

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

.divers { background: #F8F8E8; }
.divers .menu-titre { background: #FCFCF0; }

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

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

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
	color: #000; }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

#contenu .titre-sommaire { font-size: 1.15em; font-weight:bold; color: #FA7218;}

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

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche .lien { margin: 5px; padding: 2px; clear: left; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.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 {
	width: 550px;
	border: 1px solid #CCC;
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding-top: 50px;
	font-size: 0.77em;
	font-weight: bold;
 }

.texte { color: #000; font-size: 0.96em; }

.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;
	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 {}

/* Cartouche Agenda
----------------------------------------------- */
.cartouche-agenda {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.77em;
	line-height: 1.4em;
	width: 502px;
 }


/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles-contre ul { margin: 0; padding: 0; list-style: none; }
.liste-articles-court ul { margin: 0; padding: 0; list-style: none; }
.liste-articles-rubriques ul { margin: 0; padding: 0; list-style: none; }
.liste-dans-index ul { margin: 0; padding: 0; list-style: none; }

.liste-articles li { float:left; margin-right: 10px; width: 394px;}
.liste-articles-contre li { float:left; margin-left: 15px;margin-bottom: 2px; width: 300px;border-bottom:thick dotted #ff0000; border-width:2px;}
.liste-articles-court li { float:left; margin-right: 10px; width: 170px;}
.liste-articles-rubriques li { float:left; margin-right: 10px; width: 303px; height: 230px; max-height: 230px;}
.liste-dans-index li { float:left; margin-right: 10px; width: 303px; height: 230px; max-height: 230px;}

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

.liste-articles-contre li .titre {
	font-size: 0.9em;
	font-weight: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

.liste-dans-index 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.77em;
	line-height: 1.4em; }

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

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

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

.pagination { font-size: 0.90em; clear: both; }

/*  ------------------------------------------
/*  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_spip { text-align: left; font-size: 0.77em; }
.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 {
	width: 200px;
/*	text-align: center; */
}
.formulaire_recherche label { display: none; }
.formulaire_recherche #submit { display: none; }

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

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

/* * 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: 0.82em; }
.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: 0.88em; 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: 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: #333; }
a:hover { text-decoration: underline; }

/*  ------------------------------------------
/*  Affichage des vignettes au passage de
/*  la souris
/*  ------------------------------------------ */

/*  ------------------------------------------
/*  Menu horizontal haut de page
/*  ------------------------------------------ */
#pad {height:140px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dropline {padding:0 0 0 30px; margin:0 0 0 400px; list-style:none; width:580px; height:20px; position:relative;}
#dropline table {border-collapse:collapse; width:0; height:0; margin:-3px -10px;}

#dropline li {float:left;}
#dropline li a {display:block; height:20px; line-height:20px; padding:0 10px 0 0; float:left; color:#fff; text-decoration:none; font-family:tahoma, sans-serif; font-size:15px;}
#dropline li a b {display:block; height:20px; float:left; padding:0 0 0 20px; cursor:pointer;}
#dropline li a:hover {line-height:20px; height:24px}
#dropline li a:hover b {line-height:20px;}

#dropline ul {padding:0; margin:0; list-style:none; position:absolute; height:25px; width:608px; background:#f8f8f8; left:-9999px; top:24px; z-index:10; border-bottom:1px solid #fff;}
#dropline ul li {height:25px; line-height:25px;color:#000; padding:0 10px 0 10px; height:25px; line-height:25px; border-right:1px solid #e60; font-weight:bold; font-size:12px;}
#dropline ul li.last {border:0;}
#dropline ul.right li {float:right;}
#dropline ul li a {color:#000; padding:0 10px 0 10px; height:25px; line-height:25px; border-right:1px solid #e60; font-weight:bold; font-size:12px;}
#dropline ul li a:hover {height:25px; line-height:25px; background:transparent; color:#c60;}
#dropline ul.right li a {border-left:1px solid #e60; border-right:0;}
#dropline ul li a.last {border:0;}


#dropline :hover ul {left:0;}

#dropline li.current ul {left:0; z-index:1;}
#dropline li.current a {color:#ffff01; line-height:20px; height:44px}
#dropline li.current a b {line-height:20px;}
#dropline li.current ul li a {color:#000; padding:0 10px 0 10px; height:25px; line-height:25px; background:transparent;}
#dropline li.current ul li.current_sub a {color:#fa7218;}
#dropline li.current ul li a:hover {color:#c60;}

/*  ------------------------------------------
/*  Suivant/Précédent
/*  ------------------------------------------ */

#articles-precedent-suivant {
	width: 660px;
	font-size:0.9em;
	font-weight: bold;
}

#article-precedent {
	width:308px;
	text-align:left;
	float:left;
	padding:10px;
}
#article-precedent a {
	font-size:0.9em;
	font-weight: bold;
	color:#fa7218;
}
#article-suivant {
	width:308px;
	text-align:right;
	float:left;
	padding:10px;
}
#article-suivant a {
	font-size:0.9em;
	font-weight: bold;
	color:#fa7218;
}

/*  ------------------------------------------
/*  Lien pub texte
/*  ------------------------------------------ */

#pub-texte {
	margin:20px 0px 20px 0px;
	padding:5px;
	width:336px;
	text-align:left;
	float:middle;
	font-size:0.8em;
}

#pub-texte a{
	color:#c60013;
}

/*  ------------------------------------------
/*  Dans cet article
/*  ------------------------------------------ */

.dans-cet-article {
	width:459px;
	height:auto;
	margin-top: 1em;
	background: #ffdf55;
	padding:3px;
}
.dans-cet-article ul { margin: 0; padding: 0; list-style: none; font-size:.88em;}
.dans-cet-article li { margin-left: 0px;margin-bottom: 2px; width: 459px;border-bottom:thick dotted #ff0000; border-width:1px; font-size:.80em;}

/*  ------------------------------------------
/*  Liens rapides
/*  ------------------------------------------ */

.liens-rapides {
	width:300px;
	height:auto;
	margin-top: 0px;
	margin-bottom: 1em;
	background: #ffdf55;
	padding:3px;
}
.liens-rapides ul { margin: 0; padding: 0; width: 300px;font-size:12px;}
.liens-rapides li{ margin-left: 0px; margin-bottom: 12px; width: 300px;border-bottom:thick dotted #ff0000; border-width:1px; font-size:12px;}
.liens-rapides li .bloc{width: 300px; min-height: 150px;}
.liens-rapides li .bloc{width: 300px; min-height: 150px;}
li.inter {margin: 2px; padding: 2px; border:none; background-color: #FA7218; color: #ffff01; font-weight: bold;}
.titre_gauche{ margin-left: 36px;}

/*  ------------------------------------------
/*  Liens rapides
/*  ------------------------------------------ */

.videos-pied {
	width:655px;
	height: 125px;
	margin-top: 1em;
	margin-bottom: 1em;
	background: #ffdf55;
	padding:3px;
	font-size:.96em;
}
 
.videos-pied ul { margin: 0; padding: 0;list-style: none; font-size:.88em; width:649px;}
.videos-pied li { width:75px; max-width:75px; max-height:100px; margin: 3px; float:left;}

/*  ------------------------------------------
/*  Formats pub
/*  ------------------------------------------ */

.pub728x90 {
	width:738px;
	height: 100px;
	margin: 10px;
	text-align: left;
	float: right;
}