footer{
	float:left;
	width:100%;
	overflow:hidden;
	position: relative;
}

footer ul {
	clear: left;
	float: left;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: left;
}

footer ul li {
	display: block;
	float: left;
	position: relative;
	right: 66%;
	margin-right: 30px;
	color: #FFFFFF;
}

footer ul li a {
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
}

footer ul li a:hover {
	text-decoration:underline;
}

#fondopaque {
	background-color:#FCFCFC;
	opacity: 0.8;
	position: fixed;
	z-index: 100;
	width:100%;
	height:100%;
	display:none;
}

#popUpDiv1 {
	position:fixed;
	background-color:#FFFFFF;
	width:640px;
	height:500px;
	left:35%;
	display:none;
	z-index: 110;
	top:150px;
}

#popUpDiv2 {
	position:fixed;
	background-color:#FFFFFF;
	width:640px;
	height:500px;
	left:35%;
	display:none;
	z-index: 110;
	top:150px;
}

#popUpDiv3 {
	position:fixed;
	background-color:#FFFFFF;
	width:640px;
	height:500px;
	left:35%;
	display:none;
	z-index: 110;
	top:150px;
}

#popUpDiv4 {
	position:fixed;
	background-color:#FFFFFF;
	width:640px;
	height:500px;
	left:35%;
	display:none;
	z-index: 110;
	top:150px;
}

.titre {
	text-align:center;
	margin-bottom:38px;
	font-size: 14px;
	margin-top:40px; 	
}

.text_popup {
	font-size:13px;
	margin-left:60px;
	width:520px;
	height: 350px;
	margin-bottom:40px;
	line-height: 16px;
	overflow-y:auto;
	overflow-x:hidden;
}

.popup_soustitre {
	font-size: 14px;
	font-weight:bold;
}

.popup_contact {
	color:#00b2ff;
	font-style:italic;
	font-size:13px;
}

.croix-bleu {
	width: 49px;
	height: 49px;
	margin-top: -30px;
	margin-right: -30px;
	border: none;
}

.cerclepopup {
	float: right;
	cursor: pointer;
}