#entete {
	display : none;
}

#menu {
	display : none;
}

#outils {
	display : none;
}

#emplacement {
	display : none;
}

/*--------------------------------------------------------------------
/* CONTENU
/**/

#contenu h1 {
	margin : 0;
	padding : 0;

	font-size : large;
	font-weight : bold;

	margin-top : 1em;
	margin-bottom : 1em;

	border-bottom : 1px solid #000;
	color : #6F1100;
}

/*--------------------------------------------------------------------
/* PIED
/**/

#pied {
	margin-top : 1em;
	border-top : 1px solid #000;
}

#pied #copyright {
	float : left;
}

#pied #conception {
	float : right;
}

#pied img {
	display : none;
}

#pied a {
	color : #6F1100;
}