/* Référence des couleurs à modifierFaire des rechercher/remplacer sur les code couleurCouleur 1 : #B83233 -> ef8409Variantes de dégradés :#EB6566 -> #FC7677 -> #FD8788 -> #FE9899 -> #FFA9AA -> Couleur 2 : #FFDB9D ->  b8b8b8Variantes de dégradés pour affichage du forum :#FDDEAA -> bcbcbc#FDE5BC -> d0d0d0#FDEDD3 -> e4e4e4#FCF7EF -> f3f2f2Variante fond des formulaires : #FFE9C3 -> E9E9E9*//* Taille typo : correspondance em / pixels * Base				100% * ------------------------------------- * 9px        0.75em * 10px       0.83em * 11xp       0.91em * 12px       1.00em * 13px       1.08em * 14px       1.17em * 15px       1.25em * 16px       1.33em * 17px       1.42em * 18px       1.50em * 19px       1.58em * 20px       1.67em * 21px       1.75em * 22px       1.83em * 23px       1.92em * 24px       2.00em * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE */  /* Importation de Styles----------------------------------------------- */
@import url("beespip_styles_menu.css");
@import url("beespip_styles_menuh.css");
@import url("beespip_styles_cartouches.css");
/*body { font-size: 1em; color: #333; }*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	}
	
body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	/*scrollbar-face-color: #FFDB9D;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #B83233;
 	scrollbar-darkshadow-color: #B83233;
 	scrollbar-track-color: #FFE9C3;
 	scrollbar-arrow-color: #B83233;*/
	}
	
a:link {
	color: #ef8409;
	text-decoration: none;
	}
	
a:visited {
	color: #ef8409;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
a.lienblanc:link {
	color: #222222;
	text-decoration: none;
	}
	
a.lienblanc:visited {
	color: #222222;
	text-decoration: none;
	}
	
a.lienblanc:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/*  signaler les liens externes comme dans l'espace prive (reprise de spip.net) */
a.spip_out, a.spip_url, a.spip_glossaire { 
background: url(../images-interface/external.png) no-repeat right;
 padding-right: 15px;
 }
 
a:hover.spip_out, a:hover.spip_url, a:hover.spip_glossaire {
 background: url(../images-interface/external.png) no-repeat right;
 }

 /* *-*-*-*- *-*-*-*- *-*-*             CSS BeeSpip             *-*-*-*- *-*-*-*- *-*-*-*-  	 *  
					_____________________                                 */
					
.baseline{
	color: #FFFFFF;
	font-weight: bold;
	/*font-size: 120%;*/
	font-size: 1.33em;
	}
	
.titre_article{
	/*background: url(../images-interface/fond_titre.gif);
	font-size: 120%;
	background-color: #EFEFEF;
	font-weight: bold;
	text-align: left;
	margin-bottom : 0.83em;
	font-size: 1.17em;
	padding: 0.5em;
	*/}
	
.titre_article_accroche{
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	font-size: 1.33em;
	}
	
.titre_article_contour{
	border : solid 0px #ef8409;
	font-weight: bold;
	/*font-size: 100%;*//*	background: url(../images-interface/fond_gauche_actu.png);*/
	text-align: left;
	font-size: 1.33em;
	vertical-align: middle;
	padding: 0.5em;
	color: #000000;
	/*width: 530px;  height: 610px;*/
	}
	
.surtitre {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	}
	
.chapo {	
font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;	text-align: justify;
	font-size: 105%;	margin:1em;
	/*width:340px;*/
	}
	
.texterub {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 1.08em;
	}
	
.texte, .texte p.spip {	
text-align: justify;
	font-size: 1em;
	line-height: 15px;
	}

div.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-weight: bold;
	line-height: 25px;
	font-size: 0.75em;
	color: #666666;
	border : 0;
	border-left: 3px solid #843586;
	border-right: 0px solid #ef8409;
	padding-left: 3px;
	margin-left: 12px;
	background-color: #f0e8f7;
	}
	
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 0.91em;
	}
	
.mis_a_jour {
	color: #888888;
	}
	
