#haut {

}
#acteur {
	position:absolute;
	top: 16px;
	left: 140px;
	z-index: auto;
	margin: 0;
}
#acteur .bienvenue{
	display: inline;
	color: grey;
	font-size: 2em;
}
#acteur .user_name{
	font-size: 2em;
	color: black;
}
#horloge{
	position: absolute;
	top: 40px;
	left: 120px;
	display: block;
	font-size: small;
	color: #8a8a8a;
	padding: 5px;
	margin: auto;
}
#deconnexion {
	display: block;
	position: absolute;
	z-index: auto;
	right: 10px;
	top: 10px;
}
#deconnexion a, #deconnexion:visited {
	text-decoration: none;
}
#deconnexion a:hover {
	color: #F60;
}
#grobillogo{
	width: 90px;
	height: 90px;
}

#formidentif {
	width: 70%;
	/*! display: flex; */
	/*! flex-direction: row; */
	text-align: left;
}
#formidentif label {
	/*! display:block; */
	/*! min-width: 200px; */
	/*! font-size:15px; */
}
#formidentif input {
	width: 100%;
	/*! display: block; */
}
#formidentif input[type="submit"] {
	width: auto;

}
#formidentif .together {
	/*! flex-direction: column; */
	/*! width:30%; */
	/*! margin:0 1.5% 15px 1.5%; */
}
#pagelogintitre a:visited { color: grey; text-decoration:none;}
#pagelogintitre a:hover { color:#F60; text-decoration:none;}
