/* Par defaut : enveloppe_mails = -1 */

/*
*	+----------------------------------+
*	Nom de l'Outil : Filets de Separation
*	Version : 1.3
*	Date : 27/12/2006
*	Auteur : FredoMkb
*	Adaptation et ameliorations pour le plugin
*	 "Couteau Suisse" : Patrice Vanneufville
*	+-------------------------------------+
*	Cette feuille de style est specialement dediee 
*	au formatage des filets produits par l'outil 
*	"Filets de Separation" ("filets_sep.php").
*	+----------------------------------+
*	Pour toute remarque ou suggestion, reportez-vous a l'article :
*	<https://contrib.spip.net/> 
*	+-------------------------------------+ 
*/

.filet_sep {
	font-size:1px;
	text-align:center;
	padding:0; 
	margin:0;
}

/******************************************/
/** Filets **/

/* Filet plein long epais 4px gris pale */
.filet_sep_0 {border-bottom: 4px solid #ccc;}

/* Filet plein long fin 1px gris clair */
.filet_sep_1 {border-bottom: 1px solid #999;}

/* Filet tirets moyen fin 1px gris moyen */
.filet_sep_2 {border-bottom: 1px dashed #666; margin: 0px 80px;}

/* Filet pointille court fin 1px gris fonce */
.filet_sep_3 {border-bottom: 1px dotted #333; margin: 0 33%;}


/******************************************/
/** Blocs **/

/* Bloc long fond jaune pale avec filet pointille rouge */
.filet_sep_4 { 
	height: 4px;
	background-color: lemonchiffon; /* #FFFACD */
	border: 1px dotted maroon; /* #800000 */
}

/* Bloc moyen fond gris clair avec filets gauche-droite bleu */
.filet_sep_5 { 
	margin: 0px 100px;
	height: 5px;
	background-color: silver; /* #C0C0C0 */
	border-left: 25px solid navy; /* #000080 */
	border-right: 25px solid navy; /* #000080 */
}

/* Bloc court fond bleu, filet haut rouge, filet bas orange */
.filet_sep_6 { 
	margin: 0 42%;
	height: 6px;
	background-color: blue; /* #0000FF */
	border-top: 6px solid red; /* #FF0000 */
	border-bottom: 6px solid darkorange; /* #FF8C00 */
}

/* Exemple de filet pour surcharge */
.filet_sep_7 {
	border-bottom: 1px solid #999;
}

/******************************************/
/** Images **/

.filet_sep_image {
	height: 10px; /* hauteur par defaut */
	background-position: center;
	background-repeat: no-repeat;
	border-style: none;
}

/*
 a.cs_glossaire : concerne le glossaire en mode CSS 
 #glossOverDiv : concerne le glossaire en mode JS
*/

/* Empecher la definition de s'afficher comme les autres liens, vous pouvez donner les attributs standards de votre texte */
a.cs_glossaire, a.cs_glossaire:hover, #glossOverDiv {
	color:#000000;
	text-decoration:none;
	z-index:998;
}
/*
a.cs_glossaire:hover {
	cursor:help;
}
*/

/* Mode JS : des span discrets */
a.cs_glossaire span.gl_js,
a.cs_glossaire span.gl_jst,
/* Mode CSS : l'effet de survol est obtenu grace aux proprietes display */
a.cs_glossaire span.gl_dl,
a.cs_glossaire span.gl_dt,
a.cs_glossaire span.gl_dd {
 	display:none;
	visibility:hidden;
	z-index:999;
	font-style:normal;
}

a.cs_glossaire span.gl_dd {
	font-weight:normal;
}

a.cs_glossaire:hover span.gl_dt, #glossOverDiv span.gl_dt,
a.cs_glossaire:hover span.gl_dd, #glossOverDiv span.gl_dd {
	display:block;
	visibility:visible;
}

a.cs_glossaire:hover span.gl_dl, #glossOverDiv span.gl_dl {
	display:inline;
	visibility:visible;
	/* Placement de la definition dans la page. */
	position:absolute;
	width:180px;
	margin-left:-120px;
	margin-top:1.8em;
	/* Decoration */
	padding:4px;
	border:1px solid #ffc300;
	background-color:#FFFFFF;
	font-size:85%;
}
a.cs_glossaire:hover span.gl_dt, #glossOverDiv span.gl_dt {
	padding:3px;
	background-color:#ffffbf;
	font-weight:bold;
	text-align:right;
}
a.cs_glossaire:hover span.gl_dd, #glossOverDiv span.gl_dd {
	padding:3px;
	text-align:left;
	line-height:1.3em;
}

a.cs_glossaire span.gl_mot {
	border-bottom:1px dotted gray;
	font-size:inherit;
/* cursor:help; */
}

/* exception sur le JS */	
#glossOverDiv span.gl_dl {
	margin-left:-60px;
}
a.cs_glossaire:after {display:none;}
span.mcrypt {background:transparent url(https://www.ayurveda-france.org/plugins/auto/couteau_suisse/v1.12.8/img/mailcrypt/leure.gif) no-repeat scroll 0.1em center; padding-left:12px; text-decoration:none; float:none; margin:0; display:inline;}

	
	


.blocs_titre {
	background: transparent url(https://www.ayurveda-france.org/prive/images/triangle-bas.gif) no-repeat scroll left center;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 4px;
	padding: 0pt 0pt 0pt 20px;
	margin-bottom: 0.1em;
	clear: left;
	cursor: pointer;
}

.blocs_replie {
	background: transparent url(https://www.ayurveda-france.org/prive/images/triangle.gif) no-repeat scroll left center;
}

.blocs_title{
	display: none;
}