.menu{
	display:none;
}

li {
	list-style:none;
}

.nom-prenom {
}

.prenom {
	color: #999999;
  font-size: 13px;
	text-transform:capitalize;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.photo img{
	float:right;
}

.nom {
	color: #999999;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.informations {
	max-width:600px;
}

.informations {
	min-height:220px;
}

.btn-table {
	width:60px;
}

.btn_haut {
	margin-bottom:5px;
}

.sans-marge {
	margin:0;
	padding:0;
}

table.vertical td, table.vertical th{
	vertical-align:middle !important;
	text-align:center !important;
}

.date select {
	width:80px !important;
}

.connect {
	color: #FFFFFF;
  float: none;
  padding: 10px 15px;
  text-decoration: none;
}

.login-error {
	width:300px;
	text-align:center;
}

::-webkit-input-placeholder {}
:-moz-placeholder {}


/* tables */

table.tablesorter thead tr .header {
	background-image: url(../imagesbg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

div.controls li a {
	display:none;
}