body {
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #cdcdcd;
	font-family: tahoma, arial;
	font-size: 12px;
	}

a {
	text-decoration: none;
	color: #da5c06;
	}

a:hover {
	text-decoration: none;
	color: #000;
	}


#global {
	position: absolute;
	width: 800px;
	height: auto;
	left: 50%;
	margin-left: -400px;
	background-color: #fff;
	border: 1px solid #616161;
	}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 180px;
	border-bottom: 1px solid #616161;
	margin-bottom: 5px;
	}

#menu {
	width: 120px;
	height: 380px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	}

td.menu {
	background-image: url(images/test.png);
	background-repeat: no-repeat;
	width: 117px;
	height: 30px;
	text-align: center;
	}

#corps {
	width: 650px;
	height: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: left;
	}

#pied {
	width: 700px;
	text-align: center;
	font-size: 11px;
	color: #da5c06;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #cdcdcd;
	margin-left: 50px;
	margin-right: 50px;
	float: left;
	}
