body{
	background:#993300; /* couleur de fond, un marron */
	margin:0;
	font:10pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif; 
}
/*
a:link{
	color:#038971; 
	text-decoration:underline; 
}

a:hover{ 
	color:#870a01; 
	text-decoration:underline; 
}

a:visited{ 
	color:#054539; 
	text-decoration:underline; 
}

a:visited:hover{ 
	color:#870a01; 
	text-decoration:underline; 
}
*/
#wrap{
	position:relative;
	width:782px;
	margin-top:20px; /* permet la bande marron au-dessus de l'image */
	margin-left:auto;
	margin-right:auto;
}

#container{
	width:744px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding:21px;
	background:#FFFFFF; /* couleur de fond : blanc */
	color:#993300; /* couleur de l'écriture : marron comme le fond de la page */
	text-align:center;
	font-weight:bold;
}

#logo{
	width:100%;
}

#logo td{
	text-align:center;
	height:70px;
}
