#timerZone {
	font-family:Verdana;
  	font-size:.72em;
}

#attente {
	background-color:#DDEBFE;
	border:1px solid #00A0D0;
	width:650px;
	margin-left:auto;
	margin-right:auto;
}

#attente .entete {
	background-color:#00A0D0;
	color:white;
	font-size:120%;
	font-weight:bold;
	padding:2px;
  	text-align:left;
	padding-left: 20px;
}

#attente .corps {
	border-top:1px solid #DDEBFE;
	color:#003887;
	font-weight:bold;
	padding:10px 10px 10px 20px;
	position:relative;
	width:600px;
}

#attente .corps input {
	border:none;
	width:20px;
	background-color:#DDEBFE;
}

#attente .gauche {
	float:left;
	width:280px;
	text-align: left;
}

#attente .droite {
	float:left;
	width:280px;
	text-align: left;
}