/*thanks to http://www.cssplay.co.uk/ for this css*/

/* default link style - needed to make the :active work correctly in IE */
.conteneurPhotos a,.conteneurPhotos a:visited,.conteneurPhotos a:hover,.conteneurPhotos a:active {
color:#000;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
float:center;
width:500px; 
height:240px; 
/*background:#eee url(http://CDTAube/upload/Musee_Hugues_de_Payns(2).jpg) 0px 0px no-repeat;
border:1px solid #aaa;*/
margin:0 auto;
}

/*#album img{
width:300px;
height:200px;
}*/
/*.albumbackground {
position:absolute; 
top:-150px;
width:245px;
height:160px;  
left:0px; 
}*/

/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
padding:0px; 
margin:200px 0 0 0; 
list-style-type:none; 
position:relative;
/*float:left;*/ 
width:500px;
}
/* remove the default image border */
.gallery img {
border:0;
width:500px;
height:200px;
}
/* make the list horizontal */
.gallery .li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery2 .li a, .gallery2 .li a:visited {
font-size:14px;
font-weight:bold;
float:left;
text-decoration:none; 
color:#FFF;
/*color:#000; 
background:#fff; */
text-align:center; 
width:25px; 
height:25px; 
background:url(/Module_PageTouristique/design/picto_numero.gif) no-repeat;
line-height:22px;
margin:2px;
margin-left:5px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:-200px; 
left:0px; 
visibility:hidden; 
border:0px;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:-200px;
}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:0px;
border-left:40px solid #eee;
border-right:40px solid #eee;
}
/* style the hover background color for the text boxes */
.gallery2 .li a:hover {
width:25px; 
height:25px;
background:url(/Module_PageTouristique/design/picto_numero2.gif) no-repeat;
/*background:#ddd;*/
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery2 .li a:active, .gallery2 .li a:focus {
/*background:#444; */
background:url(/Module_PageTouristique/design/picto_numero2.gif) no-repeat;
color:#000;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}
