/* Ce style CSS ne dois pas être enlevé, sinon les divs ne se cacheront pas ... */
.cachediv {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	margin-top: -1px;
	left: 211px;
	width: 173px;
	height: 28px;


}

/* pour qu'un div s'affiche */
.montreDiv{
visibility: visible;
overflow: visible;
margin-top: -1px;
position: relative;
left: 0px;
width: 100%;
top: 0px;
}

.texteFormulaire{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	color:#304699;
}

.infosSecondairesMedecin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
