/* Album */
	/*Sommaire des albums */
	ul.albums{ list-style:none; margin:0; padding:0 1em 0 0; }
	ul.albums li{ overflow:hidden; }
	ul.albums li h4{position:relative; color:#6d6b6b;}
	ul.albums li h4 span{position:absolute; right:0; top:0; font-weight:normal; font-style:italic; font-size:.8em;}
	ul.albums li img{ float:right; margin:0 0 0 1em; height:60px;}
	
	/*dans un album*/
	ul.images{ list-style:none; margin:0 0 0 15px; padding:0;}
	ul.images li{float:left; display:block; margin:0 .5em .5em 0; position:relative;  width:200px; height:200px; text-align:center; border:1px solid #fff; overflow:hidden;}
	ul.images li:hover{border:1px solid #5191CD;}
	ul.images li a{border:1px solid transparent; width:200px; height:200px; border:1px solid transparent;}
	ul.images table {margin:0; padding:0;}
	ul.images li table tr td{vertical-align:middle; width:200px; height:200px; text-align:center; }
	ul.images li table tr td a img{text-align:center;}
	ul.images  li div.comment-image{}
	
	.nav-albums{ display:block; text-align:center; }
/**/

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

/*popin*/
.popin-desc{display:none;}
/**/
.clear{clear:both;}
.texte{padding:0 0 10px 15px;}
a{cursor: pointer; cursor: hand;}

img.illus{ max-width:298px; height:280px; }
