/*  ----------------------------------------------------------- */
/*  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
/*  ------------------------------------------ */
* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

html{
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-style : normal;
	background: #004358;
	text-align: center;
	font-size: 1em;
	color: #FFF;
	margin:0em;
	padding: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; }



span.separator_10_1 { border:0px solid red; display:block; width: 10px; height:1px;} /*## separateur 10x1 ##*/
span.separator_100_10 { border:0px solid red; display:block; width: 100%; height:10px;} /*## separateur 10x1 ##*/

/* peut servir a placer des div dans certaines pages */
div.R, span.R {float:right;margin-right: 1em}
div.L, span.L {float:left;margin-left:1em}
div.Clear, span.Clear {clear:both;}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 970px; /*60.5em*/ 
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px #FFF solid;*/
	/*margin-top: -1px;*/
	height: auto;
	background: #C3ECEF url('images/haras_bg.jpg') top center no-repeat;
}

#conteneur { width: 970px; /*border: 1px green solid;*/ height: auto; }

#conteneur #contenu {
	float: right;
	width: 768px;
	/*border: 1px #009900 solid;*/
	min-height: 16em;
	height:  auto;	
	background: url('images/white_bg30.png') !important;
	background-image:url(no-image);
	/* IE6 */
	background: #D5F1F3;

}


#conteneur #navigation {
	float: left;
	width: 12em;
	text-align: center;
	/*border: 1px #009900 solid;*/
	height: 220px;
}

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

/* Entete */
#entete {
	width: 100%;
	height: 170px;
	/*border: 1px red solid;*/
	margin: 0;
	position: relative;
	}
/* // si y a le flash */
#entete #menu_flash {
	width: 100%;
	height: 166px;
	/*border: 1px green solid;*/
	margin: 0;
	top:0;
	left:0;
}

/* // si y a PAS le flash */
#entete #menu {
	width: 100%;
	height: 166px;
	/*border: 1px green solid;*/
	margin: 0;
	position:absolute;
	top:0;
	left:0;
	z-index: 2;
}
#entete #menu ul {
	width: 100%;
	padding: 0;
	margin:0;
	font-family: "Futura Book", Verdana, Arial, sans-serif;
	font-size: 1.2em;
}
#entete #menu ul li {
	width: 127px;
	height: 100px;
	float: left;
	list-style: none;
	margin: 0;
}	
#entete #menu ul li a {
	display:block;
	height: 100px;
	padding: 0;
	line-height: 100px;
	color: #176179;
	text-decoration:none;
	text-align:center;
}
#entete #menu ul li a:hover, #entete #menu ul li a:focus {
	
	background: #5697C1 url('images/menu_on_bg.gif') top center no-repeat;
	color: #FFF;
	text-decoration:none;
	text-align:center;
}

#entete #menu ul li.space {width:208px;}
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	position: relative;
	height: 174px;
	width: 208px;
	font-weight: bold;
	font-size: 1.5em; 
	/*border: 1px solid orange;*/
	margin-left: auto;
	margin-right: auto;
	z-index: 15;
	}
#entete a { text-decoration: none; }
#entete .liseret {left:0;top:101px;position:absolute;z-index:13;}
/* Formulaire de recherche */
#entete .formulaire_recherche {right: 0.5em; top:105px;position:absolute;z-index:18; width:210px; /*border:1px solid black;*/}
.formulaire_recherche {  text-align: left; }
.formulaire_recherche label { display: inline;color: #3D7AA1;}
.formulaire_spip .formsearch { background:#D8ECF9; border: 1px solid #2080B0; width:100px; color:#2080B0;}
#entete #formulaire_recherche {color:#FFF;}

/*	--------------------
/*	Partie Articles
/*	-------------------*/
#articles {
	height: auto;
	width: 34em;
	float:left;
	/*position:relative;*/
	background: transparent; 
	margin:0.5em; 
	margin-right:0;
	/*margin-top:-1em;*/
	border-top: 1px dashed #FFF;
	border-left: 1px dashed #FFF;
	padding-left: 0.5em;
}

#articles .accessoires {
	height: auto;
	width: 100%;
	margin-top: 1.5em; 
	border-top: 1px dashed #929491;
	color : #193D41;
}
#articles .accessoires a {color:#AD774B;}
#articles .accessoires small {color: #929491;}
/*************************/

/*	--------------------
/*	Partie Breves
/*	-------------------*/
#breves {
	height: auto;
	width: 34em;
	float:left;
	/*position:relative;*/
	background: transparent; 
	margin:0.5em; 
	margin-right:0;
	/*margin-top:-1em;*/
	border-top: 1px dashed #FFF;
	border-left: 1px dashed #FFF;
	padding-left: 0.5em;
}

