
/* CSS LIGTBOX */

#bgPopup {  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
overflow:hidden;
top:0;  
left:0;  
background:#000000;  
z-index:1000;  
}  

#Popup {
display:none; 
position:fixed;
_position:absolute; /* hack for internet explorer 6*/  
z-index:1500;    
background-color:#fff;
/*border:7px #000 solid;*/
text-align:justify;
/*padding:-10px;*/
/*-moz-border-radius : 10px; */
color:#fff;
font-family: verdana;
font-size:16px;
}

#fermer {
position:relative;  
float:right;
margin-top:-40px;
margin-right:-15px;
cursor:pointer;
}


#contenu {
/*position:absolute;*/
}
#load {
display:none;
}

/*
a.lightbox {
	display:inline-block;
	padding:7px 14px 9px;
	color:#313131;
	line-height:17px;
	font-size:14px;
	border:1px solid #ececec;
	transition: all 0.4s ease 0s;
	float:right
}

a.lightbox:hover {
	background:#f7621f;
	border-color:#f7621f;
	text-decoration:none;
	color:#fff;
	float:right
}

*/

a.lightbox2 {
font-family: Arial;
font-weight: bold;
color: #777;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
text-decoration: none;
font-size: 14px;
}

a.lightbox2:hover {
color: white;
}