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

/* skedus: remplacer #c41919 (~rouge) par la couleur de votre choix */
 
/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	color: #333;
	/*background: #c41919;*/
	background: #ccc;
	margin: 0em;
	text-align: center;
	font-size: 1em;
	background : #cc9b73;
}

img, table { margin: 0; padding: 0; border: 0; }
ul, ol, li { margin: 0; padding: 0; }
ul { list-style: 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: 751px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background : #3a0300 url(images/navigation.jpg) repeat-x top;
	border-left: 5px solid #2b0d00;
	border-right: 7px solid #2b0d00;

}

#conteneur {
	width: 700px; 
}

#conteneur #contenu {
	!margin-right: 0px;
	!margin-bottom: 0px;
	float: right;
	width: 33em;
}

#bande_droite {
	float: right;
	width: 35px;
	height: 600px;
	background-color: #480701;
	background : url(images/bande_droite.jpg);
}

#conteneur #navigation {
	float: left;
	width: 158px;
	height: 604px;
	margin-left: 0em;
	margin-top: 0px;
	background : url(images/menu.jpg);
}


#navigation a {
	position: relative;
	text-align:left;
	margin-left: 0px;
	color: #000000;
	font-size: 11px; 
	text-decoration:none; 
	font-weight:bold;
	_line-height: 16px;
}

#navigation a:hover {
	color: #015595;
}

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

#contenu a {color: #c41919;}

#contenu {
	margin-bottom: 0px;
	background-color: #ffffff;
}

#contenu_top {
	height: 11px;
	background-image: url(images/contenu_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#contenu_top_news {
	height: 48px;
	background-image: url(images/contenu_top_2.jpg) ;
	background-color: #fff;
}

#contenu_bottom {
	margin-top: 40px;
	height: 11px;
	background-image: url(images/contenu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


/* Entete */
#entete { 
	/*background : #5f84bb url(images/banniere.jpg) repeat-x top left;*/
	background : #abbcc4 url(images/banniere.jpg) no-repeat top left;
	width: 751px;
	height: 106px;

}
#entete #nom_site_spip, #entete a .spip_logos {
	margin-left : 1em;
	height : 106px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff; 
	/*background : transparent url(images/logo.png) no-repeat bottom left;*/
}
#entete a { text-decoration: none; }
#entete .formulaire_recherche { 
	margin-top : 8.8em;
	margin-right : 10.5em;
	float: right;
	height: 14px;
	background : #ffffff ;
	font-size: 10px;

	_margin-top : 85px;
	_margin-right : 52px;
}

#recherche {!font-size: 9px;}

#entete .forml { border: 0px; _font-size: 10px; _height: 12px;}

/* Fil d'Ariane */
#hierarchie {
	padding-left: 1em;
	line-height: 20px ;
	height: 30px;
	background : #FFF url(images/hierarchie.jpg);
	font-size: 12px; 
	color: #FFFFFF;
	font-weight:bold;
}

#hierarchie a {
	color: #ffffff;
	font-size: 12px; 
	text-decoration:none;
	font-weight:bold;
}

#hierarchie a:hover{
	color: #ffffff;
	font-size: 12px; 
	text-decoration:underline; 
	font-weight:bold;
}

/* Pied de page */
#pied {
	color: #ffffff;
	clear: both;
	width: 100%;
	height: 35px;
	margin-top: 4em;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center; 
	background : #FFF url(images/pied.jpg);
	}
#pied a { color: #ffffff; }
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: 0; height: 0; line-height: 1px; font-size: 1px; overflow: 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, "Bitstream Vera Sans", 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, h3.spip {
	font-family: "Bitstream Vera Serif", Georgia, Times, serif; }

 .liste-articles li .texte {
 font-family: "Times New Roman", serif;

 }


