/*  ----------------------------------------------------------- */
/*  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: #f2f1de url("images/bg_global.png") top center repeat-y;
	margin:1.5em 0;
	padding:0;
	font-size: 80%;
	color: #333;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { 
	margin: 0 0 0.65em 0; 
	padding: 0; 
	font-size: 1em; 
	font-weight: bold;
	font-family: Verdana, sans-serif;
}

/* classes générales */

.clear{
    clear:both;	
}



/*  ------------------------------------------
    Disposition a l'ecran des blocs principaux
    ------------------------------------------ */
    
#accessible{
	width:987px;
	text-align: right;
	margin: auto;
	color:#675c53;
	font-size: 10px;
}

#accessible a{
	color:#675c53;
}
    
/* Entete */
#entete {
	height:218px;
	width:1005px;
	background: #fff url("images/header.jpg") top center no-repeat;
	position: relative;
}

#entete address {
	display:block;
	position:absolute;
	height:100px;
	width: 250px;
	bottom:35px;
	right:37px;
	text-align: right;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-style:normal;
	color: #424949;
}

a#logo{
	display:block;
	position:absolute;
	height:163px;
	width:323px;
	top:10px;
	left:62px;
}

#second_nav {
	min-height:45px;
	margin:0 9px;
	padding-left:15px;
	background:#fff url("images/bg_second_nav.png") top center no-repeat;
}

#second_nav form{
	float:right;
	background: url("images/search.png") left center no-repeat;
	width: 250px;
	height:34px;
	margin-top: 10px;
	margin-right: 10px;
}

#second_nav form label{
	border: none;
	display:inline;
	width: 80px;
	float: left;
	color: #fff;
	margin:0 8px 0 8px;
}

#second_nav form div{
	margin-top :9px;
}

#second_nav form input.forml{
	border:none;
	width: 117px;
	height: 14px;
	background:#fff;
	font-size: 12px;
}

#second_nav form span.submit{
	cursor:pointer;
}

#second_nav ul {
	margin:0;
	padding:0;
    float:left;
    list-style: none;
}
#second_nav li {
    float:left;
    background: url("images/circle.png") center right no-repeat;
    padding:13px 25px 13px 20px;
}

#second_nav li.last{
    background:none;
    padding-right: 20px;
}

#second_nav li a{
    color:#675c53;
    font-size: 14px;
}
#second_nav li a.on{
    color:#bd1227;
    font-weight: normal;
}

#page {
	width: 1005px;
	text-align: left;
	margin:auto;
	background: #fff url("images/bg_center.jpg") top center repeat-y;
}

#page_2 {
	background: url("images/footer.jpg") bottom center no-repeat;
}

#centre { 
	float:left;
	width: 700px;
	margin-bottom: 30px;
	min-height: 600px;
}

#contenu{
    min-height: 600px;	
}


.page_plan #contenu {
	background:#fff;
}

.page_recherche #contenu{
	background:#fff;
	padding:10px;
	margin:0 9px;
}

#contenu h1{
    font-size: 20px;
    color:#bd1227;
}

#contenu h2{
    font-size: 18px;
    color: #6a6858;
}

#contenu h2.tab{
    font-size: 12px;
    padding:4px 0;
    background-image: none;
    margin: 0;
}

#contenu h2.tab.selected{
    margin-bottom:-1px;
}

#contenu h3{
    font-size: 14px;
    color: #abce36;
    text-align: left;
}

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

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



/*colonne de gauche*/
#gauche{
	float:left;
	width:250px;
	margin: 0 20px 0 10px;
}

#main_nav{
	
	background: url(images/deg_gris.jpg) top left repeat-x;
	padding-left: 50px;
}

#main_nav ul{
	margin:0;
	padding: 0;
	list-style: none;
}

#main_nav li{
	float:left;
    margin:0;
    padding: 0 0 0 30px;
    background: url(images/separateur.jpg) top left no-repeat;
}

#main_nav li.first{
    background: none;
}

#main_nav li a {
	float: left;
	display: block;
	color: #C82B26;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
}

#intro_rubrique, #intro_accueil{
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #ddd;
	clear:both;
}

#intro_accueil {
	clear: none;
}

#focus {
	width:250px;
	float:right;
	margin:35px 0 35px 35px;
}

#focus dl{
	margin :0;
	padding: 0;
}

#focus h2{
	font-weight: normal;
}

