html {font-size:100%;}
body {
	font-size:0.8em;font-family:Georgia,Arial,Helvetica,Verdana,Tahoma, 'MS Sans Serif'; color:black; cursor: default;margin:0em;padding:0em;
	background-color:white;
}
a:link {	color: #C0C0C0;}
a:visited {color: #C0C0C0;}
a:active {color: #C0C0C0;}
a:hover {color: #C0C0C0;}

/* --------------------------------------------------------------------------- */
/* Cas javascript désactivé */
.noscript{
	position:relative;
	top:100px;
	width:50%;
	margin:auto;
	font-size:1.5em;
	background-color:#333333;
	color:white;
	padding:15px;
}
.noscript span{color:red;font-weight:bold;}

/* --------------------------------------------------------------------------- */
/* Menu haut écran */
.bandeauHaut{
	position:absolute;
	left:70%;
	top:1px;
	width: 250px;
	background-color: #990000;
	color:#ffffff;
	padding:5px;
	text-align:center;
	border-radius:5px;
}
.bandeauHaut span{cursor:pointer;}

/* --------------------------------------------------------------------------- */
/* Informations chargement page */
#idChargement{
	position:fixed;
	width:100%;
	top:100px;
	margin:auto;
	display:block;
	text-align:center;
	padding:10px;
}
#idChargement span {background-color: #ffff00;}

/* --------------------------------------------------------------------------- */
/* Plan du site */
#contenerPlanSite{
	position:absolute; 
	top:10px;
	left:300px;
	width:170px;
	z-index:20;
	visibility:hidden;
	border:solid thin gray;
}
#contenerPlanSite .tblPlanSite{width:100%;background-color:white;color:black;}
#contenerPlanSite .fermePlanSite{
	text-align:right;
	color:white;
	font-weight:bold;
	font-size:1.5em;
	background-color:#a52a2a;
	line-height:30px;
}
#contenerPlanSite .fermePlanSite span{padding-right:10px;cursor:pointer;}
#contenerPlanSite .basPlanSite{background-color:#a52a2a;line-height:30px;}

#niv_T {color:gray;font-weight:bold;cursor:pointer;}
#niv_ST1 {color:red;cursor:pointer;}
#niv_ST2 {color:maroon;cursor:pointer;}
#niv_ST3 {color:blue;cursor:pointer;}
#niv_ST4 {color:yellow;cursor:pointer;}
#niv_ST5 {color:purple;cursor:pointer;}
.niv:hover{text-decoration:underline}
/* --------------------------------------------------------------------------- */
/* Mentions légales */
#contenerMentionsLegales{
	position: absolute;
	visibility: hidden;
	width:550px;height:400px;
	top:100px;left:100px;
	overflow:scroll;
	background-color:white;
	padding:10px;border:solid thin gray; 
	text-align:justify;
	z-index: 20;
}

#contenerMentionsLegales .avertissement{color:#A52A2A;font-weight:bold;}
#contenerMentionsLegales .ferme{text-align:right;color:#A52A2A;font-weight:bold;cursor:pointer;}
#contenerMentionsLegales .rubrique{font-weight:bold;font-size:1.5em;text-align:center;}
#contenerMentionsLegales .titres{font-weight:bold;font-size:1.3em;}
#contenerMentionsLegales hr{color:#000000; width:100%;}

/* --------------------------------------------------------------------------- */
/* Boutons */
#contenerBoutons{
	position:absolute;
	top:120px;
	width:90%;
	text-align:right;
	padding-right:40px;
}

/* --------------------------------------------------------------------------- */
/* Fil */
#contenerFil{
	 position: absolute;
	 top: 5px;
	 left: 30px;
	 color:gray;
}

/* --------------------------------------------------------------------------- */
/* Images */
#contenerImage{position:relative;width:100%;margin:auto;text-align:center;top:200px}
#contenerSuperImage{position:relative;width:90%;height:510px;margin:auto;text-align:center;top:200px;overflow-x:scroll}