@charset "UTF-8";
body {background-color: #2A251A;
	margin: 0;
	margin-top: 20px;
	text-align: center;
	border: none;
}
a {text-decoration: none;}

div#container {
	position: relative;
	background-color: #2A251A;
	width: 770px;
	height: 500px;
	margin: 0 auto;
}
div#titre {
	position: absolute;
	left: 68px;
	height: 60px;
	width: 369px;
	padding-top: 193px;
	}
div#menu {
	position: absolute;
	left: 0;
	top: 262px;
	height: 47px;
	width: 770px;
	}
div#signature{
	top: 314px;
	position: absolute;
	left: 284px;
	}
