#headerext {
	background-color:#ffffff;
  /* color:#FFFFFF; */
}
#headerext h1{
	padding: 2px;
  /* color:#FFFFFF; */
}
#centretopext {
	margin-left: 140px;
	height: 70px;/**/
}
#login_container {
position:absolute;
left: 50%;
top: 50%;
width: 600px;
height: 200px;
margin-top: 10px; /* moitié de la hauteur */
margin-left: -300px; /* moitié de la largeur 
border: 1px solid #333;
background-color: #eee;*/
}
#login_clavier {
width: 80%;
height: 90%px;
margin-top: 2%; /* moitié de la hauteur */
margin-left: 10%; /* moitié de la largeur */
}
.centered_66 {
width: 66%;
margin-left: 16.5%; 
}

.recap
{
  /*background-color:#EEE1B9;*/
	font-size: 0.85em;
}
.recap table{
  border: 1px solid #ddd;
}

.recap table th{
  padding: 2px 1px 1px 1px;
	text-align: right;
  color: #666;
}
.recap table td{
  padding: 2px 1px 1px 1px;
  font-weight:bold;
}
tr.first_of_pack {
  border-top: 1px solid #ccf;
}
tr.first_of_pack  th, tr.first_of_pack  td
{
  padding-top: 4px;
}

