	/* Modif Flavien VALENTIN 31/03/2009*/
	#originale{
		visibility:hidden;
		position:relative;
		top:0;
		left:0;
		width:0%;
		height:0%;
		z-index:100;
	}
	
	#originale img{
		position: absolute;
		top: 150px;
		left: 150px;
		z-index: 1000;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		border-style: outset;
		border-width: 5px;
		cursor: pointer;
}
	
	#filtre{
		position:absolute;
		top:0%;
		left:0%;
		width:704px;
		height:520px;
		margin-top:3px;
		margin-left:3px;
		filter : alpha(opacity=80);
    	-moz-opacity : 0.8;
    	opacity : 0.8;
		background-color: white;
		z-index: 100;
	}
	/*Fin modif*/;
	
	#GaleriePhotos a{
		padding:0px;
		margin:0px;
	}
	#GaleriePhotos{
		width:0px;
		height:0px;
		margin:0;
		float:left;
	}
	#GaleriePhotos *{
		/*border:solid 1px red;*/
		z-index:1;
	}
	#mainContainer{
	position:relative;	/* Never change this */
	float:left;
	/*top:125px;
		left:268px;*/
		margin-top:3px;
	margin-left:3px !important;
	margin-left:2px;
	width:704px;
	height:520px;
	text-align:left;
	background-color:#2b2c1a;
	overflow: visible;
	}
	#mainContainer>a{
		float:right;
		margin-right:10px;
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:234px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
		margin:80px 0px 0px 20px;
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:378px;
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:350px;	/* Width of large image div */
		float:left;
		margin-top:80px;
		margin-left:20px;
	}
	#DHTMLgoodies_largeImage *{
		margin:0px;
		padding:0px;
		/*border:solid 1px red;*/
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{
	}
	#first{
		color: #b7e523;
		font-style: italic;
		font-size: 1em;
		height:30px;
		float:left;
	}
	#second{
		height:292px;
	}
	/*Modif Flavien VALENTIN 31/03/2009*/
	#second img{	/* Large image */
		border:3px solid #FFFFFF;	/* Border around large image */
		height:268px;
		width:350px;
		cursor:pointer;
	}
	/*Fin modif*/
	#third{
		height:50px;
		overflow:hidden;
	}
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		position:absolute;
	}
	.strip_of_thumbnails div{
		text-align:center;
		margin:3px 0px 0px 2px;
		border:solid 1px #b8b9b3;
	}
	.strip_of_thumbnails img{
		filter : alpha(opacity=50);
    	-moz-opacity : 0.5;
    	opacity : 0.5;
		width: 74px;
		height:74px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		filter : alpha(opacity=100);
    	-moz-opacity : 1;
    	opacity : 1; 
		padding:0px;
	}
	.leftArrow{
		float:left;
		width:24px;
		height:22px;
	}
	.rightArrow{
		float:right;
		width:24px;
		height:22px;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	
