#pop{ /* fenêtre */
	position:absolute;
	left:5px;
	top:5px;
	display:none;
	z-index:200;
	background-color:#41588A;
	border-top: medium outset #33476C;
	border-right: medium outset #41588a;
	border-bottom: medium outset #5b7cab;
	border-left: medium outset #92A7C7;
}
#pop img{cursor:pointer;}
#tet{ /* titre */
	font:normal 14px/18px "Trebuchet MS", Verdana, Arial;
	color:#FFFFFF;
	cursor:move;
	background-color:#41588A;
	padding:5px 20px 2px 5px;
	white-space:nowrap;
}

#croix{ /* croix pour fermer */
	position:absolute;
	margin:0;
	border:0;
	right:0;
	top:0;
	padding:5px 2px 2px 5px;
	height:14px;
	width:14px;
	cursor:pointer;
	color: #FFFFFF;
	font-weight: bold;
}

#msg{ /*message "chargement" */
position:absolute;
font-size:10pt;
z-index:500;
color:#F3AC35;
background-color:#41588A;
padding:5px;
display:none
}

/* galerie photos */
.galerie{
	background-color:#5B7CAB;
	text-align:center;
	padding:0px 0px;
	height:auto;
}
 
/*--------- Liens -----------*/
.galerie a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.galerie a:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.galerie a:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.galerie a:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #3399CC;
	font-weight: bold;
}
.galerie a:active {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
/*--------- Fin Liens -----------*/