
#ldap_result{
	margin: auto;
}
#contenu{
	margin: auto;
}
header img{
	width: auto;
    max-height: 70px;
    padding-top: 10px;
}

#app_name{
	margin:0 auto;
	margin-top:0px;
	text-align:center;
	width:400px;
}

#app_name h1{
	font-size:24px;
	font-weight:lighter;
}

h4{
	margin-top: 0;
}

a.nounderline:link 
{ 
	text-decoration:none; 
} 

#members{
	float:right;
}
#users{
	float:left;
	width: 100%;
}

div#message_display{
	display:none;
	position:absolute;
	color:white;
	background-color:rgba(0,0,0,0.7);
	top:0px;
	left:0px;
	font-size:16px;
	font-weight:bold;
	height:80px;
	width:270px;
	margin:0 auto;
	-moz-box-shadow: 0px 0px 20px 3px #000000;
	-webkit-box-shadow: 0px 0px 20px 3px #000000;
	-o-box-shadow: 0px 0px 20px 3px #000000;
	box-shadow: 0px 0px 20px 3px #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=20);
	-moz-border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

#message_display{
	margin-top:25px;
	margin-left:30px;
	height:20px;
	
}

#logout {
	position:absolute;
	top:190px;
	right:0px;
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
#logout:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}#logout:active {
	top:191px;
}


input#group_modif_back,
input#group_select_back{
	margin-left:50px;
	width:200px;
}
div.infos{
	padding-left:25px;
}

.bicolore_ul li{
	padding-left:20px;
	padding-top:6px;
	padding-bottom:6px;
	margin-left:-40px;
}
.bicolore_ul li:nth-child(even){
	background-color:#eaeaea;
}

.bicolore_ul li:hover{
	background-color: #c1dad6;
}

.bicolore_ul{
	background-color: #fafafa;
	border:1px solid #ccc;
	list-style:none;
}

span.groupes{
	display:block;
	width:600px;
	margin:0 auto;
}


span{
	display:inline-block;
}


input#search{
	display:block;
	margin:0 auto;
	width:200px;
	height:25px;
}


div#modified_users_display{
	padding-left 15px;
}
