a 
{
	text-decoration:none;
	font-family:arial;
	color:red;
	font-size:small;
}

a:hover
{
	text-decoration:underline;
}

a:visited
{
	color:green;
}

a:hover, a:active
{
	background-color:#BBBBBB;
}


body
{
	color:#000000;
	text-size:medium;
	text-align:justify;
	background-color:#EEEEEE;
}

#menu
{
	width:200px;
	position:fixed;
	position-top:0;
	position-left:0;
	background-color:#EEEEEE;
}

#contenu
{
	padding-left:205px;
	text-align:left;
}

h1
{
	font-size:large;
	font-weight:bold;
	text-decoration:underline;
	font-family:arial;
	text-align:center;
}

h2
{
	font-style:italic;
	font-size:medium;
	font-family:arial;
	margin-bottom:0px;
	text-align:left;
}

div.form
{
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	margin:auto;
	padding:5px;
	width:425px;
}

div.content
{
	margin-bottom:10px;
	text-align:left;
}

div.content p
{
	text-align:center;
}

div.resultat
{
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	margin:auto;
	padding:5px;
	width:425px;
}

p.resultat
{
	text-color:black;
}

p.succes
{
	text-color:green;
}

p.error
{
	font-weight:bold;
	color:red;
}

p.note
{
	font-size:small;
	font-style:italic;
}