h3.spip {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.08em;
	text-align: left;
	margin-top : 40px;
	margin-bottom : 40px;
	padding: 0;
	}
	
.titre_tableau{
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	background-color: #EFEFEF;
	border: 1px solid #666666;
	padding-top : 4px;
	padding-bottom : 4px;
	}
	
table.spip tr.row_first {
	background-color: #FCF4D0;
	}
	
table.spip tr.row_odd {
	background-color: #C0C0C0;
	text-align: left;
	}
	
table.spip tr.row_even {
	background-color: #F0F0F0;
	text-align: left;
	}
	
div.smallcalev {
 	color:#000000;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 0.91em;
	}
	
.dateminical{
	font-size: 0.83em;
	}
	
.date{
	color: #000000;
	}
	
.datecal{
	color: #ef8409;
	}
	
.chemin{
	font-size: 0.83em;
	}
	
.motmenu{
	font-size: 0.83em;
	}
	
.piedpage {
	font-size: 0.83em;
	text-align: center;
	padding-top: 5px;
	}
	
.pieddate{
	color: #000000;
	font-size: 0.83em;
	text-align: center;
	padding-top: 5px;
	}
	
.rubform {
	border: 1px solid #ef8409;
	height: 25px;
	}
	
.tabform {
	border: 1px solid #ef8409;
	}
	
