/* ImageBOX */
#ImageBoxOverlay{
	background-color: #000;
}
#ImageBoxCaption{
	padding: 0px;
	background-color: #F4F4EC;
	color: #F4F4EC;
}
#ImageBoxContainer{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
	display: none;
}
#ImageBoxCaptionImages{
	margin: 0;
}
#ImageBoxNextImage{
	background-image: url(images/suivant-bleu.gif);
	background-color: transparent;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	background-repeat:	no-repeat;
	background-position: right bottom;
}
#ImageBoxPrevImage{
	background-image: url(images/precedent-bleu.gif);
	background-color: transparent;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	background-repeat:	no-repeat;
	background-position: left bottom;
}
#ImageBoxNextImage:hover{
	background-image: url(images/suivant-bleu.gif);
	background-repeat:	no-repeat;
	background-position: right bottom;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#ImageBoxPrevImage:hover{
	background-image: url(images/precedent-bleu.gif);
	background-repeat:	no-repeat;
	background-position: left bottom;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}