
#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #3E7B20;  
z-index:7;  
}  
#popupContact, #popup_abus, #popup_inscription, #popup_sms, #popup_audiotel, #popup_internetplus, #popup_bancontact, #popup_credit, #popup_paypal, #popupQuizz, #popup_filleul, #popup_filleulAdmin{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:450px;  
width:530px;  
background:#FFFFFF;  
border:5px solid #ccc;  
z-index:10;  
padding:12px;  
font-size:13px;
color:#000;
}
#popupQuizz{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:300px;  
width:530px;  
background:#FFFFFF;  
border:3px solid #3E7B20;  
z-index:10;  
padding:12px;  
font-size:13px;
color:#000;
margin-left: -370px;
}
#popup_cadeau, #popup_message{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:150px;
	width:400px;
	background:#FFFFFF;
	border:3px solid #3E7B20;
	z-index:10;
	padding:12px;
	font-size:13px;
	color:#000;
	text-align:center;
}
#popupContact h1, #popup_abus h1, #popup_cadeau h1, #popup_message h1, #popupQuizz h1,#popup_filleul h1, #popup_filleulAdmin h1{  
text-align:left;  
color:#84E625;  
font-size:22px;  
font-weight:700;  
border-bottom:1px dotted #D3D3D3;  
padding-bottom:2px;  
margin-bottom:20px;  
}  
#popupQuizz h1{  
text-align:left;  
color:#60BE32;  
font-size:16px;  
font-weight:bold;  
border-bottom:1px dotted #D3D3D3;  
padding-bottom:2px;  
margin-bottom:20px;  
}
#popupContactClose, #popupAbusClose, #popupCadeauClose, #popupInscriptionClose, #popupSMSClose, #popupAudiotelClose, #popupwhaClose, #popupBancontactClose, #popupCartecreditClose, #popupPaypalClose, #popupQuizzClose, #popupFilleulClose, #popupFilleulAdminClose{  
font-size:36px;  
line-height:14px;  
right:8px;  
top:8px;  
position:absolute;  
color:#84E625;  
font-weight:bold;  
display:block;
cursor: pointer;
}
#popupContact form, #popup_abus form, #popupQuizz form{
	margin-left:15px;  
}
input#titre, input#to_id, select#raison {
	width:400px;
	padding: 5px;
	margin:5px;
	}
textarea#contenu, textarea#autres_raisons {
	width:475px;
	padding: 5px;
	margin:5px;
	}
#popupContact input[type="submit"], #popup_abus input[type="submit"], #popupQuizz input[type="submit"]{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #fff;
	background-color:#60BE32;
	color:#FFF;
}
#popupContact input[type="submit"]:hover, #popup_abus input[type="submit"]:hover, #popupQuizz input[type="submit"]:hover{
	border-top-color:#666;
	border-right-color: #4D9728;
	border-bottom-color: #4D9728;
	border-left-color:#666;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}