/* CSS Document */

/* *********************************************************** Galerie Photos ********************************************* */
.shadowImage {
	background:url(slimbox/shadowAlpha-mini.png) no-repeat bottom right;
	cursor:pointer;
	display:inline;
	float:left;
	margin:10px 5px 10px 10px !important;
	margin:10px 5px 5px 10px;
}

.shadowImage img {
	background-color:#ffffff;
	border:1px solid #a9a9a9;
	display:block;
	margin:-6px 6px 6px -6px !important; /* Les marges positives servent à aficher les ombres, les marges négatives sortent l'image de son conteneur */
	margin:-6px 6px 2px -6px !important!; /* Hack IE 7*/
	margin:-6px 6px 6px -6px;
	padding:8px; /* Marge interne pour la bordure blanche */
	position:relative;
}

.shadowImageBig {
	background:url(slimbox/shadowAlpha-big.png) no-repeat bottom right;           /*Problème sous IE, le PNG n'est pas transparent*/
	/*background:url(slimbox/shadowAlpha-mini.png) repeat bottom right;      
	Problème avec le PNG Mini en repeat trou dans l'affichage des 2 images*/
	cursor:pointer;
	display:inline;
	float:left;
	margin:10px 5px 10px 10px !important;
	margin:10px 5px 5px 10px;
}

.shadowImageBig img {
	background-color:#ffffff;
	border:1px solid #a9a9a9;
	display:block;
	margin:-6px 6px 6px -6px !important; /* Les marges positives servent à aficher les ombres, les marges négatives sortent l'image de son conteneur */
	margin:-6px 6px 2px -6px !important!; /* Hack IE 7*/
	margin:-6px 6px 6px -6px;
	padding:8px; /* Marge interne pour la bordure blanche */
	position:relative;
}



/* *********************************************************** Mise en forme page HTML ********************************************* */
blockquote {
	margin:2px 30px 0;
}

.clear{
	clear:both;
}

.margin{
	padding-bottom:20px;
}


/* *********************************************************** Legendes des photos page HTML ********************************************* */
#galerie {
	clear:both;
	margin-bottom:-15px !important;
	margin-bottom:5px;
}

#galerie a, #lbCloseLink, #lbPrevLink, #lbNextLink{
	border:0;
}

.legende{
	cursor:pointer;
	display:block;
	float:left;
	margin-left:8px;
	margin-right:8px;
	text-align:center;
	width:225px;
}

.legende-small{
	cursor:pointer;
	display:block;
	float:left;
	margin-left:8px;
	margin-right:8px;
	text-align:center;
	width:120px;
}

.legendeBig{
	cursor:pointer;
	display:block;
	float:left;
	margin-left:8px;
	margin-right:8px;
	text-align:center;
	width:695px;
}

.galerie{
	cursor:pointer;
	display:block;
	float:left;
	margin-bottom:20px;
	margin-left:8px!important;
	margin-left:auto;
	margin-right:8px!important;
	margin-right:auto;
	text-align:center;
	width:225px;
}

.galerieBig{
	cursor:pointer;
	display:block;
	float:left;
	margin-bottom:20px;
	margin-left:8px!important;
	margin-left:auto;
	margin-right:8px!important;
	margin-right:auto;
	text-align:center;
	width:695px;
}

.galerie A.Lien_CT_FO_G2	       	{font-family:Arial;font-size:11px;color:#607397;font-style:normal;text-decoration:none;}
.galerieBig A.Lien_CT_FO_G2:hover 	{font-family:Arial;font-size:11px;color:#000000;font-style:normal;text-decoration:none;}
