@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 {
	width: 588px;
	height: 95px;
}
#banniere {
	width: 588px;
	height: 90px;
	margin-left: 60px;
}
div#page_gauche {
	background-image:url(../img/site_creation.jpg);
	background-repeat:no-repeat;
	height: 562px;
	width: 848px;
	float: left;
}
div#menu {
	background-color: #DDD;
	height: 562px;
	width: 242px;
	float: right;
}
#formadmin {
	background-color: #DDD;
	position: absolute;
	height: 350px;
	width: 520px;
	margin-top: 100px;
	margin-left: 260px;
	border:1px solid black;
}
a:link {
	color: #fa4d21;
	text-decoration:none;
}
a:visited {
	color: #fa4d21;
	text-decoration:none;
}
a:hover {
	color: #FD79D6;
	text-decoration:none;
}
