.btn_opacity {
   /*IE*/
	filter: alpha(opacity=100);
	/*autres nav*/
	opacity: 1;
	
	
}
.btn_opacity:hover {
   /*IE*/
	filter: alpha(opacity=70);
	/*autres nav*/
	opacity: 0.7;
	cursor : pointer;
}

.btn_opacityon {
   /*IE*/
	filter: alpha(opacity=70);
	/*autres nav*/
	opacity: 0.7;
	cursor : pointer;
}

a {
 text-decoration:underline;
 color : Black;
}

a:hover {
 text-decoration:none;
 
}

a.nowhite {
 text-decoration:underline;
 color : #3c6ef8;
}

a.nowhite:hover {
 text-decoration:none;
 
}
.formulaire {
 border-left : 1px #d2ccbc Solid;
 border-right : 1px #d2ccbc Solid;
 border-top : 1px #d2ccbc Solid;
 border-bottom : 1px #d2ccbc Solid;
 background:White;
 font-family:Arial;
 font-size:12px;
}

.focuson {
 border-left : 1px #d2ccbc Solid;
 border-right : 1px Black Solid;
 border-top : 1px #d2ccbc Solid;
 border-bottom : 1px Black Solid;
 background:White;
 font-family:Arial;
 font-size:12px;
}

.lift {
	background-color:#757575;
	height:20px;
	width:9px;
	border-left : 1px Solid Gray;
	border-bottom : 1px Solid Gray;
	-moz-border-radius : 3px 3px;
	-webkit-border-radius : 3px 3px;
	border-radius : 3px 3px;
	position : relative;
	margin-left:3px;
	
}
.lift:hover {
	background-color:#9DA1A9;
	height:20px;
	width:9px;
	border-left : 1px Solid Gray;
	border-bottom : 1px Solid Gray;
	-moz-border-radius : 3px 3px;
	-webkit-border-radius : 3px 3px;
	border-radius : 3px 3px;
	position : relative;
	left:3px;
}
