.binit{
	display:none;
}
.valide{
	background-color : #eee;
	color : #012;
	border : 1px solid green;
}
.wait{
	background-color : #ff2;
	color : #012;
	border : 1px solid yellow;
}
.cache{
	display:none;
}
.affiche{
	display:inline;
}
#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
{
	page-break-before: always;
	width : 100%;
	height : 10px;
	float : left;
	/*border : 1px solid #e09;*/
}
.div_env
{
	width : 100%;
	height : 100%;
	float : left;
	/*border : 1px solid #ef9;*/
}