body { /* Modifications : la couleur de fond de page - la police - l'unité utilisée pour la taille de la police  */
	background-color :#fff;
	font-family :arial;
	font-size :12pt;
}

#header
{
	text-align: center;
}

#pagetitle
{
	display: inline;
	font-weight: bold;
	font-size: 20px;
	padding: 5px;
	border: 1px solid #0054a7;
}

#menu, #footer, #images  /* Les éléments qui ne seront pas affichés  */
{
	display :none;
}



#address
{
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
}


#content
{
	margin-top: 50px;
	color :#000;
}

h1
{
color: #0054a7;
font-size: 14pt;
font-family: "arial black";
}

.floatleft
{
float : none !important ;
}

