.fond_trans {
   background-color: #000;
   filter:alpha(opacity=50);
   -moz-opacity:0.5; 
   opacity: 0.5;
   z-index:8000;
}
.border_rouge{
	border:solid #FF0000 1px;
}