
#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:100;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
z-index:101;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:20px;
top:15px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
color:#525252;
}
#popupContact a:hover{
border:none;
}

#guide_fleche
{
	background-image:url(../images/guide/fleche.png);
	background-repeat:no-repeat;
}

#popupContact
{
	background-image:url(../images/guide/image_de_fond.png);
	background-repeat:no-repeat;
	width:767px;
	height:212px;
	margin:auto;
}

/* Popup html */

#popupContact #form_guide
{
	margin:0px 0px 0px 220px;
	padding-top:30px;
	width:530px;
	height:180px;
	font-size:12px;
	font-family:Arial;
	color:#525252;	
}

#popupContact #form_guide label .petit
{
	font-size:19px;
}
#popupContact #form_guide label .medium
{
	font-size:22px;
	font-weight:bold;
}

#popupContact #form_guide label .grand
{
	font-size:22px;
	font-weight:bold;
}

#popupContact #form_guide #email_guide
{
	margin-top:5px;
	background-image:url(../images/guide/input.png);
	background-repeat:no-repeat;
	background-color:#f8f0d7;
	border:none;
	width:453px;
	height:22px;
	padding:9px 10px 5px 10px;
	font-size:18px;
	line-height:18px;
	color:#525252;
}

#popupContact #form_guide #email_guide:active, #email_guide:focus
{
	border:none;	
}

#popupContact #inscription_guide
{
	font-weight:bold;
	padding-top:3px;
	color:#e83c05;
}

#errorMessage
{
	font-weight:bold;
	color:#e83c05;
	font-size:18px;
}

#popupContact #inscription_guide label
{
	cursor:pointer;
	margin:0;
	padding:0;
	height:2px;
	vertical-align:middle;
}
#popupContact #inscription_guide input
{
	vertical-align:middle;
}

#popupContact #bt
{
	text-align:left;
	padding:10px 7px 0 0;
	height:34px;
}

#popupContact #bt_envoyer
{
	background:url(../images/guide/bt_envoyer.jpg) no-repeat;
	width:101px;
	height:34px;
	border:none;
	outline:none;
	cursor:pointer;
	margin-left:20px;
	float:right;
}
#popupContact #bt_envoyer:hover
{
	background:url(../images/guide/bt_envoyer_hover.jpg) no-repeat;
}

#popupContact #bt_ok
{
	background:url(../images/main/bt_ok.jpg) no-repeat;
	width:101px;
	height:34px;
	border:none;
	outline:none;
	cursor:pointer;
	margin-left:20px;
	float:right;
}
#popupContact #bt_ok:hover
{
	background:url(../images/main/bt_ok_hover.jpg) no-repeat;
}

#popupContact input
{
	vertical-align: bottom;
}

#popupContact input:focus
{
	outline:none;
}

/* Bouton + accroche guide */

#bt_guide
{

    background:url("http://www.evaneos.com/images/guide/bt_guide.png") no-repeat ;
	cursor:pointer;
	height:68px;
	width:68px;
	left:895px;
	margin:0;
	float:right;
	position:absolute;
	top:-10px;
}

#bt_guide:hover
{
	background:url(../images/guide/bt_guide2.png) no-repeat;	
}

#accroche
{
	color:#e83c05;
	font-weight:bold;
	float:right;
	margin:-15px 50px 10px 0;
	clear:both;
}

#accroche img
{
	margin-left:5px;
}

#accroche .black
{
	font-family:Arial Black;
}


