body
{
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-color: White;
	margin: 0px;
	font-size: 1px;	
}

.conteneur 
{
	width: 760 px;
	margin-left: -380px;	
	left: 50%;
	text-align: left;
	position: absolute;
	padding-bottom: 10px;
	background-color: White;
}

#header
{
	width: 760px;
	height: 148px;
	background-repeat: no-repeat;	
}

#footer
{
	width: 760px;
	height: 38px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

#main
{
	width: 760px;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

#menu
{
	width: 175px;
}

#contenu
{
	width: 585px;
	background-image: url(images/bkg_in.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}