/*  ------------------------------------------
/*  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: 3em;
	font-size: 0.77em;
}

#menu  {margin-left: 30px; margin-top: 30px; width: 100px; !margin-top:28px; _margin-top:26px; line-height: 14px;}
#breves {margin-left: 20px; margin-top: 80px; height: 145px; width: 125px; !margin-top: 40px; _margin-top: 35px; }
#news_letter {margin-left: 20px; margin-top: 45px; width: 125px;	color: #000000;
	font-size: 11px; 
	text-decoration:none; !margin-top: 48px; _margin-top: 42px;}
#news_letter form { height: 30px; margin-top: 0px; margin-bottom: 0px;}
.news_letter_text {
	margin-top: 5px;
	height: 12px;
	width: 90px;
	background : #ffffff ;
	font-size: 10px;
	border-style: none;
}
.news {float:left; width: 505px; min-height: 155px; }

.ligne_news {float: left; margin-left: 10px; background : #3a0300 url(images/ligne_news.jpg); width: 3px; height: 150px ; _margin-left: 5px; _margin-right: 3px; }
.ligne_sommaire {float: left; margin-left: 10px; margin-right: 10px; background : #3a0300 url(images/ligne_news.jpg); width: 3px; height: 115px }
.ligne_num_prec {float: left; margin-left: 10px; background : #3a0300 url(images/ligne_news.jpg); width: 3px; height: 115px; margin-right: 5px; }

.img_article {float: left; background : #ffffff url(images/bg_img.jpg) no-repeat bottom ; width: 118px; height: 170px; 	margin-left: 2px;
	margin-top: 10px;
	margin-bottom: 16px;}


.sous_rubrique {
    margin-bottom: 10px;
    !margin-bottom: 6px; 
    !line-height: 17px; 
    _margin-bottom: 7px;
    }

.form_auteur { width: 300px; }

#navigation { 

}


.menu-titre a { 
     color:#c41919; 
     }
     
.menu-titre {
	padding: 0.2em 0.4em;
	/*border-bottom: 1px dotted #CCC;*/
	text-align: left;
	font-weight: bold;
}

.rubriques p, .syndic p, .forums p, .divers p { margin: 0; padding: 0.2em 0.7em;  }
.rubriques ul, .breves ul, .syndic ul, .forums ul, .divers ul { padding: 0.2em 0; }
.rubriques li, .breves li, .syndic li, .forums li, .divers li { padding: 0 0.7em; }
.rubriques li { margin-top: 20px;}
.rubriques li:hover {background : url(images/menu_hover.png) no-repeat;}

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

