@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/index/fond-site.png);
	background-repeat: repeat-x;
	background-color: #004175;
}

#visuel {
	position: relative;
	width: 950px;
	height: 290px;
	background-image: url(../images/index/visuel.jpg);
	background-repeat: no-repeat;
}

#accroche {
	position: absolute;
	top: 30px;
	left: 697px;
	width: 233px;
	height: 233px;
	background-color: #006DC6;
	filter: alpha(opacity=85);   /* IE */
	-moz-opacity: 0.85;          /* Firefox */
	opacity: 0.85;               /* standard CSS3 */
	text-align: center;
}

#phrase-accroche {
	position: absolute;
	z-index: 10;
	top: 40px;
	left: 696px;
	width: 233px;
	height: 193px;
	text-align: center;
}

#btn-decouvrir {
	position: absolute;
  top: 228px;
  left: 30px;
	width: 240px;
	height: 53px;
}

#contener {
	position: relative;
	padding: 20px;
	width: 910px;
	min-height: 90px;
	_height: 90px;
}

#intro {
	float: left;
	width: 560px;
	min-height: 50px;
	_height: 50px;
}

#bloc-adresse {
	float: left;
	padding: 10px;
	margin-left: 20px;
	width: 305px;
	min-height: 80px;
	_height: 80px;
	background-color: #f5f5f5;
	border: 1px solid #D5D5FF;
}

#enveloppe {
	float: left;
	width: 80px;
	min-height: 78px;
	_height: 78px;
}

#adresse {
	float: left;
	margin-left: 10px;
	width: 210px;
	min-height: 78px;
	_height: 78px;
}