#central
{
	position: absolute;
	width: 607px;
	height: 420px;
	top: 40px;
	overflow: auto;
	font-size: 12px;
	font-family: arial;
	padding: 3px;
	text-align: center;
	padding: 1%;
	
}
#central #tablelogin
{
	margin-left: 25%;
	width: 50%;
	margin-top: 50px;
	padding: 1%;
	border: 1px solid #B5D800;
}
#central #tablelogin li
{
	color: red;
	list-style: none;
}
#bandeauhaut
{
	position: absolute;
	top: 0px;
	height: 40px;
	width: 596px;
	background-color: #7f7d7e;
	color: white;
	line-height: 40px;
	font-family: arial;
	font-size: 18px;
	padding-left: 10px;
	
}
#bandeaubas
{
	position: absolute;
	top: 459px;
	height: 25px;
	line-height: 25px;
	width: 607px;
	background-color: #7f7d7e;
	
	
}
#pub
{
	position: absolute;
	width: 200px;
	height: 480px;
	top: 0px;
	left: 608px;
}
#bandeaubas a
{
	font-size: 12px;
	color: white;
	font-family: arial;
}
#central label
{
	color: #83837c;
}
#central h1
{
	font-size: 16px;
	color: #7f7d7E;
}
#stages
{
	width: 96%;
}
#stages thead th
{
	background-color: #BED731;
	color: white;
	font-weight: bold;
	text-align: center;
	height: 30px;
}
#stages tbody th
{
	background-color: #F5EACF;
	color: black;
}
#stages tbody td
{
	background-color: #F4F4F4;
	color: black;
	text-align: center;
	height: 20px;
}
