body
{
	background-color: white;
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
}
 
/* ENTETE */
#entete
{
	margin-bottom: 0px;
	padding: 0px;
}

/* MENU */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width: 1000px;
	position:relative;
	display:block;
	height:35px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("images/OFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:1px solid #004c99;
	border-top:1px solid #74b0c6;
	margin-bottom: 5px;
}

ul#menu li{
	display:block;
	float:left;
	margin:0;
	margin-left:130px;
	padding:0;
}

ul#menu li a{
	display:block;
	float:left;
	color:#6d7078;
	text-decoration:none;
	font-weight:bold;
	padding:10px 25px 0 25px;
	height:24px;
}

ul#menu li a:hover{
	background:transparent url("images/HOVER.gif") no-repeat top right;	
}

/* CORPS */
#corps{
	width: 1000px;
	margin-bottom: 25px;
}

.menu_ftp{
	float: right;
	width: 180px;
	height: 180px;
	margin-left: 5px;
	margin-top: 85px;
	border: 1px solid black;
	background-color: #00AFF0;
	color: white;
	}
	
.menu_ftp a{
	color: white;
	}
	
/* PIED */
#pied{
	width: 1000px;
}