body
{
	text-align:center;  /*bidouille IE pour centrer horizontalement les blocs*/
	background:fixed url(../images/marge.jpg) repeat;
}

div#page
{
	text-align:left;  /*bidouille IE */
	width: 750px;
	margin:auto;
	font-family:Verdana;
	font-size:15px;
}

#container
{
	margin : 0% 0% 0% 0%;
	position: relative;	
}

#header
{
	position:relative;
	margin: 0;
	padding: 0 0 0 0;	
	background:url(../images/bandeau.jpg);
	height:127px;
	max-height:127px;
	min-height:127px;
}

/*pas touche*/
.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


#footer
{
	margin:0;
}

#page_sans_header
{
	background-image: url(../images/imagefond.jpg);
	height:527px;
	max-height:527px;
	min-height:527px;
}

