/*___________AFFICHAGE DES DRAPEAUX LANGUAGES__________________________*/
ul#pays  {list-style-type:none;width:100px;float:left;margin:0;}
ul#pays li {text-indent:-10000px;display:inline;}
ul#pays li a {display: block;width: 24px;height:15px;float:left;text-decoration:none;margin-right:5px;}
a#french { background: url(img/pays-F.gif) no-repeat 0 0;}
a#english { background: url(img/pays-E.gif) no-repeat 0 0;}
a#spanish { background: url(img/pays-es.gif) no-repeat 0 0;}
ul#pays li a:hover { background-position: 0 -15px; }
#pays .active a { background-position: 0 -15px; }
#pays li a span {visibility:hidden;}




#flickr p img {margin:0 4px 9px 4px;}
#flickr a img {border:2px solid white;}
#flickr a:hover img {border:2px solid #B3B3B3;}