@charset "utf-8";
/* CSS Document */
.cadrePhoto{
		display:block;/*
		position:relative;*/
		height:407px;
		text-align:center;/*
		overflow:hidden;*/
		width:520px;
		float:left;
		background-color:#000;*//*
		background: -webkit-gradient(linear, left top, left bottom, from(#234CA5), to(#D1CBE6));
		background: -moz-linear-gradient(top, #234CA5, #D1CBE6);*/
	}
#precPhoto, #suivPhoto{
	display:block;/*
	position:relative;*/
	float:left;
	width:30px;
	height:407px;
	opacity: 0.8;/*
	background-color:#234CA5;/*
	background-color:#333;*/
}
.clear {
  clear: both;
  }
#navDoc{/* Slider*//*
	display:block;*/
	position:relative;
	width:600px;
	height:120px;/*
	background-color:#000;
	border:1px solid #457DBB;*/
	/*
		background : linear-gradient(#457DBB, white);
		background: -webkit-gradient(linear, left top, left bottom, from(#457DBB), to(white));
		background: -moz-linear-gradient(top, #457DBB, white);*/
	

	left:0px;
	margin:0px;
	top:5px;
	padding:0px;
}
#prec, #suiv{
	display:inline-block;
	position:relative;
	width:30px;
	height:120px;
	opacity: 0.8;
	background-color:#000;/*
	background-color:#333;*/
}
#prec, #precPhoto{/*droite*/
	border-radius:10px 0px 0px 10px;/*
	background: -webkit-gradient(linear, left top, right top, from(#234CA5), to(white));
	background: -moz-linear-gradient(top, #234CA5, white);*/	
}
#prec:hover{/*droite*/
	background: -webkit-gradient(linear, left top, right top, from(#000), to(#D1CBE6));
	background: -moz-linear-gradient(top, #000, #D1CBE6);
}
#prec:hover, #suiv:hover{
	cursor:pointer;
}
#position{/*afficheur*/
	display:inline-block;
	position:relative;/*
	left:-10px;*/
	width:500px;
	height:120px;
	overflow: hidden;
	margin:0px;
	
}
#contenerDoc{/*stock des image*/
	/*display:inline-block;*/
	position:relative;
	height:100px;
	width:4980px;/*
	background-color:#fff;*/
	left:0px;
	margin-top:15px;
	padding:0px;
}
.dia{/* Vignette*/
	display:inline-block;
	width:120px;
	height:90px;
	background-color:#33F;/*
	border-color:#3F0;*/
	margin-right:7px;
	cursor:pointer;
	font-size:14px;
	color:#000;
	text-align:center;
	line-height:150px;
	opacity:0.8;
}
.dia:hover{/* Vignette*//*
	border:solid 2px;*/
	opacity:1.1;
	width:122px;
	height:92px;
}
#suiv, #suivPhoto{/* droit*/
	border-radius:0px 10px 10px 0px;	/*
	background: -webkit-gradient(linear, left top, right top, from(white), to(#234CA5));
	background: -moz-linear-gradient(top, white, #234CA5);*/
}
#suiv:hover{/* droit*/
	left:0px;
	top:0px;
	background: -webkit-gradient(linear, left top, right top, from(#D1CBE6), to(#000));
	background: -moz-linear-gradient(top, #D1CBE6, #000);
}