/*========================================================*/
/*============css specifique POUR ERREUR IE8 ====================*/
/*========================================================*/

.attention {
	color: #FF0000;
	font-weight: bold;
	font-size:13px;
}


.popup {
}


   a.popup {
     position:relative;
     color:#0000FF; 
     text-decoration:none; 
     font-family:arial, verdana, sans-serif; 
     text-align:center; 
   }
   
   a.popup:hover {
      background: none; 
      z-index: 250; 
   }
   
   a.popup span { 
     display: none;
   }
   
   a.popup:hover span {
      display: block; 
      position: absolute;
      top: 0px; 
      left: -400px;
      text-align:justify; 
      font-size:12px;
      font-weight:normal;
      width:680px;
      background: white;
      padding: 5px;
      border: 1px solid #003399;
      border-left: 1px solid #003399;
   }
/*========================================================*/
/*============end css specifique IE8 ================*/
/*========================================================*/

