﻿
a{
cursor: pointer;

}
br.both{
clear:both;
}
#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;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:354px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
font-size:13px;
/*padding:12px;*/

}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
color: #0e5daa;
	font-size: 12px;
	font-style: italic;
}
#popupContactClose{
font-size:14px;
line-height:27px;
right:14px;
top:1px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#button{
	position:relative;
	width:170px;
	height:110px;
	cursor: pointer;
}

#contact_haut
{
	 position :relative;
	 height: 40px;
}

#contact_haut h2
{
	padding-top: 10px;
	margin-left: 10px;
	color :#295D99;
	font-size : 14px;
}

#contact_centre
{
	position :relative;
}

#contact_centre_gauche
{
	margin-top : 0px;
	position :relative;
	width: 100px;
	float:left;
}

#contact_centre_gauche p
{
	margin :15px;
	font-size :11px;
}

#contact_centre_droite
{
	margin-top : 10px;
	position :relative;
	width: 300px;
	float:left;
}

#contact_centre_droite input, #contact_centre_droite textarea
{
	margin :6px;
	font-size :11px;
	border: solid 1px #0e5daa;
	width : 170px;
	
}

#contact_centre_droite textarea
{
	margin-top :7px;
	height : 150px;
	width : 250px;
}

#contact_centre_droite input:focus, #contact_centre_droite textarea:focus,
#contact_centre_droite input:hover, #contact_centre_droite textarea:hover
{
	background-color:#EEEEEE;
	border: solid 1px #0e5daa;
}

#contact_bas
{
	position :relative;
	clear:both;
	height: 40px;
	padding-top:10px;
}

#contact_bas .submit
{
	margin-left: 170px;
}

#zone_message
{
	font-size:12px;
	font-weight :bold;
	padding :20px;
	padding-top :0px;
	color:#0e5daa;
}

#zone_message2
{
	position :absolute;
	font-size:11px;
	padding-left: 105px;
	color:red;
	
}

#btn_retour
{
	position :absolute;
	padding-left:170px;
	padding-top:10px;
}


