#photo_grande {
	margin: 10px 0px 0px;
	padding: 0px;
	width: 600px;
	height: 500px;
	text-align: center;
	float: left;
	overflow: hidden;
}
#photo_grande img {
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 2px solid #FFFFFF;
}
#photos_petites {
	width: 150px;
	float: right;
	margin: 10px 0px 0px;
	padding: 5px;
	height: 480px;
	border: 2px dotted #FFFFFF;
	text-align: center;
	overflow: auto;
	scrollbar-face-color:#FFFFFF; 			/*face ascenseur*/
	scrollbar-shadow-color: #F2F2F2; 		/*bordure droite*/
	scrollbar-highlight-color: #EFEFEF; 	/*bordure gauche + haut*/
	scrollbar-3dlight-color: #EFEFEF; 		/*bordure gauche + haut*/
	scrollbar-darkshadow-color: #F2F2F2; 	/*bordure bas*/
	scrollbar-track-color: #F2F2F2; 		/*fond du scroll*/
	scrollbar-arrow-color: #CCCCCC;
	background-image: url(../images/trans_bio.png);
}
#photos_petites img {
	width: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 2px solid #FFFFFF;
}
#photos_petites img:hover {
	border: 2px dashed #FFFFFF;

}
#centre_galerie {
	float: left;
	width: 780px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#centre_galerie h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #9B1B18;
	letter-spacing: -2px;
	text-align: center;
	background-image: url(../images/trans_bio.png);
	line-height: 30px;
	height: 30px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
