body
{
	font-family: "DejaVu sans", Arial, Serif;
	background-color: silver;
}

h1
{
	font-size: 50px;
	font-family: "Comic sans MS", Serif;
	color: grey;
	text-align: center;
}

h2
{
	font-size: 30px;
	font-family: "Comic sans MS", Serif;
	text-align: center;
}

h3
{
	color: rgb(84, 82, 82);
	text-align: center;
	background-color: rgb(111, 139, 255);
	padding-top: 2px;
	padding-bottom: 2px;
}

a
{
	color: black;
	text-decoration: none;
	border-bottom: 1px darkblue dotted;
}

#Banniere
{
   text-align: center;
   margin-bottom: 20px;
}

#Menu_de_gauche
{
	float: left;
	width: 210px;
}

#Menu_de_droite
{
	float: right;
	width: 210px;
}

#Corps
{
	margin-left: 220px;
	margin-right: 220px;
}

#Contenu
{
	padding: 5px
}

.Rubrique
{
	background-color: blue;
	border: 2px outset black;
	margin-bottom: 20px;
}

.Elements_du_menu, .Elements_du_menu a
{
	text-align: center;
	color: white;
}

.Formulaire
{
	text-align: center;
}

.Ok
{
	color: rgb(57, 119, 47);
	text-align: center;
	font-weight: bold;
}

.Erreur
{
	color: rgb(155, 0, 0);
	text-align: center;
	font-weight: bold;
}

.Information
{
	color: rgb(46, 92, 254);
	text-align: center;
	font-weight: bold;
}

.En-tete
{
	color: white;
	background-color: rgb(2, 32, 134);
	margin-bottom: 5px;
}

.Titre_rubrique_profil
{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.Rubrique_profil
{
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}