body
{
font-family: arial;
/*background-color:#334;*/
}

p
{
text-align: justify;
}

h1
{
font-size: 1.6em
}

h2
{
font-size: 1.1em
}

#contenu
{
width: 1000px;
margin: auto;
background-color: white;
padding: 10px;
}

#mon_nom
{
font-size: 2em;
font-weight: bold;
}

#mon_statut
{
font-size: 1.1em;
text-align: left;
}

#mon_adresse
{
font-size: 1em;
font-style: italic;
text-align: left;
}

#mes_coordonnees
{
font-size: 0.9em;
text-align: left;
}

#footnote
{
font-size: 0.8em;
}

#legende
{
font-size: 0.9em;
}

#bandeau
{
	width:1000px;
	display:block;
	margin : 0 auto; /* centre l'entete par rapport à l'écran */
}

#entete /* style pour le bandeau  et le menu */
{
	background: #f5f5f5;
	padding:5px;
	width:1010px;
	height:100px;
	margin: auto;

}
