﻿#ProduitRollOver {
   padding-bottom:5px;
   margin-top:20px;
   font-family:arial,sans-serif;
   font-style:normal;
   font-variant:normal;
   font-weight:normal;
   line-height:16px;
}

#ProduitRollOver p, #ProduitRollOver h2,#ProduitRollOver h3,#ProduitRollOver h4,#ProduitRollOver h5{
font-weight:normal;
margin:0;
padding:0;
}

#ProduitRollOver .even {
   float:left;
   position:relative;
}

#ProduitRollOver a 
{
    text-decoration:none;
}

#ProduitRollOver a .link {
   font-size:15px;
   font-weight:bold;
   line-height:15px;
   display:block;
   padding:6px 6px;
   bottom:0px;
   background:#fff;
}


#ProduitRollOver .description {
   visibility:hidden;
}


#ProduitRollOver .BlocProduit,
#ProduitRollOver .textBlock {
   height:158px;
   overflow:hidden;
}

/*  rollover behavior  */
#ProduitRollOver .BlocProduit a:hover .description,
#ProduitRollOver .textBlock a:hover .description {
   background:#00dd00;
   border-right:1px solid #00dd00;
   border-left:1px solid #00dd00;
   border-bottom:1px solid #00dd00;
   border-top:1px solid #00dd00;
   color:#fff;
   font-size:13px;
   font-weight:bold;
   letter-spacing:0px;
   top:0px;
   position:absolute;
   z-index:100;
   cursor: pointer;
   visibility:visible;
   height:158px;
   padding:8px 8px 6px 8px;

}

#ProduitRollOver .BlocProduit .description {width:151px;}
#ProduitRollOver .textBlock .description {width:151px;}
html>/**/body #ProduitRollOver .BlocProduit .description {width:133px;}
html>/**/body #ProduitRollOver .textBlock .description {width:133px;}



#ProduitRollOver .BlocProduit a .link,
#ProduitRollOver .textBlock a .link {
   bottom:0px;
   height:43px;
   width:151px;

}

#ProduitRollOver .BlocProduit a:hover,
#ProduitRollOver .textBlock a:hover  {
   padding:0px;
}

/*  textBlock  */
#ProduitRollOver .textBlock a .link {
   height :158px;
   border-top:1px solid #ccc;
   font:18px/20px arial, sans-serif!important;
   top:0px;

}
html>/**/body #ProduitRollOver .textBlock a .link {width:133px;height:144px; display:block}

