#Gauche{
	cursor: pointer;
	position: absolute;
	left:140px; top:740px;
	width: 20px;
	height: 68px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 1px 1px 5px #f9f8a3;
	background: -webkit-linear-gradient(left, #000000 , #f7ffd1); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #000000, #f7ffd1); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #000000, #f7ffd1); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #000000 , #f7ffd1); /* Standard syntax */
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #4E1F12;
	text-shadow: 1px 1px 2px #FFFFFF;
}

#Droite{
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 68px;
	border-radius: 10px;
	left:1115px; top:740px;
	overflow: hidden;
	box-shadow: 1px 1px 5px #f9f8a3;
	background: -webkit-linear-gradient(left, #f7ffd1 , #000000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #f7ffd1, #000000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #f7ffd1, #000000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #f7ffd1 , #000000); /* Standard syntax */
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #4E1F12;
	text-shadow: 1px 1px 2px #FFFFFF;
}

#cadreSlide{
	position: absolute;
	left:160px; top:740px;
    overflow: hidden;
	width: 950px;
	height: 68px;
	border-radius: 5px;
	box-shadow: 2px 2px 10px #f9f8a3;
}
#slideshow{
	background-color:#FFFFFF;
	position: absolute;
	left:0; top:0;
	height: 68px;
    -webkit-transition: left 2s;
    transition: left 2s;
}
#CadreView{
	position: absolute;
	left:140px; top:160px;
	background-color:#FFFFFF;
	width:990px;
	height:570px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #fbf953;
}
#InView{
	text-align:center;
	overflow: hidden;
	position: absolute;
	left:155px; top:175px;
	width:960px;
	height:540px;
    background: -webkit-linear-gradient(left top, #d8dde0 , #5a6266);
    background: -o-linear-gradient(bottom right, #d8dde0, #5a6266);
    background: -moz-linear-gradient(bottom right, #d8dde0, #5a6266);
    background: linear-gradient(to bottom right, #d8dde0 , #5a6266);
	box-shadow: 1px 1px 5px #000000;
    -webkit-transition: width 1s, opacity 0.5s;
    transition: width 1s, opacity 0.5s;
}
td:HOVER{
	opacity: 0.4;
}
#Titre{
	position: absolute;
	left:180px; top:70px;
	font-family: Verdana;
	font-size: 28px;
	text-shadow: 1px 1px 2px #FFFFFF;
	color: #EBFF43;
	text-align:center;
	width:990px;
}
#Legende{
	position: absolute;
	left:200px; top:110px;
	font-family: Verdana;
	font-size: 14px;
	text-shadow: 1px 1px 2px #FFFFFF;
	color: #A7D7F5;
	text-align:center;
	width:800px;
}
