#photo_grande {
	margin: 0px 0px 0px 260px;
	padding: 0px;
	width: 440px;
	height: 440px;
	text-align: center;
	float: left;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #86B414;
	border-right-color: #86B414;
	border-bottom-color: #86B414;
	border-left-color: #86B414;
}
#photo_grande img {
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#photos_petites {
	width: 145px;
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 5px;
	height: 430px;
	text-align: center;
	overflow: auto;
	scrollbar-face-color:#FFF; 			/*face ascenseur*/
	scrollbar-shadow-color: #C0D884; 		/*bordure droite*/
	scrollbar-highlight-color: #C0D884; 	/*bordure gauche + haut*/
	scrollbar-3dlight-color: #C0D884; 		/*bordure gauche + haut*/
	scrollbar-darkshadow-color: #C0D884; 	/*bordure bas*/
	scrollbar-track-color: #C0D884; 		/*fond du scroll*/
	scrollbar-arrow-color: #C0D884;			/*fleches*/
	background-color: #F5F9EA;
	border-top: 1px dotted #84AE1A;
	border-right: 1px none #84AE1A;
	border-bottom: 1px none #84AE1A;
	border-left: 1px dotted #84AE1A;
}
#photos_petites img {
	width: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #87B016;
	cursor: pointer;
}
#photos_petites img:hover {
	border: 1px solid #B2B2B2;

}

