html, body {
	height: 100%; 
	padding: 0;
	background-image:url(../imgphp/fond.jpg);
	background-position : bottom right;
	background-attachment: scroll;
}
#global {
	min-height: 100%; 
	width: 926px;
	overflow: hidden; 
	margin-left: auto;
	margin-right: auto; 
}

/* float */
.imageflottante
{
   float: left;
}


/* En-tête */
#entete {
	/*background-image:url(../imgphp/flag.jpg);*/
	padding: 0px 0px 0px 0px;
	height: 10px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 0px 20px 10px 0;
}
#entete .sous-titre {
	margin: 0px 0 15px 0;
}

/* Menu de navigation */
#navigation {
	padding: 0px 0px;
	height: 162px;
}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 0px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu */
#hautpapier {
	background-image:url(../imgphp/papierhaut.png);
	padding: 0px 0px 0px 0px;
	height: 145px;
margin-top: -1px;
}
#contenu {
	background-image:url(../imgphp/papier.png);
	padding: 10px 50px;
margin-top: -1px;

}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1;
}
#baspapier {
	background-image:url(../imgphp/papierbas.png);
	padding: 0px 0px 0px 0px;
	height: 203px;
margin-top: -2px;
}

/* Pied de page */
#pied {
	/*background-image:url(../imgphp/frisebas.png);*/
	padding: 0px 0px;
	font-size: .85em;
	height: 80px;
}
#pied p {
	margin: .5em 0;
}
#copyright {
	text-align: left;
	font-size: 1em;
}