blockquote.spip {
	margin-left : 40px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right: 0px;
	border : solid 1px #aaaaaa;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	}
	
.formulaire_recherche label {
 display: none;
 }
 
 .formulaire_recherche {
 margin-left: auto;
 margin-right: auto;
 width: 80% ;
 background-color: #FFFFFF;
 text-align: center;
 }
 /* Barre de raccourcis typographiques */
 
 table.spip_barre {
 width: 95%;
 }
 
 table.spip_barre a img {
 background: #FDA;
 padding: 3px;
 border: 1px outset #999;
 }
 
 table.spip_barre a:hover img {
 background: #FFF;
 border: 1px solid #999;
 }
 
 table.spip_barre input.barre {
 width: 100%;
 background: #EEE;
 }
 
 /*  ------------------------------------------/*  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: none;
 }
 
 /* Styles des formulaires de Spip */
 
 .formulaire_spip {
 text-align: left;
 font-size: 0.97em;
 }
 
 .formulaire_spip p {
 margin: 0.5em 0;
 padding: 0;
 }
 
 .formulaire_spip fieldset {
 display: block;
 width: 95%;
 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 { 
 background-color: #FFFFFF;  
 border: solid 1px #000000; 
 width: 95%;	
 padding: 1px;
 /*border: 1px inset;*/	
 font-family: inherit;
 font-size: inherit; }
 
 .spip_bouton { 
 text-align: right;
 }
 
 .spip_bouton input {
 background-color: #E9E9E9;
 border: 2px solid #000000;
 font-size: 0.91em;
 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;
 }
 
 /* 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;
 }
 
 .spip_surligne {
 background-color: #FFFF66;
 }
 
 .margehaute{	clear: both;
 margin-top: 1px;
 
 }
 
 .vignette_port {
 display: inline;
 position: absolute;
 background: none;
 text-align: center;
 color: black;
 }
 
 #imprimer {	
 display: none;
 }
 
 .bloogletter-right {
 text-align:right;
 }
 
 .bloogletter-center {
 text-align:center;
 }
 .bloogletter-left {	
 text-align:left;
 }
 
 .blocmax {
 width: 100%;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 }
 
 .docflottante {
 margin: 2px 4px 2px 4px;
 text-align: center;
 width: 30%;
 float: left;
 }
 
 .doc {
 margin: 2px 4px 2px 4px;
 text-align: center;
 }

 /* *-*-*-*- *-*-*-*- *-*-*      Mise en forme des forums       *-*-*-*- *-*-*-*- *-*-*-*-  	 
 *                                _____________________                                 */
 
 ul.forum-total {
 display: block;
 padding: 0;
 margin: 0;
 list-style: none;
 }
 
ul.forum-total li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
.forum-fil {	
margin-top: 0;
}

.forum-fil ul {
	display: block;
	margin: 0;
	margin-left: 2em;
	padding: 0;
	list-style: none;
	}
	
.forum-titre {
	font-weight: bold;
	}
	
.forum-item {
	margin: 0;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: justify;
	color: #303030;
	font-size: 100%;
	}
	
.forum-repondre-message {
	text-align: right;
	}
	
	/* Boite d'un forum : eclaircissement progressif des bords */
	
ul .forum {
	border: 1px solid #909090;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	}
	
ul ul .forum {
	border: 1px solid #a4a4a4;
	}
	
ul ul ul .forum {
	border: 1px solid #b8b8b8;
	}
	
ul ul ul ul .forum {
	border: 1px solid #cccccc;
	}
	
ul ul ul ul ul .forum {
	border: 1px solid #e0e0e0;
	}
	
ul ul ul ul ul ul .forum {
	border: 1px dashed #e0e0e0;
	}
	
	/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
	
ul .forum-chapo {
	border: 0;
	border-bottom: 1px dashed #b8b8b8;
	margin: 0;
	padding: 3px 6px 2px 6px;
	font-size: 0.88em;
	background: #b8b8b8;
	}
	
ul ul .forum-chapo {
	background: #bcbcbc;
	}
	
ul ul ul .forum-chapo {
	background: #d0d0d0;
	}
	
ul ul ul ul .forum-chapo {
	background: #e4e4e4;
	}
	
ul ul ul ul ul .forum-chapo {
	background: #f3f2f2;
	}
	
.lignepointillee {
 	margin: 0 10% 0 10%;
	border-top: 1px dashed #ef8409;
 	height: 0;
 	line-height: 0%;
	font-size: 0;
	}
	
.lignedouble {
 	margin: 0;
	border-top: 2px solid #ef8409;
 	height: 0;
 	line-height: 0%;
	font-size: 0;
	padding: 0 0 3px 0;
	float: none;
	}
	
.espacebloc {
	margin: 0;
	padding-bottom: 10px;
	border: 0;
	font-size: 0.83em;
	line-height: 10px;
	height:10px;
	}
	
.espaceligne {
	margin: 0;
	padding-bottom: 5px;
	border: 0;
	font-size: 5px;
	line-height: 5px;
	height:5px;
	}
	
	/*h1{	color: #777;	font-size: 1.50em;	text-indent: 2em;	padding: 10px;}*/	/* *-*-*-*- *-*-*-*- *-  Gestion des espaces de documents et logos  *- *-*-*-*- *-*-*-*-  	 *                                   __________________                                 *//* Logos, documents et images */
	
	img {
	margin: 0;
	padding: 0;
	border: none;
	}
	
.spip_documents {
  text-align: center;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size : 90%;
  }
  
 .spip_documents_center {
 clear: both;
 width: 100%;
 margin: auto;
 }
 
 span.spip_documents_center {
 display: block;
 margin-top:1em;
 }
 
 .spip_documents_left {
 float: left;
 margin-right: 15px;
 margin-bottom: 5px;
 }
 
 .spip_documents_right {
 float: right;
 margin-left: 15px;
 margin-bottom: 5px;
 }
 
 .spip_doc_titre {
 font-weight: bold;
 font-size: 0.8em;
 margin-left:auto;
 margin-right:auto;
 }
 
 .spip_doc_descriptif {
 clear: both;
 font-size: 0.8em;
 margin-left:auto;
 margin-right:auto;
 }
 
 .spip_logos {
 margin: 3px;
 border-width: 0px;
 }
 
 hr.spip { }
 
 b.spip { }
 
 i.spip {
 margin : 0;
 padding : 0;
 }
 
 .spip_code { }
 
 .spip_puce {
 list-style-position: inside;
 border-width: 0px;
 }
 
 /* *  Images typographiques (via image_typo) */
 
.image_typo {/*	behavior: url("win_png.htc");*/}

/* * Barre de raccourcis */

a.spip_barre img {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #aa9966;
	border-bottom: 1px solid #aa9966;
	padding: 3px;
	background-color: #FFDDAA;
	}
	
a.spip_barre:hover img {
	border: 1px solid #808080;
	padding: 3px;
	background-color: #f8f8f4;
	}
	
.pagination {
	padding : 10px 0 0 0;
	text-align: center;
	}
	
.paginationforum {
	padding : 10px 0 0 0;
	text-align: right;
	}
	
	/* * Habillage des petitions*/
	
.signatures {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
	}
	
.signatures td {
	-moz-border-radius: 0.4em;
	}
	
	.signatures-titre {
	clear: right;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 0.5em;
	margin: 0px;
	}
	
	.signature-date {
	white-space: nowrap;
	background: #d0d0d0;
	padding: 0.5em;
	}
	
	.signature-nom {
	font-weight: bold;
	background: #e4e4e4;
	padding: 0.2em;
	text-align: center;
	}
	
	.signature-message {
	font-size: 85%;
	background: #f3f2f2;
	padding: 0.4em;
	text-align: justify;
	}
	
	/* Les boutons d'admin survolent la page pour #FORMULAIRE_ADMIN */
	
.spip-admin-bloc {
	top: 0;	left: 400px;
	position: absolute;
	background-color: transparent;
	z-index: 100;
	}
	
	/* Couleurs et design des boutons d'admin */
	
	a.spip-admin-boutons {
	border-top: 1px solid #CECECE;
	border-bottom: 2px solid #4A4A4A;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 1px .5em;
	font-family: helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFF;
	color: #0C479D;
	}
	
	a:hover.spip-admin-boutons {
	background-color: #fc3;
	border-bottom: 2px solid #36F;
	}
	
	a:active.spip-admin-boutons {
	background-color: #CCC;
	border-bottom: 2px solid #f00;
	}
	
	/**Style Article**/
	
	h1{
	color:#8f448f;
	font-weight: bold;
	/*font-size: 120%;*/
	text-align: left;
	/* margin-bottom : 0em; */
	font-size: 1.75em;
	padding-left: 0.5em;
	}
	
	h2{
	color:#666666;
	font-weight: bold;
	/*font-size: 120%;*/
	text-align: left;
	margin-bottom : 0.83em;
	font-size: 1em;
	padding: 1em;
	}
	
	h3{
	color:#666666;
	font-weight: bold;
	/*font-size: 120%;*/
	text-align: left;
	margin-bottom : 0.83em;
	font-size: 0.75em;
	padding: 0em;
	}
	
	.surtitre_article{
  	/*background: url(../images-interface/fond_titre.gif);
	background-color: #ffffff;	
	color:#8f448f;
	font-weight: bold;
	font-size: 120%;	
	text-align: left;
	margin-bottom : 0.83em;
	font-size: 1.17em;	padding: 0.5em;*/
	}
	
	.soustitre_article{
	color:#8f448f;
	font-weight: bold;
	/*font-size: 120%;*/
	text-align: left;
	margin-bottom : 0.83em;
	font-size: 1em;
	padding: 0.5em;
	}
	
	.text_article{
	text-align: justify;
	font-size: 1em;
	line-height: 15px;
	color:#333333;	
	margin:1em;
	/*	width:340px;*/
	}
	
	/** CSS Modifier **/
	
	.titre_article_contour_modifier{
	border : solid 0px #ef8409;
	font-weight: bold;
	/*font-size: 100%;*/

	background: url(../images-interface/fond_gauche_actu.png);
	text-align: left;
	font-size: 1.33em;
	vertical-align: middle;
	padding: 0.5em;
	color: #000000;
	width: 530px;
	height: 610px;
	}
	
	
	.text_article_tpl_2{
	text-align: justify;
	font-size: 1em;
	line-height: 15px;
	color:#333333;
	margin:1em;
	width:340px;
	}
	
	a.acceuil{
	color: black;
	font-weight: bold;
	}
	
	.desc{
	font-size: 11px;
	font-family: arial;
	color: #666666;
	vertical-align: top;
	}
	
div.title{
	width: 100%;
	font-size: 12px;
	font-family: arial;
	color:#ff6600;
	font-weight: bold;
	vertical-align: top;
	}

	.date{
	color: #41a0cf;	
	font-size: 12px;
	font-family: arial;	
	font-weight: bold;
	}
	
	div.aera{
	float: right;
	/*width: 130px;*/
	padding:0;
	margin-left:0;
	}
	
div.art{
	float: left;
	width: 790px;
	}
	
div.lien{
	clear: left;
	}
	
a.lien_google{
	color: #0099ff;
	text-decoration: none;
	}
	
a.lieu{
	font-weight: bold;
	font-family: arial;
	color: black;
	font-size:11px;
	}
	
.gestion-calendar {
	width: 150px;
	background-color: #DDFFFF;
}
.gestion-calendar-month {
	border-bottom: 1px solid #000000;
	font-family: Helvetica;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #FF6600;
}
.gestion-calendar-day {
	width: 25px;
	color: #FF6600;
	height: 25px;
	background-color: #FFFFFF;
	font-family: Helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
td.gestion-calendar-today {
	color:#FF6600;
	width: 25px;
	height: 25px;
	background-color: #FFFF66;
	font-family: Helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.gestion-calendar-dayname {
	color: #FF6600;
	width: 25px;
	height: 25px;
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.gestion-calendar-date {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}

.texte_recherche
{
text-align: justify;
	font-size: 0.9em;
	line-height: 15px;
}

.texte_recherche_titre
{
text-align: justify;
	font-size: 1.1em;
	line-height: 15px;
}

/*
Lien service public
*/
/*
a.service_en_ligne, a.service_en_ligne {
    text-decoration: none;
    color: #305982;
    border-bottom: 0em #305982;
    font-size:0.9em;
}

a.service_en_ligne{ color: #305982; border-color: #305982 }
a.service_en_ligne { color: #305982; border-color: #305982; text-decoration: none; }
a.service_en_ligne { color: #305982; border-color:#305982 }

*/

/********************* ISE
 **/
 
.ise_qq_titre{
  color:#6699cc;
  /*font-weight: bold;*/
  font-size: 1.2em;
}

.ise_actu_titre{
  color:#669933;
  /*font-weight: bold;*/
  font-size: 1.2em;
}

.ise_actu_chapo{
  color:#333333;
  /*font-weight: bold;*/
  font-size: 1em;
}

/* Style des articles */
/*
.article_titre_ise{
  color:#5D9BCE;
  font-size: 2em;
}*/

.article_titre_ise{
  color:#5D9BCE;
  font-size: 2em;
}

.article_titre_actu_ise{
  color:#669933;
  font-size: 1.2em;
  font-weight: bold;
}

.article_chapo_ise{
  color:#000000;
  font-weight: bold;
  text-align: justify; 
}

.article_chapo_actu_ise{
  font-weight: bold;
  font-size:0.9em;
  color:#000000;
   text-align: justify; 
}

.article_texte_actu_ise{
 text-align: justify; 
}

.article_texte_ise{
 text-align: justify; 
}

.titre_ise_menu_d2{
  font-weight: bold;
   font-size:1.1em;
   font-family:Verdana; 
}

.titre_ise_menu_d{
  font-weight: bold;

}


a.titre_menu_3_B{
	font-weight: bold;
	font-family: arial;
	color: black;
	font-size:0.9em;
	
}

a.titre_menu_3{
	font-weight: bold;
	font-family: arial;
	color: black;
	font-size:0.9em;
	
}

a.lien_doc{
	font-weight: bold;
	font-family: arial;
	color: black;
	font-size:0.9em;
}

a.lien_contact{
	color: #333366;
}

a.Lien_A1{
	font-weight: bold;
	font-family: arial;
	color: black;
	font-size:1.1em;
}

a.Lien_A2{
	font-weight: bold;
	font-family: arial;
	color: #666666;
	font-size:0.9em;
}

.titre_A2{
	font-weight: bold;
	font-family: arial;
	color: #666666;
	font-size:0.9em;
}

/* Modification du formulaire de connexion */
fieldset{
font-size: 1em;
}

label{
  font-size: 1em;
}

legend{
font-size: 1em;
}

/** Style Article **/
