/* CSS Document */

	html {
		overflow: hidden;
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background: #111;
		width: 100%;
		height: 100%;
	}
	#center {
		position: absolute;
		left: 50%;
		top:  50%;
	}
	#sliderText {
		position: absolute;
		width: 720px;
		height: 400px;
		top: 150px;
		overflow: hidden;
		background: #000;
		border: 20px solid #333;
	}
	#slider {
		position: absolute;
		width: 720px;
		height: 400px;
		left: -400px;
		top: -220px;
		overflow: hidden;
		background: #000;
		border: 20px solid #333;
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 400px;
		width: 500px;
		background: #000;
		overflow: hidden;
		border-left: #000 solid 1px;
		cursor: default;
	}
	#slider .title   {
		color: #F80;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		width: 400px;
		left: 10px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}
	#slider a:link ,  a:visited{
	color: #F80;
	
	}
	#slider a:hover {
	color: #FFF;
	font-weight: bold;
	}
.menuH , .menuH a:link , a:visited {
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}
.menuH a:hover {
color: #F80;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:underline;
}
.LiensC , a.LiensC:link , a.LiensC:visited {
color: #F80;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}
.contenu {
background:url(../images/Cote1.png) no-repeat left;
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-family:
font-size:12px;
padding:10px;
padding-left:60px;
height:100%;
}
#bas {
		position: absolute;
		top:  95%;
		text-align:center;
		left:50%
	}
#basC {
	    width: 720px;
		position: absolute;
		left:  -380px;
		text-align:center;
	}
.img_input {
background:url(../images/nej.gif) no-repeat;
padding-left:16px;
width:26px;
height:26px;
}
.pasvide {
background:url(../images/non.png) no-repeat left;
padding-left:8px;
width:100px;
height:26px;}
.bon {

background:url(../images/ok.png) no-repeat;
width:26px;
height:16px;}	

#imageFlow {
                position: absolute;
                width: 100%;
                height: 80%;
                left: 0%;
                top: 10%;
                background: #000;
        }
        #imageFlow .diapo {
                position: absolute;
                left: -1000px;
                cursor: pointer;
                -ms-interpolation-mode: nearest-neighbor;
        }
        #imageFlow .link {
                border: dotted #fff 1px;
                margin-left: -1px;
                margin-bottom: -1px;
        }
        #imageFlow .bank {
                visibility: hidden;
        }
        #imageFlow .top {
                position: absolute;
                width: 100%;
                height: 40%;
                background: #181818;
        }
        #imageFlow .text {
                position: absolute;
                left: 0px;
                width: 100%;
                bottom: 16%;
                text-align: center;
                color: #CCC;
                font-family: verdana, arial, Helvetica, sans-serif;
                z-index: 1000;
        }
        #imageFlow .title {
                font-size: 0.9em;
                font-weight: bold;
        }
        #imageFlow .legend {
        color :000
                font-size: 0.8em;
        }
        #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;
        }
        #imageFlow .arrow-left {
                position: absolute;
        }
        #imageFlow .arrow-right {
                position: absolute;
                right: 0px;
        }
        #imageFlow .bar {
                position: absolute;
                height: 16px;
                left: 25px;
        }	
