#photo_grande {
	margin: 10px 0px 0px;
	padding: 5px;
	width: 560px;
	height: 355px;
	text-align: center;
	float: left;
	overflow: hidden;
	clear: left;
}
#photo_grande img {
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 2px dotted #9AC102;
}
#photos_petites {
	width: 200px;
	float: right;
	margin: 10px 0px 0px 20px;
	padding: 5px;
	height: 330px;
	text-align: center;
	overflow: auto;
	scrollbar-face-color:#D9E69E; 			/*face ascenseur*/
	scrollbar-shadow-color: #D9E69E; 		/*bordure droite*/
	scrollbar-highlight-color: #F9FBEE; 	/*bordure gauche + haut*/
	scrollbar-3dlight-color: #F9FBEE; 		/*bordure gauche + haut*/
	scrollbar-darkshadow-color: #D9E69E; 	/*bordure bas*/
	scrollbar-track-color: #F9FBEE; 		/*fond du scroll*/
	scrollbar-arrow-color: #9AC102;			/*fleches*/
	background-image: url(../images/fond_module_bas.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D9E69E;
}
#bas_petite_img {
	width: 200px;
	float: right;
	background-image: url(../images/bas_galerie.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 20px;
	padding: 5px;
	height: 30px;
}

.photos_petites {
	width: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 40px;
	border: 2px solid #9AC102;
	float: left;
}
.photos_petites:hover {
	border: 2px dotted #9AC102;

}
.centre_galerie {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	text-align: left;
}
.centre_galerie h1 {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 0px;
	height: 20px;
	font-size: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 900;
	line-height: 20px;
	letter-spacing: -2px;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 800px;
	background-color: #9AC102;
	margin-left: 0px;
	clear: left;
}
