* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #3c3838;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td {
	font-size: 11px;
}

a {
	color: #d2360a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#under_construction {
	height: 535px;
	width: 100%;
}

#header_under_construction {
	height: 398px;
	width: 100%;
	background: url(/_under_construction/images/bg_header_repeat.png) repeat-x top left;
}

#content_under_construction {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_under_construction/images/bg_header.png',sizingMethod='scale');
}
html>body #content_under_construction {
	background: url(/_under_construction/images/bg_header.png) no-repeat top left;
}
#content_under_construction {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1036px;
	margin-left: -628px;
	height: 487px;
}

#bg_poisson {
	position: absolute; 
	top: 201px;
	left: 50%;
	margin-left: -395px;
	width: 790px;
	height: 275px;
}

#logo_client_under_construction {
	position: absolute;
	top: 185px;
	left: 50%;
	background: url(/_under_construction/images/logo_client.jpg) no-repeat top left;
	width: 678px;
	height: 300px;
	margin-left: -510px;
}

#titre_under_construction {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -270px;
	text-align: left;
	line-height: 20px;
}
#titre_under_construction a {
	font-size: 13px;
}
#titre_under_construction span.titre_under_construction {
	font-size: 30px;
	color: #dfdde0;
	text-transform: lowercase;
}

#texte_under_construction {
	position: absolute;
	top: 200px;
	right: 40px;
	margin-left: 100px;
	width: 313px;
	height: 276px;
}
#texte_under_construction table td.vMiddle {
	width: 320px;
	text-align: left;
	font-size: 11px;
	height: 275px;
}
#texte_under_construction table td.quote {
	padding: 10px 0;
}
#texte_under_construction table td.vTop img, #texte_under_construction table td.vBottom img {
	padding: 0 10px;
}

#copyright_under_construction {
	width: 800px;
	margin: 0 auto;
	padding-top: 100px;
}
#copyright_under_construction img {
	margin-right: 10px;
	border-right: 1px dotted #3c3838;
	padding-right: 15px;
}

.left {
	float: left;
}
.right {
	float: right;
	padding-right:30px;
	margin-bottom:20px;
}
.clear {
	clear: both;
}
.vTop {
	vertical-align: top;
}
.vBottom {
	vertical-align: bottom;
}
.vMiddle {
	vertical-align: middle;
}
