@charset "utf-8";
/* CSS Document */

h1 {
	color:#3A3D41;
	font-family:Georgia,"Times New Roman",Times;
	font-size:22pt;
	font-weight:900;
	letter-spacing:10px;
	margin-bottom:0px;
	margin-top:10px;	
	border-bottom:3px solid #2A5998;
}

h2 {
	color:#666666;
	font-family:Georgia,"Times New Roman",Times;
	font-size:15pt;
	font-weight:900;
	letter-spacing:2px;
	margin-bottom:0;
	margin-top:6px;
}
.titreAlbum {
	color:#3B5998;
	font-family:Arial;
	font-weight:bold;
	font-size:10pt;
	margin:0px;
}

.NbPhotos {
	margin:0px;
	color:#6F6F6F;
	font-size:8pt;
}


h3 {
	color:#666666;
	font-family:Georgia,"Times New Roman",Times;
	font-size:15pt;
	font-weight:900;
	letter-spacing:15px;
	margin-bottom:0;
	margin-top:6px;
}
	

.PhotoAlbum {
	padding:3px;
	border:#6F6F6F 1px solid;	
}

.PhotoAlbum:hover {
	padding:2px;
	border:#3B5998 2px solid;	
}
