@charset "utf-8";
/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes modifiée par Gilles 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: #25587d;
	background-image: url(../images/vagues.jpg);
}

body, html{
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

img, table { margin: 0; padding: 0; border: none; }
ul, ol, li { margin: 0; padding: 0; }
ul { list-style: none; }

/* Liens */

a { text-decoration: none; color: #EFC039; }
a:hover { text-decoration: underline; }
a:visited {}

.alt1 a, a .alt1 h3.titre {color: #7A6118;}

a .alt2 h3.titre {color:#EFC039;}

a:hover .alt1 h3.titre, a:hover .alt2 h3.titre {color: #FFFFDD}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#maincontent {
	width: 100%;
	height: 100%;
	overflow: auto;
}

#page {
	background-color: #286089;
	position: relative;
	width: 790px;
	left: 50%;
	margin-left: -395px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: solid #193c56 2px;
	border-left: solid #347CB1 2px;
	border-right: solid #193c56 2px;
	border-top: solid #347CB1 2px;
	min-height: 600px;
	z-index: 1;
}

#conteneur {
	width: 100%;
	margin-top: 10px;
	min-height: 300px;
}

#conteneur #contenu, #conteneur .contenu {
	background-color: #1f4a6a;
	border-right: 2px solid #193c56;
	border-left: 2px solid #347CB1;
	padding: 0 10px 0 10px;
	margin: 0 10px 0 123px;
}

/*  blocs pour haut et bas du div contenu  */
#haut, .haut {
	background-image: url(../images/HAUT.jpg);
	background-repeat: repeat-x;
	margin: 10px 10px 0 123px;
}

#bas, .bas {
	background-image: url(../images/BAS.jpg);
	background-repeat: repeat-x;
	margin: 0px 10px 10px 123px;
}

.droite { float: right;}

.gauche {float: left;}

.centre {text-align:center;}

/*  MODIF  la boite de navigation est fixée */  
#navigation {
	overflow: hidden;
	position: absolute;
	display: block;
	width: 116px;
	left: 50%;
	margin-left: -402px;
	top: 30px;
	z-index: 20;
}

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

#contenu p, .contenu p	{
	padding: 0;
	margin: 2px 0 5px 0;
	text-indent: 20px;
}

/*.lettrine {
	color: red;
	font-size: 1.3em;
}*/

.contenu h1, #contenu h1 {
	font-size: 1.5em;
	/*padding: 10px 5px 8px;
	font-style: normal;*/
	margin: 1em;
	text-align: center;
	line-height: normal;
}

.contenu h2, #contenu  h2 {
	font-size: 1.4em;
	margin: 0.9em;
	font-style: italic;
	text-align: center;
	line-height: normal;
}

.contenu h3, #contenu  h3 {
	font-size: 1.3em;
	/*font-style: normal;
	padding: 7px 5px 6px;*/
	margin: 0.8em 30px;
	line-height: normal;

}

h3.spip {
	font-size: 1.3em;
	text-align: center;
	margin: 0.8em 0 ;
	padding: 0 ;
	line-height: normal;
}
	
h4 {
	font-size: 1.2em;
	margin: 0.7em 40px ;
	/*padding: 6px 5px 5px;*/
	font-style: italic;
	line-height: normal;
}

h2.releve, h4.releve {
	padding: 0;
	margin: 0;
	position: relative;
	top: -10px;
}

h5 {
	font-size: 1.15em;
	/*font-style: normal;
	padding: 5px;*/
	margin: 0.6em 50px;
	line-height: normal;
}

h6 {
	font-size: 1.1em;
	/*padding: 5px;
	margin: 0;*/
	font-style: italic;
	margin: 0.5em 0 0.5em 20px;
	line-height: normal;
}	

/* Blocs intermédiaires*/

/* Autre panneau */
.divers { 
	background: #000000;	
}
 
.divers .menu-titre {
	font-size: 0.9em;
	background: #FFFFDD;
	font-weight: bold;
	padding-bottom: 2px;
	margin:0;
}

.divers li a {
	font-size: 0.87em;
}
/*  Cartouche et titraille
---------------------------------------------- */
/*.cartouche { 
	Position: relative;
	top:-20px;
}*/

.cartouche .spip_logos {
	float: right;
	margin: 0px 10px 0 10px;
	position: relative;
	top: -15px;
}

.cartouche p.surtitre {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	position: relative;
	top: -1em;
}

.cartouche h1.titre {
	font-size: 1.8em;
	font-weight: bold;
	position: relative;
	top: -0.6em;
	line-height: 1.2em;
	margin: 0.3em;
}

