﻿/*_______________________________________________
|                                                |
|    ©2012 Element Technologie - openElement     |
|________________________________________________|
*/

.OESZ_MaskLightBox { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 99999;
}

.OEWELightBox1 
{
    left:0px !important;
    top:0px !important;
}

.OEWELightBox1 img 
{
    cursor:pointer;
}

.OESZ_ContentLightBox{
	display: none; /*--masqué par défaut--*/
	float: left;
	position:absolute;
	top: 0px; left: 0px;
}
.OELightBox_Buttons 
{
    position:absolute;
    z-index: 2;
}


/*--Gérer la position fixed pour IE6 (avec le selecteur *)--*/
*html .OESZ_MaskLightBox {
position: absolute;
}

*html .OESZ_ContentLightBox {
position: absolute;
}
