@charset "utf-8";
/* CSS Document */
/* Feuille de style uniquement dédiée aux pages contenues dans l'IFRAME */

root { 
  display: block;
}
body{
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
h1{
	background-color:#990000;
	color:#FFFFFF;
	font-size:14px;
	font-style:normal;
}
html {
    overflow-x:hidden;
    overflow-y:auto;
}
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
a {
	font-size: 10px;
	color: #990000;
}
#texte{
	float:left;
	top:0px;
	margin:5px;
	width:100%;
	height:auto;

}
#diaporama{
	float:left;
	width:100%;
	height:auto;
}
#imageFlow {
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0px;
	overflow: hidden;
	background: #ffffff;
}
#imageFlow .diapo {
	position: absolute;
	left: -4000px;
	cursor: pointer;
	-ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link {
	border: dashed #000 1px;
	margin-left: -1px;
	margin-bottom: -1px;
}
#imageFlow .text {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 16%;
	text-align: center;
	color: #000;
	font-family: verdana, arial, Helvetica, sans-serif;
	z-index: 1000;
}
#imageFlow .title {
	font-size: 0.9em;
	font-weight: bold;
	visibility:hidden;
}
#imageFlow .legend {
	font-size: 0.8em;
	visibility:hidden;
}
#imageFlow .scrollbar {
	position: absolute;
	left: 10%;
	bottom: 10%;
	width: 80%;
	height: 16px;
	z-index: 1000;
}
#imageFlow .track {
	position: absolute;
	left: 1%;
	width: 98%;
	height: 16px;
	filter: alpha(opacity=30);
	opacity: 0.3;
	visibility:hidden;
}
#imageFlow .arrow-left {
	position: absolute;
	visibility:hidden;
}
#imageFlow .arrow-right {
	position: absolute;
	right: 0px;
	visibility:hidden;
}
#imageFlow .bar {
	position: absolute;
	height: 16px;
	left: 25px;
	visibility:hidden;
}

