body{
	background-color: #000000;
	color: #c6dad1;
	text-align:justify;
	font-size:15px;
	font-family: Arial;
	
	background-image:url("images/image_fond.png");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: bottom center;
}

#conteneur{
	width: 800px;
	height: 600px;
	margin:0 auto;
	margin-top: 15px;

}
#haut img{
	width:800px;
}
#haut .petitesMaj{
	font-variant: small-caps;
	font-size:14px;
}

#haut {
	width: 800px;
	height:200px;	
}

#menu {
	margin-left: 10px;
	width:105px;
	height: 300px;
	float: left;
}
.cadenas{
	width:20px;
	height:20px;
	position: relative;
	top:3px;
}
.cadenasouvert{
	width:22px;
	height:20px;
	position: relative;
	top:3px;
	right:2px;
}

#corps{
	width:500px;
	margin:0 auto;
}
#corpscontact{
	width:500px;
	margin:0 auto;
	text-align: center;
}

.petitesMaj{
	font-variant: small-caps;
	font-size:17px;
}
a{
	color:#c6dad1;
	text-decoration:none;
}

a:hover{
	color:white;
	text-decoration:none;
}

.ombrecentrer{
	text-align:center;
}

.centrer{
	text-align:center;
}

.espace{
	margin-left:10px;
}
.espaceouvert{
	margin-left:8px;
}

	
