﻿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:5px;
	border:0;
	padding:0;
	color:#AD0000;
	background-color:#FFFACD;/*LemonChiffon*/
}

table {border-collapse:collapse;}

h1
{
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	margin-top:6px;
}

h2
{
	font-size:12px;
	font-weight: bold;
	margin-bottom:4px;
}

ul
{
	margin-top:0;
	margin-bottom:0;
}

a
{
	color:#E2473E;
	text-decoration:none;
}

.NetViewer
{
	
	color:#E2473E;
	text-decoration:underline;
}


a:hover
{
	text-decoration:underline;
}


.Menu
{
	position:absolute;
	left:39px;
	top:55px;
	width:223px;
	border-top:solid 1px #F6B869;
}
.StaticMenuItem 
{
	border-bottom:solid 1px #F6B869;
}
.StaticMenuItem a
{
	padding-left:7px;
	padding-right:5px;
	display:block;
	font-weight:bold;
	font-variant:small-caps;
}
.StaticMenuItem a:hover
{
	color:#E2473E;
	background-color:#F9F0A5;
	text-decoration:none;
}
.StaticSelected a
{
	background-image:url(Images/Puce.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.Contenu
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-left:30px;
}
.Contenu table
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.MenuGauche
{
	background-image:url(Images/FondBandeauGauche.gif);
	background-repeat:repeat-y;
}

.Mention
{
	position:absolute;
	top:33px;
	left:15px;
	color:Black;
	z-index:1;
	font-size:7pt;
}

.bandeauGauche
{
	position:absolute;
	top:35px;
}

.Titre
{
	margin-left:5px;
}

.TitreGauche
{
	position:absolute;
	top:5px;
	left:833px;
}

.NotDisplayed
{
	display:none;
}

.small
{
	font-size:smaller;
}

.Problemes
{
	position:absolute;
	left:62px;
	top:192px;
	border-bottom:solid 2px black;
	border-right:solid 2px black;
}

.Solutions
{
	position:absolute;
	left:103px;
	top:350px;
	/*border-bottom:solid 2px black;
	border-right:solid 2px black;*/
}

.historique
{
	font-size:8pt;
}
/*
Rouge #E2473E
Orange #F6B869
Jaune #FEF981
*/
