.conteneurDivInformations {
   position:absolute;
   z-index:1;
   display:none;
}

.conteneurDivInformationsSmall {
   position:absolute;
   z-index:2;
   display:none;
}

.bgDivInformations {
   padding:10px;
   background-color:#00b2eb;
   /*
   filter:alpha(opacity=40);
   -moz-opacity:0.40;
   opacity:0.4;
   */
}

.bgDivInformationsApercu {
   position:absolute;
   z-index:2;
   padding:6px;
   background-color:#00b2eb;
   /*
   filter:alpha(opacity=40);
   -moz-opacity:0.40;
   opacity:0.4;
   */
}

.bgInDivInformations {
   position:relative;
   z-index:3;
   /*width:350px;*/
   width:450px;
   padding:6px;
   background:white url('../../imgs/tpl/bg_detail.jpg') top left no-repeat;
   /*
   filter:alpha(opacity=60);
   -moz-opacity:0.60;
   opacity:0.6;
   */
}

.bgInDivInformationsSmall {
   position:relative;
   z-index:3;
   width:425px;
   padding:6px;
   background-color:white;
   /*
   filter:alpha(opacity=60);
   -moz-opacity:0.60;
   opacity:0.6;
   */
}

.btnDivInformations {
   background-color:transparent;
}

.contentDivInformations {
   position:relative;
   z-index:2;
   background-color:transparent;
}

.scrollContentDivInformations {
   /*
   overflow: auto;
   width:285px;
   height:245px;
   clip: rectangle(90%,90%,90%,90%);
   top: 0;
   left: 0;
   */
   position:relative;
   background-color: transparent;
   /*
   scrollbar-face-color: #00b2eb;
   scrollbar-arrow-color:#A4A4C1;
   scrollbar-base-color:#00b2eb;
   scrollbar-shadow-color:#00b2eb;
   scrollbar-darkshadow-color:#00b2eb;
   scrollbar-highlight-color:#00b2eb;
   scrollbar-3dlight-color:#00b2eb;
   scrollbar-track-color:#00b2eb;
   */
}

.contentDivApercu {
   position:absolute;
   top:0px;
   left:0px;
   z-index:10;
   display:none;
   background-color:#393939;
   filter:alpha(opacity=50);
   -moz-opacity:0.50;
   opacity:0.5;
}

.contentDivApercuContent {
   position:absolute;
   top:50%;
   left:50%;
   width:500px;
   height:500px;
   /*margin-top:-250px;*/
   margin-left:-250px;
   z-index:2000;
   display:none;
}

@media print
{
#menubarPrint {display:none;}
}
