@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#000; 
}

div#container {
	height: 710px;
	width: 1090px;
	margin-left: auto;
        margin-right: auto;
}

div#headeur {
	height: 95px;
	width: 1090px;
}

#banniere {
	width: 588px;
	height: 90px;
	margin-left: 60px;
}

.presentation {
	width: 450px;
	height: 15px;
	margin-left: 290px;
	margin-top: -20px;
	color: #FFF;
}

div#page_gauche {	
	background-image:url(../img/site_creation.jpg);
	background-repeat:no-repeat;
	height: 562px;
	width: 1030px;
	color: #FFF;
	float: left;
}

#boutonfond {
	height: 562px;
	width: 848px;
	float: left;
}
	
div#admin {
	clear:both;
	height: 20px;
	width: 1090px;
}

#administration {
	height:20px;
	width: 700px;
	color: #FFF;
	float: left;
}

a:link {
	color: #31849b;
	text-decoration:none;
}

a:visited {
	color: #31849b;
	text-decoration:none;
}

a:hover {
	color: #EBA470;
	text-decoration:none;
}
