

.critere  {

	width: 360px;
	height: 56px;
	background: #999;
	text-align: center;
	border: 1px solid #555;
	
	behavior: url(ie/PIE.htc); /* PIE */ 
}
.critere_texte  {

	width: 350px;
	height: 20px;
	padding: 5px;
	text-align: center;
	color: #fff; 
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	border-radius:8px;
}
.critere_valeur  {

	width: 350px;
	height: 28px;
	background: #ddd;
	padding: 5px;
	text-align: center;
	border: 1px solid #555;
	margin-left:-1px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	border-radius:8px;
	
}