@charset "utf-8";
/* CSS Document */

#blanket 
{
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#popUpDiv 
{
    position: absolute;
	top: 200px;
	
	width:300px;
	height:300px;
	z-index: 9002;
	background-image: url(img/popupbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color:#eeeeee;
}

#intpopup 
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d4d4d6;
	height: 20px;
	width: 300px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: right;
	vertical-align: middle;
	background-position: right;
	float: right;
}
#close {
	background-image: url(img/close.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	text-align: right;
	vertical-align: middle;
}

#textepopup 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
	height: 70px;
	vertical-align: middle;
	background-position: center center;
}
#formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin-left: 5px;
	height: 150px;
}
#textepetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	width: 290px;
	margin-right: 5px;
	margin-left: 5px;
	background-position: center;
	text-align: center;
}

