/*  Correction des styles HTML par defaut  */
/*      Mise a zero multi-navigateurs      */
/*        NE PAS MODIFIER CETTE CSS        */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }

/*  ----------------------------------------------------------- */
/*  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-color: #000037;
        background-image: url(imagestyle/fondoS.jpg);
	background-repeat: repeat-y;
	background-position: 123px;
	margin-top: 0em;
        margin-bottom: 0em;
}

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: 855px;
	text-align: left;
	margin-top: 0em;
        margin-bottom: 0em;
	border:0px solid black;
}

#conteneur { width: 852px;
       border: 0px dotted red;
       margin-top:-3px;
}

#conteneur #contenu {
	float: right;
	width: 700px;
        margin-right: px;
	border: 0px dotted green;
}

#conteneur #navigation {
	margin-left: 2px;
	width: 109px;
	text-align: left;
	border: 0px solid gray;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 696px;
        margin-top:5px;
	border:0px solid green;
}
#contenu .encart {
	float: right;
	width: 190px;
	margin-right: 3px;
	margin-bottom: 1px;
        padding:2px;
	border: 0px solid yellow;
}
/*
.piedpa{
       float:left;
       width:553px;
       margin:4px;
       border: 1px solid blue;
}*/

.titre-entete	{
	font-size: 14px;
	color: Black;
}

/*  ---------------------------------------------------------- */
/* Blocs du contenu (c-a-d. la colonne principale de sommaire) */
/*  ---------------------------------------------------------- */

.contour_articles_sommaire{
        border-bottom: 2px solid #E0E1E2;
        margin-bottom: 5px;
}
.surtitre_sommaire {
	font-size: 12px;
        color: #3A3A3B;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	/*font-weight: bold;*/
}
.soustitre_sommaire {
	font-size: 10px;
        color: red;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}
.date_sommaire {
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
}

.logo_sommaire{
	float: left;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 4px;
	border: solid 1px red;
}
.extrait_sommaire {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
	margin-right: 0em;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom:1px;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
        color:#393737;
        font-weight: bold;
	line-height: 1.6em;
	background-color: White;

	border: groove 0px #a0a0a0;
}
.nettoyeur_sommaire { 
        clear: both;
        margin: 0px;
        padding: 0px;
        border: none;
        height: 0px;
        line-height: 0px;
        font-size: 0px;
}
/*  ---------------------------------------------------------- */
/*  Blocs du contenu(c-a-d. la colonne principale de rubrique) */
/*  ---------------------------------------------------------- */

.surtitre_rubrique {
	font-size: 12px;
        color: #3A3A3B;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	/*font-weight: bold;*/
}
.titre_rubrique{
        padding: 3px;
	color:black;
        text-align:left;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
        font-size: 14px;
	font-weight: bold;
}
.soustitre_rubrique {
	font-size: 10px;
        color: red;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}
.date_rubrique {
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
}

.logo_rubrique{
	float: left;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 4px;
	border: solid 1px red;
}

.nettoyeur_rubrique { 
        clear: both;
        margin: 0px;
        font-size: 0px;
}
/*  ---------------------------------------------------------- */
/*  Blocs du contenu (c-a-d. la colonne principale de article) */
/*  ---------------------------------------------------------- */

.surtitre_article {
	font-size: 12px;
        color: #050543;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	/*font-weight: bold;*/
	margin-bottom: 3px;
}
.titre_article {
        font-size: 15px;
        color: #050543;
        text-align:left;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
        padding: 3px;
}
.soustitre_article {
	font-size: 10px;
        color: #050543;
        text-align:left;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.date_article {
	font-size: 10px;
        color: #050543;
        text-align:left;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

.logo_article{
        float: left;
	margin-top: 5px;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right:10px;    
        border: solid 1px black;
}

.texte_article{
	font-size: 12px;
        color: #050543;
        text-align:justify;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding: 1px;
}
.cartouche_article{
	border: solid 0px red;
}

/* Entete */
#entete {
	margin-left: 2px;
	margin-top: 0px;
	width: 785px;
	border:0px solid red;
}

#Layer2 {
	position:absolute;
	width:30px;
	height:100px;
	z-index:5;
	left: 118px;
	top: 107px;
}
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }

#entete a { text-decoration: none; }

/*#entete .formulaire_recherche { float: right; }*/



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

/* Pied de page */
#pied {
	clear: both;
	width:910px;
	margin-top: 0.2em;
	border-top: 0px dotted #CCC;
	padding: 0px;
	text-align: center; 
}
/*
.cadre_image {  
       width: 910px;
       height: 30px;
       margin-left: 0.1em;
       border: 0px solid blue;
       padding: 0px;
       background-image: url(imagestyle/pied.jpg);
}*/

/* 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: Verdana, Arial, Helvetica, Geneva, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; }


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

/*  Habillage du menu de navigation gauche motcles
-------------------------------------------------- */
.divers_mots_menu{
       width:118px;
       text-align: center;
       padding:0px;
       background-color:#F5F5F5;
       border: solid 0px black;

}
.menu-titre_mot-cles{
        width:120px;
	font-size: 12px;
        color:white;
	text-align: center;
	font-weight: bold;
	background: #888888;
        margin-bottom:2px;
}

