body {
     margin: 0; /* pour éviter les marges */
     padding:0;
     height: 100%;
	 width: 100%;
     /*text-align: center; /* pour corriger le bug de centrage IE */
}
.modalZoom{
	background-color:white;
	display:none;
	width:650px;
	height:620px;
}

#modalZoom_right , #modalZoom_left { height: 596px; }

.calqueZoom{
  color: #FFFFFF;
  position:absolute;
  display : none;
  background-repeat:repeat;
 /* background-image:URL(/Custom/L0/images/base/fiche_produit/fondOverlayGreen.gif);*/
  background-color:#E4ECEB;
  font-family: Courrier;
  font-size: 15pt;
  height:150%;
  width :100%;
  top : 0;
  left : 0 ;
  float : right;
  border : 0px solid #00f;
  z-index:998;
 
	
}

.contenuZoom
{
  color: #FFFFFF;
  position: absolute;
  display : block;
  padding: 0px;
  font-family: Courrier;
  text-align: left;
  font-size: 8pt;
  width: 600px;
  height : auto;
  left : 20% ;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* on rétablit l'alignement normal du texte */
  border: solid 0px #006600;
  z-index:999;
 
}
.arrondiZoom
{		 
background-repeat:no-repeat;
padding:0;
width:750px;
float:left;
position:absolute;
text-align:left;
}
.centreContenuZoom {
    border:1px solid #BFBFBF;
    border-top:0;border-bottom:0;
    background-color:#FFFFFF;
    text-align:left;   
    height:auto; 
    width:100% ;    
}
.arrondi1Zoom 
{ 
   margin:0 4px;
   height:1px;
   background-color:#BFBFBF;
   overflow:hidden;/*necssaire pour IE */
   border:1px solid #BFBFBF;
   border-top:0;border-bottom:0;
   
}

.arrondi2Zoom
{
       margin:0 3px ;
   height:1px;
   overflow:hidden;/*necssaire pour IE */
   border:1px solid #BFBFBF;
   background-color:White;
   border-top:0;border-bottom:0;
}
.arrondi3Zoom
{   
	
    margin:0 2px ;
    height:2px;
    overflow:hidden;/*necssaire pour IE */
    border:1px solid #BFBFBF;
    background-color:White;
    border-top:0;border-bottom:0;
}

.arrondi4Zoom 
{
    margin:0 1px;
    height:2px;overflow:hidden;/*necssaire pour IE */
    border:1px solid #BFBFBF;
    background-color:White;
    border-top:0;border-bottom:0;
	
}