.heure {
	float: left;
	width: 300px;
}
.coordonnee {
	float: left;
	width: 250px;
	text-align: right;
}
.nom
{
  font-weight: bolder;
  
}

p.erreur
{
  text-align: inherit;
  color: rgb(153,0,0);
  font-weight: bold;
  text-align: center !important; 
}
p.msgerreur
{
  text-align: inherit;
  color: rgb(153,0,0);
  
  text-align: center !important; 
}

form
{
  margin:auto;
  margin-top:20px;
  width:500px;
}

#submit
{
  margin:auto;
  width:500px;
  text-align: center !important; 
}
p.msg_ok
{
  text-align: inherit;
  color: #55684E;
  font-weight: bold;
  text-align: center !important; 
}

