/* =============================================================================
   EFFET DE ROLLOVER SUR LES LIENS
   ========================================================================== */
a, button { 
	color: #ff9d00; 
	text-decoration: none; 
	outline: 0;
}
a:hover, a:focus, button:hover {
	color: #fff;
}
p a, p a:visited { line-height: inherit; }

a img {
	opacity: 1;
}
a:hover img {
	zoom: 1;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* =============================================================================
   EFFET DE ROLLOVER SUR LES SCREENS
   ========================================================================== */
.screen {
   width: 100%;
   height: auto;
   float: left;
   position: relative;
   text-align: center;      
   cursor: pointer;
}
.screen .pic {
   width: 100%;
   display: block;
   position: relative;
	 border: 1px solid #6f2512;
   -webkit-box-shadow: 1px 2px 10px #000;
    -moz-box-shadow: 1px 2px 10px #000;
    box-shadow: 1px 2px 10px #000;
}
.screen .mask, .screen .more {
  display:none;
}