.breves {  }
.breves .menu-titre { color: #c41919; }

.syndic {  }
.syndic .menu-titre { color: #c41919; }

.forums {  }
.forums .menu-titre { color: #c41919; }

.divers {  }
.divers .menu-titre { color: #c41919; }

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

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 2em; padding: 0px 20px 0px 20px; _padding-right: 15px; _padding-left: 15px; }

.cartouche .titre {
	text-align: center; 
	font-size: 1.27em;
	font-weight: bold;
	color: #9d6e51; }
#contenu .surtitre{ font-size: 0.82em; }
#contenu .surtitre_prec{ margin-left: 10px; font-size: 1em; }
 #contenu .soustitre { font-size: 10px; font-weight: bold;}

.cartouche .spip_logos {
	float: right;
	margin-right: 0px;
	margin-left: 16px;
	margin-top: 30px; }

.cartouche p { margin: 0px;  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 {
	color: #9d6e51;
	text-align: left; 
	padding-top: 10px;
	margin-left: 5px;
	margin-bottom: 20px;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: justify; 
	font-family: "Times New Roman", serif;
	}

.chapo_collab {
	color: #9d6e51;
	text-align: left; 
	padding-top: 10px;
	margin-left: 5px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
    font-family: "Times New Roman", serif;
	}

.chapo_sommaire {
	color: #9d6e51;
	text-align: right; 
	padding-top: 10px;
	margin-right: 25px;
	margin-bottom: 20px;
	_margin-bottom: 0px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
    font-family: "Times New Roman", serif;
	}


.nouvelles {
	margin-left: 10px;
	color: #9d6e51;
	text-align: left; 
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
    font-family: "Times New Roman", serif;
	}

.extrait{
	margin-left: 10px;
	color: #9d6e51;
	text-align: left; 
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	width: 150px;
	font-family: "Times New Roman", serif;
	}

.sommaire {
	margin-left: 127px;
	color: #9d6e51;
	text-align: left; 
	margin-bottom: 0px;
	font-size: 26px;
	line-height: 1.4em;
    font-family: "Times New Roman", serif;
	}


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

p.spip{
    font-family: "Times New Roman", serif;
    text-align: justify ;
}

.texte { 
    color: #000; 
    font-size: 0.96em; 
    margin: 25px 0px 25px 0px; 
    text-indent: 40px ; 
    text-align: justify;
    font-family: "Times New Roman", serif;
    }
.texte p{ 
    color: #000; 
    font-size: 0.96em; 
    text-align: justify; 
    text-indent: 40px ;
    font-family: "Times New Roman", serif;
    }
.texte_formulaire { color: #000; font-size: 0.96em; margin-top: 25px; margin-bottom: 25px; text-align: left;}
.texte_formulaire p{ color: #000; font-size: 0.96em; text-align: justify;}
.texte_formulaire_test { color: #000; font-size: 0.96em; margin-top: 25px; margin-bottom: 25px;text-indent: 40px ; text-align: justify;}

.photo_article {margin-top: 25px;}

.contenu_collab { width: 490px; min-height: 250px }
.texte_collab { 
    text-indent: 40px ; 
    color: #000; 
    font-size: 0.96em; 
    text-align: justify; 
    width: 330px;
    font-family: "Times New Roman", serif;
    }


.breve { color: #000; font-size: 0.75em; margin: 0px}

.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 img {
	width:60px;
}
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; color: #c41919;}

#document_actif { 
	margin-top: 1em; 
}
#document_actif img { 
	height:auto;
	width:100%;
}

/*  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; color: #c41919;}
#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 li, .liste-articles_collab li { 
	margin-bottom: 0px; 
	padding: 0.5em  0.5em 0.5em 0.2em; 
	_padding: 0.5em  0.5em 0.5em 0em; 
}

.titre_collab {

	color: #9d6e51;
	font-size: 1.03em;
	font-weight: bold;
	
}

.liste-articles li .titre, .liste-articles_collab li .titre {
	color: #000000;
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .titre a, .liste-articles_collab li titre a{
	position: relative;
	text-align:left;
	margin-left: 0px;
	color: #9d6e51;
	font-size: 14px; 
	text-decoration:none; 
	font-weight:bold;
}

.collaborateur {
/*ICI mettre ce qui faut pour la liste des collaborateurs*/
}

.suite  {margin-bottom: 15px; background : #ffffff url(images/bg_suite.jpg) no-repeat left; margin-top: 5px;}
.suite_prec  {margin-bottom: 15px; background : #ffffff url(images/bg_suite.jpg) no-repeat left; margin-left: 15px; margin-top: 12px; _margin-top: 20px;}
.suite a, .suite_prec a {
	margin-left: 15px;
	text-align:left;
	color: #710f00;
	font-size: 12px; 
	text-decoration:none; 
	font-weight:bold;
	}


.suite_som a {
	margin-left: 0px;
	text-align:left;
	color: #710f00;
	font-size: 12px; 
	text-decoration:none; 
	font-weight:bold;
	}

.suite_som {margin-bottom: 10px;}

.sep_som {height: 4px; background-color: #eee9e6; _font-size: 0px;}

.liste-articles li .spip_logos {
	float: left;
	clear: left; }

.liste-articles_collab li .spip_logos {
	float: right;
	 }


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

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

.liste-articles li small, .liste-articles_collab li small{
	color: #000000;
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte,.liste-articles_collab li texte {
	text-indent: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: black;
	font-size: 12px;
	/*border: 1px solid #CCC;*/
	padding: 10px;
}
	
.liste-articles h3 a, .liste-articles_collab h3 a { color: #9d6e51;}

.pagination { font-size: 0.90em; margin-left: 10px;}

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */
.page_plan #contenu h2 a { color: #c41919;}

.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-left: 1em;
	margin-bottom: 0em;
	padding: 0px 25px 0px 25px;
	list-style: square; }
.page_plan #contenu .contre-encart li { list-style: inherit; }

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

.recherche {margin-left: 20px;}

/* Correction des styles HTML par defaut */
.formulaire_spip form, .formulaire_spip fieldset, .formulaire_spip legend, .formulaire_spip label, .formulaire_spip input, .formulaire_spip textarea, .formulaire_spip select, .formulaire_spip option { margin: 0; padding: 0; border: 0; background: none; }

/* Styles des formulaires de Spip */
.formulaire_spip {
	text-align: left;
	font-size: 0.77em;
}

.formulaire_spip p {
	margin: 0.5em 0;
	padding: 0; }

.formulaire_spip fieldset {
    display: block;
	margin: 0.77em 0;
	padding: 0.77em;
	border: 1px dotted; }
.formulaire_spip legend { 
	font-weight: bold; 
	padding: 3px;
	background: #FFF; /* Sinon, superposition dans MSIE */
}

.formulaire_spip label {}
.formulaire_spip .forml {
	width: 99%;
	padding: 1px;
	border: 1px solid;
	font-family: inherit;
	font-size: inherit; }

.spip_bouton { text-align: right; }
.spip_bouton input {
	margin: 3px 0;
	margin-top: 15px;
	padding: 1px 2px;
	border: 2px outset;
	font-weight: bold;
	float: right; }

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

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

/* 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 */
.choix_mots { width: 47%; float: left; } 
.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { text-align: left; width: 12em;}
.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; }
.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: 0; 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; }



