html
{
/*pour toujours afficher l'ascensseur horizontal dans Firefox, pour éviter des redimensionnement*/
	overflow-y:scroll;
}

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0;
	margin-top:10px;
	border:0;
	padding:0;
}

form
{
	margin:0;
	padding:0;
}

h1
{
	color:black;
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	text-align:left;
	margin-left:10px;
}

h2
{
	font-size:14px;
	font-weight:bold;
}

h3
{
	font-size:12px;
	font-weight:bold;
}

.bouton, .bouton:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:gray;
	font-weight:normal;
	letter-spacing:-1px;
}

.bandeauGauche
{
	position:absolute;
	top:47px;
}

.MenuGauche
{
	background-image:url(/Images/FondBandeauGauche.gif);
	background-repeat:repeat-y;
}

.menu
{
	position:absolute;
	left:39px;
	top:66px;
}

.Contenu
{
	margin-left:30px;
	margin-right:70px;
}

#resume
{
	font-size:12px;
	font-style:italic;
	text-align:center;
	width:180px;
	top:310px;
	left:82px;
	position:absolute;
	z-index:1;
}

ul, li
{
	margin:0;
	padding:0;
	list-style-position:inside;
}

.PlanNiv1
{
	margin-left:20px;
}

a:active, a:link, a:visited {
	font-weight: bold;
	color: #006699;
	text-decoration:none;
}
a:hover {
	font-weight: bold;
	color: #CC0000;
}
.legende {
	font-size: x-small;
}
