@charset "utf-8";


a:link{
	color: #999;
	text-decoration: none;
}
a:visited{
	color: #999;
	text-decoration: none;
}
a:hover{
	color: #999;
	text-decoration: none;
}
a:active{
}

#logo {
	height: 350px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
	background-image: url(../images/logo.jpg);
	margin-bottom: 80px;
}
#code {
	clear: both;
	float: right;
	height: 50px;
	width: 600px;
	margin-right: 7%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #999;
}

#chantier {
	background-color: #FFF;
	height: 210px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fondCadre.jpg);
}
#cadreCONS {
	height: 100px;
	width: 100%;
}
.gauche {
	background-image: url(../images/gauche_bar.jpg);
	float: left;
	height: 100px;
	width: 10px;
}
.mil {
	background-image: url(../images/mil_bar.jpg);
	background-repeat: repeat-x;
	float: right;
	height: 210px;
	width: 100%;
	background-position: center;
}
#encons {
	background-image: url(../images/fondCadre.jpg);
	height: 210px;
	width: 600px;
	float: right;
	background-repeat: no-repeat;
	margin-right: 7%;
}
body {
	margin: 0px;
}
