#shadowing, #shadowing2
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #FFFCCA;
	z-index:402; 
	opacity:0.5;
}

#box 
{
	display: none;
	position: fixed;
	top: 20%;
	left: 20%;
	width: 550px;       /* largeur de la fenetre principale   */
	height: 345px;      /* hauteur de la fenetre principale   */ 
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: azure;
	z-index:403; 	
}

#boxtitle, #boxtitle2
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:24px;
	padding:0;
	padding-top:4px;
	margin-left:8px;
	margin:0;
	border-bottom:4px solid #FFF3CF;
	background-color: #09c;
	color:white;
	text-align:center;
}

#box2 
{
	display: none;
	position: fixed;
	top: 20%;
	left: 20%;
	width: 300px;
	height: 75px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: azure;
	z-index:404;  
}

label
{
	display: block;
	width: 100px;
	float: left;
}

form p.colonne
{
width:33%;    /* pour deplacer a gauche ou droite le noms des sondes et ajouter + de sondes   */
float:left;
}
form p.colonne input
{
float:left;
clear:left;
}
form p.colonne label
{
float:left;
}