body{
	background-color: black;
}

#main{
	position: absolute;
	left: 50%;
	margin-left:-350px;
	width: 700px;
	background-color: black;
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#banniere{
	position: absolute;
	width:686px;
	height:145px;
	margin:auto;
	background-image: url("images/banniere.jpg");
}

.cadre_image{
	
	
}

#fond{
	position: absolute;
	top: 170px;
	width:700px;
	height:402px;
	background-color: #f4f4f4;

}

#menu{
	position: absolute;
	width:143px;
	height:402px;
	background-image: url("images/menu.jpg");
	text-align: center;
}


#contenu{
	position: absolute;
	top: 170px;
	width: 700px;
	background-color: #f4f4f4;
	
}

#texte{
	font-size: 11px;
	text-align: justify;
	padding-right: 80px;
	padding-left: 250px;
}

#liens{
	margin-left: -40px;	
	color: white;
}

a{
	color: black;
	text-decoration: none;
	
}
a:hover{
	color: white;
}

#texte a:hover{
	color: #0e6cbd;
}

a img{
	border: none;
	padding: 5px;
}

.titre{
	font-weight: bold;
	font-size: 16px;
	margin-left: -80px;
}

.sous_titre{
	font-size: 11px;
	font-weight: bold;
	margin-left: -85px;
	color: #0e6cbd;
	text-align: left;
}



#rosace{
	float: right;
	width:118px;
	height:178px;
	background-image: url("images/rosace.jpg");
	margin-top:0px;
	margin-right:-8px;
}

.crane{
	width:29px;
	height:29px;
	background-image: url("images/crane.gif");
	
}