.cartouche p.soustitre { 
	font-size: 1.4em; 
	font-weight: bold;
	position: relative;
	top: -0.5em;
}

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

/* Listes d'articles et extraits introductifs*/

.liste-articles li {
	padding: 0;
	margin-top: 10px;
	clear: both;
}
 
.liste-article .spip_logos {
	clear: right;
	margin: 5px;
	position: relative;
	top: 10px;	
}

.liste-articles li .surtitre {
	font-size: 1em;
	font-weight: bold;
	position: relative ;
	top: -0.3em;
	font-style: italic;
	margin: 0 0 0.4em 0;
	padding: 0;
}

.liste-articles li h3.titre {
	font-size: 1.45em;
	font-weight: bold;
	margin: 0 0 0.25em 0;
	padding: 0;
	text-align: center;
	line-height:normal;
}

/*.page_rubrique li h3.titre {
	margin-right: 150px;
}*/

.liste-articles li .soustitre {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.liste-articles li .spip_logos {
	float: right;
	margin: 5px;
}

.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;*/
	padding: 0.9em;
	font-size: 0.9em;
	/*-height: 1.2em;*/ }
	
.renvoi {
	float: right;
	font-size: 0.95em;
	position: relative;
	right: 30px;
}	

/*PANNEAU SECONDAIRE */

.second { 
	width: 100% ; 
	margin: 0; 
	font-size: 1.08em;
}

/*TITRE dans le panneau secondaire*/ 
.second-titre {
	font-size: 1.2em;
	color: #FFFFCC;
	position: relative;
	top: -10px;
	padding: 0;
	margin:0;
	text-align: center;
	font-weight: bold;
	font-style: italic;	
}

.alt1 {
 	padding: 5px;
	background-color: #FFFFDD;
	color: #000;
border-top: 2px solid #347CB1;
border-left: 2px solid #347CB1;
border-right: 2px solid #193C56;
border-bottom: 2px solid #193C56;
}

.alt2 {
	padding: 5px;
	background-color: #28618B;
	color: #FFFFCC;
border-top: 2px solid #347CB1;
border-left: 2px solid #347CB1;
border-right: 2px solid #193C56;
border-bottom: 2px solid #193C56;
}


a:hover .alt1, a:hover .alt2 {
	background-color: #000000;
	color: #FFFFDD;
	border: 2px solid #FFFFDD;

}

.second li.on .alt1, .second li.on .alt2 {
	display: none;
}

.auteur-date {
	font-size: 0.75em;
	float: right;
	/*position: relative;*/
	margin-right: 4px;
}

.second .auteur-date {
	position: relative;
	top: 0.28em;
}

/* -----------  */
.encart, .contre-encart  {
	width: 100%;
	margin: 0;
	font-size: 1em;
}
	
.page_plan .contre-encart {	
	font-size: 0.8em;
}

.encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
.encart ul { padding: 0.2em 0; text-align: left; }
.encart li { padding: 0 0.7em; }


/* Entete */
#entete {
	background-color: #000000;
	padding: 0;
	margin: 0 0 0 123px;
	position: relative;
	border-bottom: solid #193c56 2px;
	border-left: solid #347CB1 2px;
}
	
#entete a .spip_logos {
	display: block;
	float: left;
	margin: 10px 20px;
	z-index:100;
}  

/* texte defilant */
marquee {
	padding: 0;
	margin: 5px 30px 10px 30px;
	background-color: #000;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index:50;
}

/* Fil d'Ariane */
.hierarchie {
	margin: 10px 10px 0 143px;
	padding: 0;
	display: block;
	font-size: 0.9em;
}

.hierarchie a {
	text-decoration: none;
	color: #EFC039;
}
.hierarchie a:hover { text-decoration: underline; }

/* Pied de page */
.pied, .pied2 {
	clear: both;
	margin: 5px 15px 0px 135px;
	border-top: 1px dotted #CCC;
	padding: 10px 0 0 0;
	text-align: center;
}
	
.pied2 {
	margin: 0px 15px 0px 135px;
	padding: 5px 0 5px 0;
	}
	
.pied2 small { font-size: 0.85em; }
.pied2 img {
	vertical-align: text-top;
	height: 0.85em;
}

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

body {
	font-size: 1em;
}
.contre-encart, .encart, .formulaire_spip, #navigation, #entete a #nom_site_spip  {
	font-family: Verdana, Arial, Helvetica, sans-serif;	}
	
