@charset "utf-8";
/* CSS Document */

#popup { z-index:1000;display:none;font:normal 12px Verdana, Arial, Helvetica, sans-serif; width:525px; height:196px; position:absolute; top:120px; left:100px; background: url(../../images/fond_popup.png) left top no-repeat;}
#popup .close { cursor:pointer;float:right; width:16px; height:16px; background:url(../../images/closepopup.jpg) left top no-repeat; margin:6px 12px 0 0 }
#popup .slogan { height:30px;width:355px; margin:0 auto; line-height:30px;}
#popup .slogan .left{ width:15px;height:30px;float:left;background:url(../../images/slogan_left.png) no-repeat; }
#popup .slogan .content{ height:30px;width:325px;float:left;background:url(../../images/slogan_content.png) repeat-x;text-align:center;color:white; }
#popup .slogan .right{ width:15px;height:30px;float:left;background:url(../../images/slogan_right.png) no-repeat; }
#popup .liens { background-color:#FFFFFF; height:21px;line-height:21px; padding:3px 5px;margin-top:100px;color:#2dacd5;  }
#popup .liens.gauche{ float:left;margin-left:10px; }
#popup .liens.gauche a{ text-decoration:none; }
#popup .liens.droite{ float:right;margin-right:15px; }
#popup .liens a { text-decoration: underline; font-weight:bold; color:#2dacd5; }
#popup .liens a:hover { text-decoration:none}



	legend {
		color:#FCA518;
		font-weight:bold;
	}

	#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 #cecece;
		z-index:1;
	}
	.contactArea{
		background:#FFFFFF;
		margin:10px;
		clear:both;
		padding:10px;
	}
	.popupTitre {
		float:left;
		margin:10px;
		color:#FFFFFF;
		font-weight:bold;
		font-size:20px;
		width:100%;
		
	}
	.popupContact{
		display:none;
		position:fixed;
		_position:absolute; /* hack for internet explorer 6*/
		min-height:500px;
		width:800px;
		background:#5E7CAD;
		border:2px solid #cecece;
		z-index:2;
		padding:12px;
		font-size:13px;
	}
	.popupContactClose{
		float:left;
		font-size:14px;
		line-height:14px;
		right:6px;
		top:4px;
		position:absolute;
		color:#6fa5fd;
		font-weight:700;
		display:block;
		cursor:pointer;
	}
