@charset "UTF-8";
/* CSS Document */

.loupe {
	width: 100%; 
    overflow: hidden;
	}
			
.loupe a {
	position:relative;
	float:left;
	margin:0px;
	}
			  
.loupe a span {
	background-image:url(../images_interface/loupe.png); 
    background-repeat:no-repeat;
	width:30px;
	height:30px;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	}
				   
.loupe img {
	/*border: solid 1px black; 
                padding:5px;*/
				}
