/**
 * Simple popup css
 */
.simple_popup_fond {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.simple_popup_ombre
{
	background: #fff; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=70);
	opacity: .70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;	
}
.simple_popup_block {
	background: #fff;
	padding: 5px 10px;
	border: 5px solid #cccccc;
	float: left;
	width: 530px;
	height: 530px;
	position: fixed;
	top: 40px;
	left: 50%;
	margin: 0 0 0 -300px;
	z-index: 100;

}
.simple_popup_block .simple_popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
}

.simple_popup .cntrl 
{
	background-image: url("icon_close.png");
	width: 28px;
	height: 31px;
	position: absolute;
	right: -20px;
	top: -20px;
}

/**
 * Popup css plus complexe
 */	
.popup_css
{
   background: none; 
   z-index: 500; 
   display: inline; 
   position: absolute; 
   white-space: nowrap; 
   ont-weight:normal;
   top: 0px; left: 0px; margin-top: 100px; 
   margin: 0 auto;
  //margin-left: 33%; 
 padding: 10px; padding-bottom: 30px;  
   background: white; border: 1px solid #999; 
   width : 100px;
}
    
.fond_popup_css
{ 
	border: 1px solid #999; 
	z-index: 499;
	display: inline;
	position: absolute;
	white-space: nowrap;
	font-weight:normal;
   top: 0px; left: 0px; margin-left: 0px; margin: 0px; 
  
  	background: #000;height: 100%; width: 100%; 
  	background-color : #000;
   position:fixed;
   overflow:auto;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}
.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;

}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popup .cntrl 
{
	background-image: url("icon_close.png");
	width: 28px;
	height: 31px;
	position: absolute;
	right: -20px;
	top: -20px;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/4)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/4));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

/*--IE 6 PNG Fix--*/

img{ behavior: url("iepngfix.htc") }

#contenu_popup_css
{
	overflow: auto;
	height: 500px;
}
