#conteneur_gauche, #en_tete
{
	display:  none;
}

body { /* Modifications:  la couleur de fond de page - la police - l'unité utilisée pour la taille de la police  */
	background-color: white;
	color: black;
	font-family: Serif;
	font-size: 15pt;
	text-align: left;
}

#container { /* Modifications:  suppression de la bordure - marges */
	margin: 0;
	border: none;
}

a
{
	text-decoration:  none;
}

.logo, .promo
{
	display:  none;
}

.tab img
{
	border:  none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1,h2
{
	text-decoration:  underline;
}

h1
{	
	text-align : center;
}

ul
{
	list-style-type:  square;
}

strong
{
	font-weight:  bold;
}