.divers_mots_menu form {
        width:116px;
        text-align: center;
        background-color:#E4E4E4;
        padding:1px;
        border: solid 0px black;
}
.divers_mots_menu input {
       font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
       color:white;
       font-weight: bold;
       background-color:#888888;
       padding: 1px;
       margin:2px;
       border: 1px solid black;
}
.divers_mots_menu option {
	font-size: 10px;
        color:black;
        text-align:left;
        font-weight: normal;
        background-color:#F5F5F5;
        border: 0px solid #888888;
        padding:0px;

}
.divers_mots_menu select {
        width:81%;
	font-size: 10px;
        color:black;
        text-align:left;
        font-weight: bold;
        background-color:#F5F5F5;
        border: 1px solid #888888;
        padding:0px;

}
/*  Habillage du menu de navigation droit
---------------------------------------------- */
.menutexte-droit {
        padding-bottom:10px;
        border-bottom:0px inset blue;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.77em;
}
.date_menu_droit {
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
}
.soustitre_menu_droit {
	font-size: 10px;
        color: red;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}
.logo_menu_droit{
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right:10px;
	text-align: center;   
        border: solid 0px black;
}

/*  Habillage du menu de navigation haut bas
---------------------------------------------- */
.general-menu-haut	{
	/*background-color: #A52A2A;*/
	font-size: 10px;
	font-weight: bold;
        letter-spacing: 1px;
	color: #ECE6E6;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}
.general-menu-date-haut{
	/*background-color: #A52A2A;*/
	font-size: 10px;
	font-weight: bold;
        letter-spacing: 0.1px;
	color: #ECE6E6;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}


.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 10em;
	border: 1px solid #CCC;
	margin-bottom: 1em;
	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 p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { margin: 0; padding: 0 0 0 0; text-align: left; list-style: none; }
#navigation li, .encart li { margin: 0; padding: 0em; }


/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: blue;}
/*menu 1*/
.menu-titre_rubrique{
	background-color: #888888;
}
/*menu 2*/
.menu-titre_sub_rubrique	{
	background-color: #AFAFAF;
	text-align: left;
}
.rubriques .menu-titre { background: white; }

.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: 0.1em; }

.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: 0em;
	font-size: 11px;
        color: #3A3A3B;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	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: 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;
	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: 0.2em;
	padding-top: 1px;
	border-top: 1px solid #050543; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.7em; color:red; 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 {font-size: 0.60em;}
#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: 0.1em; clear: both; }

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

.liste-articles li .spip_logo {
	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_sommaire {
        font-size: 10px;
        color:white;
        text-align: center;
	width: 549px;
	margin-left: 5px;
	margin-top: 5px;
	background-color:#E0E4E1;
        border: 1px solid #AAA4A4;

}

/* menu et link */

a.pagination_sommaire {
	text-decoration: none;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: white;
        font-weight: bold;
}
a:hover.pagination_sommaire {
        color:#464B5D;
	background-color:#DED4D4;
}
.pagination { font-size: 10px; }

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

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #F7F7F7;
	border: 0px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-size: 0.82em;
	font-weight: bold;
	text-align: left; }

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

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

a.menu_link_sommaire {
	text-decoration: none;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: white;
        font-weight: bold;
}
a:hover.menu_link_sommaire {
	text-decoration: none;
	background: #909495;
	color: White;
}

a.menu_linksub_sommaire {
	text-decoration: none;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: white;
        font-weight: bold;
}
a:hover.menu_linksub_sommaire {
	text-decoration: none;
	background: #909495;
	color: White;
}
/* menu et linkB */

a.menu_linkB {
	text-decoration: none;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color: black;
        font-weight: bold;
}
a:hover.menu_linkB {
	text-decoration: none;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	background: #909495;
	color: White;
}

/* menu et link */

a.menuhaut_link {
	text-decoration: none;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: black;
	font-size: 12px;
        font-weight: bold;
}
a:hover.menuhaut_link {
	background: #D9D9D9;
	color: white;
	font-size: 12px;
}
/* menu et linkC */

a.menu_linkC_sommaire {
	text-decoration: none;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:14px;
	color: black;
        font-weight: bold;
}
a:hover.menu_linkC_sommaire {
	text-decoration: none;
	background: #909495;
	color: White;
}
/* menu et linkS */

a.menu_linkS_sommaire {
	text-decoration: none;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: black;
        font-weight: bold;
}
a:hover.menu_linkS_sommaire {
	text-decoration: none;
	background: #909495;
	color: White;
}
/* menu et linkrubrique */

a.menu_linkrubrique {
	text-decoration: none;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 9px;
	color: black;
        font-weight: bold;
}
a:hover.menu_linkrubrique {
	text-decoration: none;
	background: #909495;
	color: White;
}

