/* CSS Document */
/* Bloc photos */
.blocPhotos {
	width:340px;
	float:right;
}
.blocPhotosTop {
	background:url(../images/blocPhotoTop.gif) no-repeat top left;
	height:54px;
	width:340px;
}
.blocPhotosContent {
	background:url(../images/blocPhotoContent.gif) repeat-y;
	width:300px;
	padding:8px 20px 8px 20px;
}
.blocPhotosContent .droite {
	margin-right:20px;
}
.blocPhotosContent .bas {
	margin-bottom:20px;
}
.blocPhotosContent .basDroite {
	margin-bottom:20px;
	margin-right:20px;
}
.blocPhotosBottom {
	background:url(../images/blocPhotoBottom.gif) no-repeat top left;
	width:340px;
	height:13px;
}
