/* CSS Document */


html, body {
	height: 80%;
	margin: 0;
	}


body {
	 background: #464644;
	 font: 90%  "Trebuchet MS", sans-serif;
}


div#global {
	width: 910px;
	padding: 0 0px;
	margin: 20px auto;
	position: relative; /* permet d'avoir comme point de repère pour le reste des div le coin du #global au lieu du body */
	background: url(../images/logo_fond.jpg) no-repeat bottom left;

	}

#top {
	margin-bottom: 80px;
}

#titre {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: right;
	font-style: italic;
}

#table {
	text-align: center;
}