html,body{
  margin: 0px;
  padding: 0px;
  background-image: url(img/tmpage/bgd.png);
  background-attachment: fixed;
  text-align: center;
  color: rgb(255,255,255);
  font-family: Eurostile,Arial;
  font-size : 16px;
  
}
#inscription{
  padding-top : 20px;
  z-index: 2;
}
#soustitre{
  padding : 0px;
  margin : 0px;
  font-size : 20px;
  font-weight: bold;
}
/*#footer {
  position: absolute;
  bottom: 0;
	margin-top: 10%;
	padding-bottom : 170px;
	background-image: url(img/tmpage/footer.png);
	background-repeat: repeat-x;
	width: 100%;
	overflow: hidden;
}*/

#footer {
height: 200px;
position: relative;
background-image: url(img/tmpage/footer.png);
}
#underfooter {
  position: relative;
  background-color: rgb(78,55,19);
  min-height : 380px;
  padding: 0px;
  margin: 0px;
}



h1{
  font-size:13px;
  padding : 10px;
}

a{
  color : white;
}

table{
  margin-top : 10px;
  text-align: center;
}
table.liste,tr.liste,td.liste,th.liste{
  border-collapse : collapse;
  border : 1px black solid;
}
td.liste{
  padding: 5px;
  background-color: rgb(102,102,51);
  color: black;
  font-family: Trebuchet MS;
  font-size: 12px;
}
th.liste{
  background-color: rgb(38,38,38);
  color: white;
}
#valid,#wrong,#warning{
  font-family:Trebuchet MS;
  font-size:12px;
  font-weight: bold;
}
#valid{
  color: rgb(102,153,0);
}
#wrong{
  color: rgb(153,51,0);
}
#warning{
  color: rgb(255,153,51);
}