/* Specifie des paires de guillemets sur plusieurs niveaux pour chaque langue */
/* Cf.: http://www.yoyodesign.org/doc/w3c/css2/generate.html#quotes-specify */
q { quotes: '"' '"' "'" "'" }
/* Guillemets selon la langue du texte */
:lang(fr) q { quotes: "\00AB\A0" "\A0\00BB" "\201C" "\201D" "\2018" "\2019"; }
:lang(en) q { quotes: "\201C" "\201D" "\2018" "\2019" }
:lang(es) q { quotes: "\00AB" "\00BB" "\201C" "\201D"; }
:lang(it) q { quotes: "\00AB\A0" "\A0\00BB" "\201C" "\201D"; }
:lang(de) q { quotes: "\00BB" "\00AB" ">" "<" }
:lang(no) q { quotes: "\00AB\A0" "\A0\00BB" "<" ">" }
/* Insere des guillemets avant et apres le contenu d'un element Q */
q:before { content: open-quote; }
q:after { content: close-quote; }
/* IE */
* html q { font-style: italic; }
*+html q { font-style: italic; }
/*
 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;}

	
	
	
	

div.cs_sommaire {
	display:block;
	float:right;
	margin-left:1em;
	margin-right:0.4em;
	overflow:auto;
	z-index:100;
	max-height:350px;
	text-align:left;
}

a.sommaire_ancre {
	background:transparent url(https://histoire-geographie.ac-mayotte.fr/prive/images/deplierbas.svg) no-repeat scroll left center;
	background-size: 12px;
	padding-left:10px;
	text-decoration:none !important;
}

div.cs_sommaire a:after {
	display:none;
}

div.cs_sommaire_avec_fond {
	background: transparent url(https://histoire-geographie.ac-mayotte.fr/sites/histoire-geographie.ac-mayotte.fr/plugins/couteau_suisse/img/sommaire/coin.gif) no-repeat scroll left top;
	border-right: 1px solid rgb(153, 153, 153);
	border-bottom: 1px solid rgb(153, 153, 153);
	padding-bottom:0.1em;
}

div.cs_sommaire_sans_fond {
	border: thin solid gray;
	background-color: white;
}

div.cs_sommaire_inner {
	margin: 3pt;
}

div.cs_sommaire_titre_avec_fond, div.cs_sommaire_titre_sans_fond {
	border-bottom: 1px dotted silver;
	line-height: 1;
	position: inherit;
	font-weight: bold;
	text-align: center;
}

div.cs_sommaire_titre_avec_fond {
	margin-left: 15px;
}

div.cs_sommaire ul{
	margin: 0.3em 0.5em 0.1em 0.7em;
	padding: 0pt;
	font-size: 84%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

div.cs_sommaire ul li{
	margin: 0pt;
	padding: 0pt;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

div.cs_sommaire_titre_avec_fond, div.cs_sommaire_titre_sans_fond {
	background:transparent url(https://histoire-geographie.ac-mayotte.fr/prive/images/deplierbas.svg) no-repeat scroll right center;
	background-size: 18px;
	cursor:pointer;
	padding: 0.3em 18px;
}

div.cs_sommaire_replie {
	background:transparent url(https://histoire-geographie.ac-mayotte.fr/prive/images/deplierhaut.svg) no-repeat scroll right center;
	background-size: 18px;
	border:none;
}

.cs_sommaire_invisible{ display:none; }