.hierarchie, .date-auteur, auteur-date, .dernier-ajout  { 
	font-family: Arial, Verdana, Helvetica, sans-serif; }

#navigation {
	font-size: 0.75em;
}

#contenu, .contenu {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFCC;
	font-size: 1.05em;
	line-height: 1.25em;
	display: block;
	position: relative ;
}

.texte { 
	font-size: 0.96em; 
	}

#entete a #nom_site_spip {
	text-align: center;
	color: #FFFFCC;
	font-weight: bold;
	font-size: 1.8em;
	padding : 26px 0 0 0;
	text-decoration: none;
}

/* Typo pour les citations et extraits introductifs */
q, blockquote, .texte, .voirskel {
	font-family: "Bitstream Vera Serif", Georgia, Times, serif; }
	
/*  NAVIGATION*/

#navigation .rubriques, #navigation .divers, .menu2 {
	display: block;
	border-bottom: solid #193c56 2px;
	border-left: solid #347CB1 2px;
	border-right: solid #193c56 2px;
	border-top: solid #347CB1 2px;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	margin-bottom: 10px
} 

#navigation ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	background-color: #000000;
	padding:0px;
} 

#navigation li {
	list-style-type: none;
	text-align: center;
	margin: 0;
	background-color: #000000;
	padding:2px;
}
/* ????  
#navigation .divers li {
font-size: 1em}*/

#navigation li a {
	background-color: #000000;
	color: #FFFFCC;
	text-decoration: none;
	display: block;
	padding: 0px ;
}

#navigation li a:hover, #navigation li a.on:hover {
	background-color: #FFFFDD;
	color: #000000;
	text-decoration: none;
}

/*  liens de navigation exposés, pos� ici apr�s le hover   */
#navigation li a.on {
	color: #1F4A6A;
	background-color: #FFFFDD;
	padding: 1px 1px 1px 3px ;
	display: block;
	text-align: left;
}

.divers li a.on {
	text-align: center;
}


#navigation .rubriques li li {
	margin: 0;
	padding: 1px 0px 0px 10px;
	font-size: 90%;
	text-align: center;
	line-height:150%;
}

#navigation .rubriques li li a {
	background-color: #FFFFDD;
	color: black;
}


#navigation .rubriques li li a:hover {
	background: #000000;
	color : #FFFFCC;
}

#navigation .rubriques li li /*a*/.on {
	padding: 0px;
	display: block;
	color: #1F4A6A;
	text-align: center;
	background-color: #FFFFDD;
}

/*#navigation li li .on:hover {
	background: #FFFFCC;
	color : #EFC039;
}*/

#navigation p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }

#navigation .rubriques .menu-titre {
	display: none;
}


/*   Menu2   */

.menu2  {
	background-color: #000000;
	padding: 5px;
}

a.fleche-haut {
	height: 68px;
	width: 25px;
	margin-left: 38px;
	display: block;
	background: url(../images/fleche-haut.gif) no-repeat 0 0;
}

a.fleche-haut:hover {
	background-position: -25px 0;
}

a.fleche-retour {
	height: 25px;
	width: 68px;
	margin-top: 8px;
	margin-left: 17px;
	display: block;
	background: url(../images/fleche-retour.gif) no-repeat 0 0;
}

a.fleche-retour:hover {
	background-position: 0 -25px;
}

/* Cadre blanc  pour les articles  */
.cadre, .formulaire_inscription {
	border-top: 2px solid #347CB1;
	border-left: 2px solid #347CB1;
	border-right: 2px solid #193c56;
	border-bottom: 2px solid #193c56;
	background-color: #FFFFDD;
	margin: 0 0 10px;
	padding: 10px 10px 5px 10px;
	color: #000000;
}

.cadre p.spip a, .cadre a, dl a {
	color: #7A6118;	
}

/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 0.4em;
	line-height: 1.05em;
	font-style: italic;
	font-size: 1.07em;
	font-weight: bold;
}

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

