#pop{ /* fenêtre */
position:absolute;
left:3px;
top:3px;
display:none;
z-index:200;
background-color:#FFF;
/*border:3px outset;*/
}
#pop img{cursor:pointer;}
#tet{ /* titre */
font:12px/18px "Comic Sans MS", "Times New Roman", Times, serif;
color: #F7DFDE;
cursor:move;
background-color:#B7311A;
padding:0 20px 0 .5em;
white-space:nowrap;
}

#croix{ /* croix pour fermer */
position:absolute;
margin:0;
border:0;
right:0;
top:0;
padding:0;
height:14px;
width:16px;
cursor:pointer;
}

#msg{ /*message "chargement" */
position:absolute;
font-size:1.5em;
z-index:500;
color:orange;
background:green;
padding:5px;
display:none
}

/* galerie photos */
.galerie{
margin:15px 5px;
background-color:#DFD;
text-align:center;
padding:1px 5px;
border:1px dotted #000;
height:150px;
background-color: blue;
}
.galerie li{
list-style-type:none;
margin:0 0 10px 10px;
padding:0;
display:inline;
}

/* liens avec class */
.galerie a,.bul{
background:transparent !important;
}
.galerie a {
}
.galerie a span{
display:none
}