<style type="text/css">

/*░░░░░░░░░░BODY░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░*/
body,td,th {
	font-family: "Raleway", sans-serif;
	font-size:20px;
	color:#000000;
	vertical-align: middle;
}
body {
	background-color:#FFFFFF;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-repeat:repeat;
}

.Fond_blanc_trans {
	background-color:#FFFFFF;
	opacity:.5;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:fixed;
	z-index:1;
}
.Fond_noir_trans {
	background-color:#000;
	opacity:.5;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:fixed;
	z-index:1;
}

.Contenu {
	position:relative;
	z-index:5;
	font-family: "Raleway", sans-serif;
	font-size:20px;
	margin:25px;
}

.Sous-contenu {
	position:relative;
	z-index:5;
	font-family: "Raleway", sans-serif;
	font-size:20px;
	color:#000000;
}
.LienPrincipal {
	position:relative;
}

.PleinCentre {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
}

.BlocCentre {
	display:absolute;
	width:25%;
	height:25%;
	left:37.5%;
	top:37.5%;
	z-index:5;
}

.FrameInv {
	z-index:10;
	position:absolute;
	top:80%;
	opacity:90%;
}

/*░░░░░░░░░░LIENS░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░*/
a {
	font-weight:bold;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	color:#252525;
	text-decoration:none;
}
a:hover {
	color:#252525;
	text-decoration:underline;
}

/*░░░░░░░░░░TEXTES░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░*/
.Citation {
	font-size:18px;
	font-style:italic;
	width:70%;
	padding-left:25%;
	padding-right:5%;
	text-align:justify;
}
.Exposant {
	font-size:18px;
	font-variant-position:super;
}
.Txt_justifie {
	font-family: "Raleway", sans-serif;
	font-size:24px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}
.Txt_gauche {
	font-family: "Raleway", sans-serif;
	font-size:24px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}

.Zone_blanche {
	font-family: "Raleway", sans-serif;
	background-color:#ffffff;
	padding:10px;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}

/*░░░░░░░░░░LIGNES░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░*/
.Titre {
	font-family: "Raleway", sans-serif;
	font-weight:bold;
	font-size:60px;
	color:#0074e0;
	font-weight:1000;
}
.Sous-titre {
	font-family: "Raleway", sans-serif;
	font-weight:bold;
	font-size:30px;
	color:#0074e0;
	font-weight:600;
}
.Nom_ligne {
	font-family: "Raleway", sans-serif;
	font-weight:bold;
	font-size:36px;
	color:#FFFFFF;
	padding-left:10px;
	width:100%;
	text-align:left;
	position:relative;
	font-weight:700;
	text-transform:uppercase;
}
.Separateur_ligne {
	width:100%;
	height:0;
	border-width:1px;
	position:relative;
	margin-top:35px;
	margin-bottom:25px;
	border-top: 1px solid;
}

.Nom_station {
	font-family: "Raleway", sans-serif;
	font-weight:bold;
	font-size:26px;
	font-weight:500;
	padding-left:10px;
	padding-top:20px;
	position:relative;
	overflow:hidden;
}
.Ligne {
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
}
.Ligne_noire {background-color:#282828;border-color:#282828}
.Station_noire {color:#282828}
.Ligne_bleue {background-color:#0B0BFD;border-color:#0B0BFD}
.Station_bleue {color:#0B0BFD}
.Ligne_rouge {background-color:#FF0000;border-color:#FF0000}
.Station_rouge {color:#FF0000}
.Ligne_verte {background-color:#00c800;border-color:#00c800}
.Station_verte {color:#00c800}
.Ligne_jaune {background-color:#afaf00;border-color:#afaf00}
.Station_jaune {color:#afaf00}
.Ligne_orange {background-color:#FF6600;border-color:#FF6600}
.Station_orange {color:#FF6600}
.Ligne_mauve {background-color:#DB00FF;border-color:#DB00FF}
.Station_mauve {color:#DB00FF}

.OFF {
  opacity:.25
}

.FERME {
	cursor: not-allowed;
}

</style>
