body
{
	background-color: #FFFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	background-image: url(images/GeneGraphe.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
h1
{
	text-align: center;
	font-size: 36px;
}
h2
{
	text-align: center;
}
h3
{
	font-style: italic;
	text-align: center;
}
.alignHaut
{
	vertical-align: top;
}
table
{
	background-color: #666666;
	padding: 0px;
	border: 0px;
}
td
{
	background-color: #FFFF99;
	padding: 5px;
	vertical-align: top;
}
.sansBord
{
	background-color: #FFFF99;
	padding: 5px;
	border: 0px;
	margin: 0px;
}
th
{
	text-align: center;
	background-color: #CCC;
}
#entete
{
	text-align: center;
}
#menu
{
	background: #FFFFBB;
	position: absolute;
	width: 150px;
	top: 130px;
	bottom: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style: none;
	margin: 0px;
	overflow:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#contenu
{
	position: absolute;
	left: 190px;
	right: 0px;
	top: 90px;
	bottom: 10px;
	overflow:auto;
	padding-right: 15px;
	padding-left: 10px;
	border-top: 1px solid #000000;
}
#menu a:link
{
	margin-bottom: 1px;
	padding: 2px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color: #009;
}
#menu a:hover
{
	background: #F0F0F0;
	color: 000;
	border: 1px solid #600;
}
#menu a:visited
{
	margin-bottom: 1px;
	padding: 2px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color: #505050;
	background: #E9E9E9;
}
.aligneMilieu
{
	vertical-align: middle;
}
.aligneDroite
{
	text-align: right;
}
.imageSansBord
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageBord1pt, .imageBordAlignHaut
{
	border: 1px solid #000;
}
.texteAlignHautEtiquette, .imageBordAlignHaut
{
	vertical-align: top;
}
.blocCode
{
	font-family: "Courier New", Courier, monospace;
	background-color: #FFF;
	border: 1px solid #000;
	display: table;
	padding: 3px;
	text-align: left;
}
.texteCode
{
	font-family: "Courier New", Courier, monospace;
}
.texteAlignHautEtiquette
{
	vertical-align: top;
}
.texteSurligne
{
	font-weight: bold;
	background-color: #CCC;
}
.souligne
{
	text-decoration: underline;
}
.centrage
{
	text-align: center;
}
h5
{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.bouton
{
	border-color:#A0A0A0;
	border-radius:3px;
	border-style:solid;
	border-width:1px 1px 2px;
	color:#303030;
	font-family:monospace;
	padding:1px 6px;
	white-space:nowrap;
	background:#f0f0f0;
	background:-moz-linear-gradient(top, #f0f0f0, #fcfcfc)
}
