﻿




/*
     FILE ARCHIVED ON 19:36:04 Dec 26, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 6:47:57 Feb 1, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@charset "UTF-8";
/**************************************************************************
 * Style.css - jQuery Plugin
 * @version 1.0.4 (18.10.2013)
 * @requires jquery.si.popup.js
 * @author SADY Romain
 * @url SecretInformatique.com
**************************************************************************/

#bckPopUp {
	display:none;
	background:#000 url('/javascript/keeoWeb/popup/loading.png') center center no-repeat; 
	position:fixed; left: 0; top: 0; 
	z-index:10;
	width: 100%; height: 100%;
	opacity:.80;
	z-index:9999;
}

#bckPopUp.processing {
	cursor:wait;
}

#popUp {
	position:absolute; left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 99999;
	display:none;
	text-align:center;
	padding:0 20px;
}

#popUp.processing {
	cursor:wait;
}

#popUp .html {
	max-width:100%;
	line-height:1.2;
	text-align:left;
	display: inline-block;
	vertical-align:middle;
	position: relative;
	margin:20px auto;
	background:#fff;
	padding:20px;
	border:10px solid #ddd;
	position:relative;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#popUp img.close {
	position:absolute;
	top:-30px;
	right:-30px;
	cursor:pointer !important;
}

/*Calque*/
#bckCalque {
	display:none;
	position:fixed; left: 0; top: 0; 
	width: 100%; height: 100%;
	z-index:999999;
	text-align:center;
	cursor:url('/javascript/keeoWeb/popup/zoomout.cur'), pointer;
}

#bckCalque .html {
	display:none;
	line-height:1.2;
	text-align:left;
	display: inline-block;
	vertical-align:middle;
	position: relative;
	margin:0 auto;
	background:rgba(255,255,255,1);
	padding:20px;
	cursor:url('/javascript/keeoWeb/popup/zoomout.cur'), pointer;
}
