#tinybox {
	position:absolute;
	display:none;
	padding:10px;
	width:100%;
	max-width:640px !important;
	height:100%;
	background:#fff url(preload.gif) no-repeat 50% 50%;
	border:1px solid #e3e3e3;
	-moz-border-radius: 7px !important; 
	-webkit-border-radius: 7px !important; 
	border-radius: 7px !important; 
	z-index:4000;
	padding-bottom:15px;
	}

#tinymask {
	position:absolute;
	display:none;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	z-index:1500;
	}

#tinycontent {
	position: relative;
	background:#fff;
	width:100%;
	margin:0 !important;
	max-width:640px !important;
	}

.videos {
	cursor:pointer
	}


#popup_back {
	margin-right:2px;
	margin-top:15px;
	width: 20px;
	height: 20px;
	background: url(/institutionnel/scripts/popup_lightbox/back.png);
	}

#popup_back:hover {
	background-position: 0 -20px;
	}

#popup_next {
	margin-top:15px;	
	width: 20px;
	height: 20px;
	background: url(/institutionnel/scripts/popup_lightbox/next.png);
	}

#popup_next:hover {
	background-position: 0 -20px;
	}
	
#popup_numerotation {
	margin-top:18px;
	margin-left:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#999999;
	}

#popup_titre {
	margin-top:17px;
	margin-left:25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#999999;
	}

#popup_titre A:link, 
#popup_titre A:visited{
	color:#999999 !important;
	}
			
#popup_close {
	margin-top:12px;	
	width: 28px;
	height: 28px;
	background: url(/institutionnel/scripts/popup_lightbox/close.png);
	}

#popup_close:hover {
	background-position: 0 -28px;
	}