/* CSS Document */

html {
	height: 100%;
}

body {
	background-image: url("./img/background-general.png");
	height: 100%;
	margin-bottom: 1px;
	margin-left: 20px;
}

a{
	text-decoration:  none;
	font-weight: bold;
	border: none;
	color: #999999;
}
a:hover {
	text-decoration:  underline;
	border: none;
	color: #333333;
}



#cadre {
	width: 1055px;
	margin-top: 50px;
	height: 590px;
	margin-left: -10px;
}

.contenu {
	position: relative;
	float:left;
	height:405px;
	width:1027px;
	margin-left:3px;
	margin-top:87px;
}

.contenu2 {
	position: relative;
	float:left;
	background-image:url(../www/img/fond-realisation.png);
	background-repeat:no-repeat;
	height:405px;
	width:1027px;
	overflow:auto;
	margin-left:4px;
	margin-top:88px;
}

.titre {
	position: relative;
	float: left;
	margin-top: -488px;
}

.option {
	position: relative;
	float: left;
	margin-top: -8px;
	margin-left: 1px;
}

.adresses {
	position: relative;
	float:left;
	margin-top: 0px;
	width: 1057px;
}
