body{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #eee ;	
}
div#conteneur{
	width: 770px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #66c ;
	background: #fff ;
	/*Hack pour IE :*/
	height:auto !important;
	height: 350px;
	/*Fin du hack*/
	min-height: 560px;
}
div#copyright{
	width: 770px ;
	margin: 0 auto ;
	border: 2px solid #66c ;
	background: #66c ;
	font-weight: bold ;
	color: #fff ;
}
h1#header
{
	height: 160px;
	margin-top: 0;
	background: url(../img/headerbkg.jpg) no-repeat left top;
}
h1#header a
{
	display: block;
	height: 100px;
	width: 300px;
	float: right;
	margin-top: 25px;
	margin-right: 15px;
	background: url(../img/logo.gif) no-repeat left top;
	/*Hack pour les doubles marges dans IE*/
	display: inline;
}
h1#header a span
{
	display: none;
}