#breves .accessoires {
	height: auto;
	width: 100%;
	margin-top: 1.5em; 
	border-top: 1px dashed #929491;
	color : #193D41;
}
#breves .accessoires a {color:#AD774B;}
#breves .accessoires small {color: #929491;}

/*************************/
/*	--------------------
/*	Partie Rubriques
/*	-------------------*/
#rubriques, #sommaire {
	height: auto;
	width: 45.5em; /*34em*/
	float:left;
	/*position:relative;*/
	background: transparent; 
	margin:0.5em; 
	margin-right:0;
	/*margin-top:-1em;*/
	border-top: 1px dashed #FFF;
	border-left: 1px dashed #FFF;
	padding-left: 0.5em;
}
#rubriques .texte, #sommaire .texte, #rubriques .chapo, #sommaire .chapo {font-size:0.88em}
#rubriques .accessoires {
	height: auto;
	width: 100%;
	margin-top: 1.5em; 
	border-top: 1px dashed #929491;
	color : #193D41;
}
#rubriques .accessoires a {color:#AD774B;}
#rubriques .accessoires small {color: #929491;}
/********* ********** ********* ********/


/*	--------------------
/*	Partie flashBackground
/*	-------------------*/
#flashBackground {
	width:100%;
	height: 215px;
	/*border: 1px solid red;*/
}

/* Fil d'Ariane */
#hierarchie {
	margin-top:-55px;position:relative;z-index:19;
	margin-bottom: 55px;
	margin-left: 0.5em;
	font-size: 0.70em;
	color: #3D7AA1;
	}
#hierarchie a {color: #3D7AA1;}
/*	--------------------
/*	Partie Bas (navig + footerr)
/*	-------------------*/
/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 0;
	 
	text-align: center;
	background: #004358; 
	font-size:0.65em;
	color: #65B2E3;
}
#pied .navBottom {
	width: 100%;
	text-align: right;
	margin-left:auto;
	margin-right:auto;
	background: url('images/barre_H.jpg') bottom center no-repeat;
	height: 18px;
	color:#FFF;
}
#pied .navBottom a {color:#FFF;}
#pied .legal {
	width: 100%;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }

/* 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, 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, .voirskel {
	font-family: Georgia, Times, serif; }
h3.spip {
	color: #726464;
}

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

/*  Habillage general des menus de navigation
---------------------------------------------- */
 .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.4em 0; text-align: left; list-style: none; }
#navigation li, .encart li { margin: 4px 0; padding: 0; height:24px;}

#navigation li a {
	/*border: 1px solid red;*/
	display: block;
	line-height: 24px;
	height: 24px;
	color: #176179;
	background: url(images/navigation_li_bg.gif) 0 0 no-repeat;
	text-indent: 2.8em;
}
#navigation li a:hover, #navigation li a:focus {
	line-height: 24px;
	color: #176179;
	background: url(images/navigation_li_bg.gif) 0 -24px no-repeat;
	text-indent: 2.8em;
	text-decoration: none;
}

/*	--------------------
/*	Navigation
/*	-------------------*/
.rubriques {
	min-width: 10em;
	margin-bottom: 1em;
	font-size: 0.77em;
}
.rubriques { background: transparent; border-bottom: 1px solid #AEDAE6; padding:0.5em;}
.rubriques .menu-titre { 
	background: url('images/nav_menu_titre_puce.gif') center left no-repeat;
	border: 0px;
	text-align: left;
	font-weight: bold;
	text-indent: 1.5em;
	color: #3D7AA1;
	font-size: 1.2em;
}
.rubriques a {color: #918D78;}


.articles, .breves, .secteur {
	min-width: 10em;
	margin-bottom: 1em;
	font-size: 0.77em;
}
.articles, .breves, .secteur { background: transparent;}
.articles .menu-titre, .breves .menu-titre, .secteur .menu-titre { 
	background: url('images/nav_menu_titre_puce.gif') center left no-repeat;
	border: 0px;
	text-align: left;
	font-weight: bold;
	text-indent: 1.5em;
	color: #3D7AA1;
	font-size: 1.2em;
}
.articles .menu-titre a, .breves .menu-titre a, .secteur .menu-titre a {color: #3D7AA1; font-weight: bold;}

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */

.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 { 
 float: right;
 /*border: 1px solid red;*/
 right: 0;
 width: 338px;
 height: 33px;
 /*margin-top:-1em;*/
 /*margin-bottom: -0.5em;*/
 padding-left: 1em;
 background:  url('images/titre_bg.png') top right no-repeat ;
}

.cartouche .titre {
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	line-height: 30px;
}
	
#contenu .surtitre, #contenu .soustitre { 
	font-size: 1em;
	padding: 0.8em 0.5em;
	color: #726464;
	font-weight: bold;
	margin-bottom: 1em;
	background: url('images/souligne_ss_titre.png') bottom left no-repeat;
}

.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: 0.5em;
	font-weight: bold;
	color: #193D41;
	font-size: 0.77em;
	/*text-indent: 1em;*/
	text-align:justify;
}

.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: #193D41; font-size: 0.77em; text-align:justify; /*text-indent: 1em;*/ }
.texte a {color:#AD774B;}
.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 1px dashed #929491;
	color: #193D41;
	}
.ps { font-size: 0.77em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */

.barre_V {
	/*border: 1px solid Red;*/
	width: 4px;
	height: 100%;
	float: left;
	margin: 10px 0px 10px 28px; /*D15*/
	/*background: #0066FF url('images/barre_V.jpg') top center repeat-y;*/
}

#documents_portfolio {
	/*border: 1px solid Red;*/
	margin:0.1em;
	margin-top: 1.4em;
	padding-top: 2px;
	
	float: right;
	height:auto;
	margin:0.5em;
	margin-left:0;
	width: 9.5em;

	
	}
#portfolio_content {
	
	padding: 0.5em;
	/*border: 1px solid yellow;*/
}

