.valide{
	background-color : green;
	color : #fff;
	border : 1px solid green;
}
.notvalide{
	background-color : red;
	color : #fff;
	border : 1px solid red;
}
.wait{
	background-color : #ff2;
	color : #012;
	border : 2px solid yellow;
}
.cache{
	display:none;
}
.affiche{
	display:inline;
}
.valid{
	color: #0A0; 
	font-weight:bold;
}
.notvalid{
	color: #A00;
	font-weight:bold;
}
#result_initFormulaire{
	font-weight:bold; 
	font-size: 1.3em;	
}
.header{
	font-weight:bold; 
	font-size: 1.4em;
	text-align:center;
}
.header.nom, .header.hopital, .header.date{
	font-weight:300; 
	font-size: 1em;
}
.div_gauche
{
	border : 1px solid #000;
	width : 48%;
	float : left;	
	border-radius: 10px;
	margin : 2px;
	padding : 2px;
}
.div_droite
{
	border : 1px solid #000;
	width : 48%;	
	float : right;
	border-radius: 10px;
	margin : 2px;
	padding : 2px;
}
.span_gauche
{
	width : 50%;	
	float : left;
}
.span_droite
{
	width : 49%;	
	float : right;
}
.large_padding_left
{
	padding-left : 50px;
}
.commentaire
{
	background-color: #ccc;
}
.hauteur_select
{
	height:110px;
}
.break
{
	width : 100%;
	height : 10px;
	float : left;
}
.div_env
{
	width : 100%;
	height : 100%;
	float : left;
	/*border : 2px solid #f09;*/
}
.petit_select
{
	 height: 24px;
}
