body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/FOND.png);
}

hr{color:white;}

.top{
  /*float: top;*/
  width: 100%
  height: 50px;
  /*background-color: none;*/
  text-align:center;
  color:white;
  padding-bottom:15px;
}

.content {
  /*background-color: none;*/
  color: white;
  /*float: right;*/
  /*width: 75%;*/
  padding-left: 12em;
  padding-top:130px;
}

.menu {
  /*background-color: none;*/
  position: absolute;
  top: 140px;
  left: 0em;
  /*float: left;*/
  /*width: 20%;*/
  width: 10em;
  /*border: 1px solid #000000;*/
  text-align:left;
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
}

.left{
position:absolute;
left:0px;
float:left;
padding-left:2px;
z-index:-1;
}

.right{
float:right;
}

a.bouton{
width:157px; 
height:33px; 
text-decoration:none;
color:black;
text-align:left; 
font-weight:bold; 
font-size:1.2em;
background-image:url(img/BOUTON_VIDE.png);
padding-top:10px;
background-repeat:no-repeat;
display:block;
}

a.boutonOn{
width:157px; 
height:33px; 
text-decoration:none;
color:black;
text-align:left; 
font-weight:bold; 
font-size:1.2em;
background-image:url(img/BOUTON_VIDE_2.png);
padding-top:10px;
background-repeat:no-repeat;
display:block;
}

a.bouton:hover{
background-image:url(img/BOUTON_VIDE_2.png);
}
a.bouton:visited{color:black;}

table{color:white;}

.gras
{font-weight:bold; 
font-size:1.2em;
}

.error{
font-weight:bold; 
font-size:1.2em;}

a#jaune{
color:#FFCC00;
}
a#blanc{color:white;}
a#blanc:visited{color:white;}