#focus dt{
	font-weight: bold;
	color: #7c9d44;
}

#focus dd{
	margin :0;
	padding: 0;
	font-size: 11px;
}


/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin:10px 45px 10px 45px;
	font-size: 11px; 
	color:#aaa;
	background: #fff;
}

#hierarchie a {
	color:#888; 
}

/* Pied de page */
#pied {
	clear: both;
	text-align: center;
	padding: 20px 0;
}
	
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }

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

/* 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: 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, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Georgia, Times, serif; }


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

/*  Habillage general des menus de navigation
---------------------------------------------- */
.breves, .syndic, .forums, .divers {
	border: 1px solid #ddd;
}

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

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

.breves { 
	background: #fddeb7; 
	margin:10px 0;
	padding:10px;
}

.breves dt { 
	font-weight : bold;
}

.breves dt span.date{ 
	font-size:smaller;
	color:#6A6858;
}

.breves dd { 
	font-size:0.9em;
}


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

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

.cartouche p { margin: 0; padding: 0; 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 {
	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;  }

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

.rubrique_descriptif{
	font-weight: bold;
	margin-bottom: 10px;
}

.rubrique_texte{
    padding-bottom: 10px;
}

.rubrique_descriptif a, .rubriqur_texte a{
	color:#990000;
}

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

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

.page_plan .cartouche { display: none; }
.page_plan #contenu {
	margin: 9px;
	padding: 10px;
	
}

.page_plan #contenu h2 {
	clear: both;
	background: #d3e021;
	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; margin-top: 30px; }
.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; }

.formulaire_spip .erreur{
	color:red;
}

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

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
.erreur_formulaire { font-weight: bold; color: red; }
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: 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: 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: #4091ad; }
a:hover { text-decoration: underline; }

a.sous_rubrique {
	text-decoration: underline;
}

a.spip_in{
	color:#4091ad;
}

a.spip_out{
	color:#4091ad;
	background:transparent url(images/external.png) no-repeat scroll right center;
	padding-right:13px;
}



/*** A classer **/
#gauche .encart {
    font-size: 0.85em;
    border-right:1px solid #ccc;
    border-top: 2px solid #999;
    border-bottom : 2px solid #999;
    margin: 20px 0;
    padding: 10px 5px;
    background: #fff;
}

#gauche .encart p {
    padding-left: 0;	
}

.encart a {
    color:#990000;
}

.menu ul{
	margin:0;
	padding: 0;
	list-style: none;
}


.menu li{
	min-height:39px;
    margin:5px 15px 5px 35px;
    padding:15px 0 0 60px;
    background: left center no-repeat;
}

.menu li a{
	font-size:18px;
	color:#a49d92;
}

.menu li a.on {
	color:#424949;
}

.menu li a:hover{
	color:#c8c4be;
}



dl.article_liste {
	float:left;
	width:300px;
	min-height: 140px;
	padding: 0;
	margin:0 30px 30px 0;
}

dl.article_liste dd{
    padding: 0;
    margin: 0;
}

dl.article_liste dt.img_article {
    float:left;
    width:60px;
    height: 90px;
    margin-right: 10px;
}

dl.article_liste dt.titre {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0;
    margin: 0 0 5px 0;
}

button.toogle_articles{
    background: #ddd url(images/fleche-slide-out.png) 2% center no-repeat;
    border: 1px solid #aaa;
    cursor: pointer;
    padding-left: 20px;
    margin: 10px 0;
}

.module h2{
	background: url(images/bg_modultitle.png) top left no-repeat;
	height:21px;
	color:#fff;
	margin:20px 0 3px 5px;
	padding:5px 10px 4px 20px;
	font-size:16px;
}

.module form#connexion{
	background: url(images/bg_connexion_client.jpg) top left no-repeat;
	height:358px;
	width:231px;
	margin:0 0 0 5px;
	padding:285px 0 0 0;
	overflow: hidden;
}

.module form#connexion p{
	margin:0 0 3px 8px;
	padding:0;
}

.module form#connexion label{
	color:#fff;
	display: inline;
	float:left;
	width:70px;
}

.module form#connexion input{
	border:0;
}

.retour_haut_de_page{
	text-align: right;
}

.retour_haut_de_page a{
	padding: 0 22px;
	background: url(images/fleche_haut.png) center left no-repeat;
	font-size: 17px;
	color:#abce36;
}

#opqibi {
	text-align: center;
	margin:35px 0 15px 0;
}



