h1#Titre {

	font-size: 140%;
	font-weight: bold;
	text-align: left;
	color: #004080;
	padding-bottom:15px;
}

h2#SousTitre {

	font-size: 120%;
	text-align: left;
	color: #004080
}

h3#SousTitre {

	font-size: 110%;
	text-align: left;
	color: #004080
}

div#FinDePage {
	display: none;
}

p {
	font-size: 100%;
	text-align: justify;
	color: #004080;
}

.centrer {
	text-align: center;
}

div#Dossier {
	position: relative;
	text-align: left;
	width: 100%;
	height: auto;
	min-width:450px;
	max-width:600px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

div#DossierIntro {
	position: relative;
	width: 95%;
	height: auto;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#DossierPartie {
	position: relative;
	width: 95%;
	height: auto;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#DossierSousPartie {
	position: relative;
	width: 90%;
	height: auto;
	margin-top: 10px;
  margin-left: auto;
  margin-right: auto;

}

div#imgLeft {
	position: relative;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px
}

div#imgRight {
	position: relative;
	float: right;
	text-align: center;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px
}

div#imgCenter {
	position: relative;
	text-align: center;
	vertical-align: center;
	margin-top: 0px;
	margin-bottom: 10px
	height: 100%;
  margin-left: auto;
  margin-right: auto;
}

#ongletStation {
	position:absolute;
	width: 100px;
	height: 25px;
	line-height: 25px;
	vertical-align:middle;
	text-align: center;
	background-image: url('../img/divers/onglet_station.png');
	background-repeat: no-repeat;
	z-index:10;
}

#ongletStation a:hover { 
	text-decoration: underline;
}

#visioStation {
	position:relative;
	width:459px;
	height:auto;
	padding-bottom:10px;
	border: 1px solid #9E9E9E;
	z-index:1;
}

#linkVisible a:link {
	text-decoration: underline;
	color: #0099FF;
}

#linkVisible a:visited {
	text-decoration: underline;
	color: #0099FF;
}

#linkDiscret a:hover {
	text-decoration: underline;
}

a:link {  color: #004080; text-decoration:none;}
a:hover {  color: #004080; text-decoration: none;}
a:visited {  color: #004080; text-decoration: none;}
a:active {  color: #004080; text-decoration: none;}

