/* CSS Document */

#diaporama {
	clear:both;
	/*border:solid 1px #000000;*/
	/*background-color:#161616;*/
	text-align:center;
	width:680px;
	height:540px;
}

#thumbs {
	width:660px;
	height:116px;
	background-color:#F4F4F4;
	overflow:auto;
	border:solid 1px #D4D4D4;
	}

#diapo {
	height:362px;
	width:482px;
	/*border:solid 1px #E3E3E3;*/
	text-align:center;
	overflow:hidden;
	margin:10px auto 10px auto;
}

#diapo img {
	border:solid 1px #000000;	
}

.document {
	margin:10px;	
	float:left;
	border:solid 1px #000000;
	cursor:pointer;
}

#scrollbox {width:960px; height:90px; background:#f4f4f4; overflow:scroll; border:1px solid #aaa;}


.documents {
	margin-right:10px;	
	float:left;
	border:solid 1px #000000;
	cursor:pointer;
}

.faux_bouton {
	border:1px solid #cfe4fa;
	background:#ececec;
	font-family:Trebuchet MS;
	/*font-size:1em;*/
	font-size:12px;
	color:#b5b8bb;
	font-style:italic;
	text-decoration:none;
	padding:2px 5px 2px 5px ;	
}