#portfolio_content img {
	border: 1px solid #ADB960;
	float:left;
	margin-bottom:4px;
	margin-left:4px;
}
#documents_portfolio h2 { margin-bottom: 0.2em; font-size: 0.82em; text-align: center;color:#176179;}

#document_actif { margin-top: 1em; }


.images_rubrique {
	border: 2px solid #FFF;
	padding-top: 2px;
	float: right;
	height: 250px;
	margin: 0.5em;
	width: 9.5em;
	margin-top: 1.4em;	
}

/*  Listes de liens joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_liens_ext {
	margin-top: 0.4em;
	margin-right: 0.4em;
	padding-top: 2px;
	border-right: 1px dashed #929491;
	width: 48%;
	float: left;
 }
#documents_liens_ext h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; color:#726464; }
#documents_liens_ext ul { margin-left: 10px; padding: 0; list-style: none; font-size:0.71em }
#documents_liens_ext li { margin-bottom: 0.4em; }
#documents_liens_ext li .spip_liens_ext {}


/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 0.4em;
	padding-top: 2px;
	border: 0px solid #929491;
	width: 50%;
	float: right;
	background: url('images/picto_docs.png') 0em 1.5em no-repeat;
	min-height: 60px;
	}
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; color:#726464; }
#documents_joints ul { margin-left: 58px; padding: 0; list-style: none; font-size:0.71em ;}
#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 {margin-top:0;}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul, .liste-rubriques ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li, .liste-rubriques li  { margin-bottom: 1em; clear: both; }

.liste-articles li .titre, .liste-rubriques 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; }
.liste-rubriques .menu-titre {background:#747474;}
/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

/*.page_plan .cartouche { display: none; }*/
#plan, #result_recherche {
	height: auto;
	width: 42em;
	float:left;
	/*position:relative;*/
	background: transparent; 
	margin:0.5em; 
	margin-right:0;
	/*margin-top:-1em;*/
	border-top: 1px dashed #FFF;
	border-left: 1px dashed #FFF;
	padding-left: 0.5em;
}




.page_plan #plan h3  {
	clear: both;
	border-bottom: 1px solid #747474;
	 
	padding: 0.3em;
	margin: 1em 0;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	 }
	 
.page_plan #plan .logo_plan {
	margin:0 0.5em;
	vertical-align: middle;
}
.page_plan #plan .contre-encart, .page_recherche #result_recherche .contre-encart{border:0;}

.page_plan #plan .contre-encart ul, .page_recherche #result_recherche .contre-encart ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0;
	margin-left: 1em; 
	}
.page_plan #plan .contre-encart li{list-style: none; color: #61583D; font-size: 0.80em; margin-left:0;}
.page_recherche #result_recherche .contre-encart li  {list-style: none; color: #193D41; margin-left:0;}
.page_recherche #result_recherche h3 {
	clear: both;
	border-bottom: 1px solid #747474;
	 
	padding: 0.3em;
	margin: 0.5em 0;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	font-size: 95%;
	 }
.page_recherche .navigationinterne {margin-top: -1.8em;}

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


.texte ul {margin-left:1em;}
.texte ul ul {padding-left:1em;}


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

.forum-repondre, .forum-decompte {
	clear: both;
	/*margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCC;*/
	color:#193D41;
	font-size: 0.71em;
	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; }

/* liens de navigation interne (accessibilite) */

.navigationinterne {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin-top: -1em;
}

.navigationinterne {
	clear:both;
	float:right;
	font-size:0.72em;
}
span .navigationinterne {
	border-left:1px solid #CCCCCC;
	padding:0pt 10px;
}
.navigationinterne a {color:#747474;}

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #176179; }
a:hover { text-decoration: underline; }