html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #EAF2F5;
}

.Tab_Env {
	width: 100%;
	height: 100%;
}

.transp {
   background-color:#ffffff;
   color:red;
   position:relative;
    
   top:0; 
   left:0; /**/
   height:100%;
   width:100%;
   /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
      soit c'est un div positionné et dimensionné comme dans cet exemple.*/
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;
}

.no_transp {
   position:relative;
   background-color:#00ffff; 
   top:0; 
   left:0; 
   height:100%;
   width:100%;
   /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
      soit c'est un div positionné et dimensionné comme dans cet exemple.*/
   filter:alpha(opacity=50);
   -moz-opacity:1;
   opacity: 1;
}
.liens_menu {
href:"lien.php";

}