.ps, .notes {
	margin-top: 1.2em;
	padding-top: 2px;
	border-top: 2px solid #000; }
	
.ps { font-size: 1em; }

.notes { clear: both; font-size: 0.95em; }

.ps h2, .notes h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

.contenu .ps {
	display: none;
}

.dernier-ajout, .date-auteur {
	float: right;
	position: relative;
	top: -1.9em;
	right: 0.35em;
	font-size: 0.8em;
	margin: 0;
}

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

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

.page_plan .contre-encart, .page_plan .rub {
	font-family: "Times New Roman", Times, serif;
	position: relative;
}

.page_plan .contenu .rub a {
	clear: both;
	padding: 3px;
	margin: 7px 15px 3px;
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
	border-bottom: 2px solid #FFFFDD;
	display: block ;
}

.page_plan .contenu .contre-encart ul {
	clear: left;
	font-family: "Times New Roman", Times, serif;	
}

/* page plan rubriques*/
.page_plan .contenu .contre-encart ul li a{
	padding: 0 3px;
	display: block;
	border-bottom: 1px solid #FFFFDD;
	font-size: 1.2em;
	margin: 0 15px 3px 30px;
}

/*page plan articles*/
.page_plan .contenu .contre-encart ul.plan li a{
	border-bottom: none;
	font-size: 1em;
	padding: 0 3px 1px;
	margin: 0 15px 0  60px;
	text-decoration: none;
	display: block;
	line-height: 1.05em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contre-encart ul.plan li {
	/*margin-top: 10px;*/
}

.page_plan .contenu a {
	color:#FFFFCC;
/*	padding: 1px 4px;*/
}

.page_plan .contenu a:hover {
	background-color:#FFFFCC;
	color: #000000;
	text-decoration: none;
}

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

/* 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: none; background-color: #FFFFDD; }

/* 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;
}
	
.formulaire_spip legend {
	font-weight: bold;
	padding: 3px;
	background: #FFFFDD;
	color: #000000;
}

.formulaire_spip label {	
	color: #000000;	
}
.formulaire_spip .forml {
	width: 99%;
	padding: 1px;
	font-family: inherit;
	font-size: inherit;
	background-color: #FFFFDD;
	border: 1px dotted #3173A3;
}

#navigation .forml { border: none;}

.spip_bouton { 
	text-align: right; 
}
.spip_bouton input {
	margin: 3px 0;
	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;
	color: #000000;
}

/* 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: auto; }*/
.formulaire_recherche label { display: none; }

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

/* ---------------------------------------------
/*  Mes bricolages   */
/*----------------------------------------------*/
sup {
	font-size: 0.72em;
	vertical-align: 35% ;
}

.clear { clear: both; }

/*   boite d'infos  */

a.info {
	position: relative;
	text-decoration: none;
	border-bottom: 1px #FFCC66 dotted;
	text-decoration: none;
}

a.info:hover { 
	background: none;
	border-bottom: none;
	text-decoration: underline;
}

a.info span { 
	/*display: none;*/
	z-index: 1;
	position: absolute;
	top: -1000em;
	left: -2000px;
}

a.info:hover span {
	position: absolute;
	z-index: 1000;
	top: 1.2em;
	left: -20px;
	width: 25em;
	background-color: #FFFFDD;
	text-align: justify;
	color: #000000;
	padding: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 0;
	border: 1px #000 solid;
}

.texte h6:first-letter, .texte h5:first-letter, .texte h4:first-letter, .texte h3:first-letter, .texte h2:first-letter, .texte h1:first-letter, .texte p.spip:first-letter {
	color: #FFE98C;
	font-size: 1.4em;
	vertical-align: -0.04em;
}

.texte .cadre h6:first-letter, .texte .cadre h5:first-letter, .texte .cadre h4:first-letter, .texte .cadre h3:first-letter, .texte .cadre h2:first-letter, .texte .cadre h1:first-letter, .texte .cadre p.spip:first-letter {
	color: red;
	font-size: 1.4em;
	vertical-align: -0.04em;
}

.texte p.spip:first-letter {
	font-size: 1.35em;
	vertical-align: -0.024em;
}

.alt1 .spip_logos, .alt2 .spip_logos { margin: 0; }

.quatre-vingt {
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.sans-marge {
	margin: 0;
}

.espace {
	display: block;
	height: 1em;
}

.espace20 {
	display: block;
	height: 1em;
	margin-top: 20px;
}


.petit {
	font-size: 90%;
}

.gros {
	font-size: 110%;
}

.indent {
	text-indent: 40px;
}

.page_rubrique .notes {
	display: none;
	text-indent: 40px;
}

.logo-rub {
	float: right;
margin-right: 10px;
margin-top: -25px;
}

.pagination { 
	font-size: 0.77em; 
	position: relative;
	top: 15px;
}

.ligne1 {
	text-align: right;
}

.ligne2 {
	border-top: 1px solid #00aeef;
	text-align: center;
}

.tres-petit {
	font-size: 80%;
	margin: 0;
	padding: 0;
}

.red {
	color: #FF0000;	
}