/* Définitions générales */

body {
	color : rgb(0,0,0);
	font-size : 100%;
	font-family : Verdana, Arial, Geneva, "Times New Roman", Times, Sans-Serif;
	background-color: rgb(255,255,255);
}

a:link, a:visited, a:hover, a:active{
	text-decoration:underline;
}

/* Entête */

#Header {
	display:none
	}

/* Menu de navigation - colonne de gauche */

#MenuNav {
	display:none;
}

/* Partie centrale */

#Content {
	margin: 0;
	font-size:medium;
}

#Content h1 {
	font-size : 150%;
}

#Content h2 {
	font-weight : bold;
	font-size:110%;
}

#Content em {
	font-weight: bold;
	font-style:100%;
}

#Content .InfoPublication {
	font-size: 70%;
	text-align:right;
}

#Content .NotesBdP {
	margin-left: 1em;
	color:rgb(194,194,194);
}

#Content .Aretenir {
	display:none;
}

#Content .Encadre {
	display:none;
}

/* Pied de page */

#Footer {
	display:none;
}
