@charset "utf-8";
/* CSS Document */

/* CSS pour l'affichage des galleries */

.galleryLoad {
	background-image:url(image/gallery/ajax-loader.gif);
	background-repeat:no-repeat;
	height:19px;
	width:220px;
	margin:auto;
}

.mainGallery {
	width:430px;;
	border-top-width:1px;
	border-top-color:#000;	
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000;	
	border-bottom-style:solid;
	padding:10px;
}

.galleryHeader {
	height:20px;
	width:430px;
	border-bottom-width:2px;
	border-bottom-style:dotted;
	border-bottom-color:#666;
}

.galleryTitle {
	float:left;
	font-size:14px;
	font-weight:bold;
}

.galleryDate {
	float:right;
	font-size:12px;
	font-weight:bold;
}

.galleryPhoto {
	width:430px;
	padding-top:5px;
	padding-bottom:5px;
}

.picture {
	width:100px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
}

.pictureLast {
	width:100px;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}

.galleryBarNav {
	width:430px;
	background-position:center;
	background-image:url(image/gallery/bgNav.png);
	background-repeat:repeat-y;
}

.galleryBarText {
	text-align:center;
	font-size:12px;
	width:96px;
	float:left;
}

.galleryMarginLeft {
	width:150px;
	height:1px;
	float:left;
}

.galleryMarginRight {
	width:150px;
	height:1px;
	float:right;
}

.galleryButtonBack {
	background-image:url(image/gallery/btBack.png);
	background-repeat:no-repeat;
	height:17px;
	width:17px;
	float:left;
}

.galleryButtonNext {
	background-image:url(image/gallery/btNext.png);
	background-repeat:no-repeat;
	height:17px;
	width:17px;
	float:right;
}

.galleryDescr {
	margin-top:10px;
	width:430px;
	text-align:justify;
	font-size:11px;
}
