.hidden{display:none;}
.clear{clear:both;}
/*Fomr newsletter*/

/*popup*/
.popup{ padding:1em;}
.popup li{ list-style:none;}
/**/

address span{font-weight:bold; font-size:1.5em;}
a {cursor: pointer;	cursor: hand;}


.nobg{ background-image:none !important;}

/* Album */
	/*Sommaire des albums */
	ul.albums{ list-style:none; margin:0 !important; padding:0 !important; }
	ul.albums li{ overflow:hidden;  }
	ul.albums li h3{position:relative; border-bottom:1px solid #1A6AA0; padding-bottom:.3em; }
	ul.albums li h3 span{position:absolute; right:0; top:.2em; font-weight:normal; font-style:italic; color:#ccc; font-size:.8em;}
	ul.albums li img{ float:left; margin:0 1em 0 0;}
	ul.albums li p{margin:0; padding:0;}
	
	/*dans un album*/
	ul.images{ list-style:none; margin:0 !important; padding:0 !important;}
	ul.images li{float:left; display:block; margin:.5em .5em 0 0; position:relative; width:100px;}
	ul.images li a{border:none;}
	ul.images  li a img{height:63px;}
	
	.popin-desc{display:none;}
/**/

/* tooltip */
.tip-top {
    color: #fff;
    width: 123px;
    z-index: 13000;
}
.tip-title {
    width: 123px;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #9FD4FF;
    padding: 8px 8px 4px;
    background: url(bubble.png) top left;
}
.tip-text {
    width: 123px;
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(bubble.png) bottom right;
    color:#fff;
}
/**/