#box_groupe {
	margin-top: 80px;
	margin-left: 10px;
}

* html #box_groupe {
	margin-top: 15px;
}

#liste_info {
	height: 38px;
	width: 780px;
	border-bottom: 1px solid #4A4A4A;
	background-color: white;
}

#groupe_liste {
	height: 700px;
	width: 780px;
	background-color: white;
	overflow: auto;	
}

#groupe_liste_img {
	height: 700px;
	width: 780px;
	background-color: white;
	overflow: auto;
	padding-top:10px;	
	
}

#form_order {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

* html #form_order {
	margin-right: 5px;
}

.bold {
	font-weight: bold;
}

.groupe {
	width: 150px;
	height: 160px;
	float: left;
	text-align: center;
	margin-bottom:50px;
}

.owner a, .owner a:link, .owner a:visited {
	color: blue;
	text-decoration: underline;
}

.owner a:hover {
	text-decoration: none;
}

#order_tab {
	margin-top: -2px;
}

* html #order_tab {
	margin-bottom: 1px;
}

#order {
	position: absolute;
	margin-top: 1px;
}

.name_grey, .name_white, .nbmembre_grey, .nbmembre_white, .creat_grey, .creat_white, .date_grey, .date_white {
	height: 25px;
	padding-top: 1px;
	padding-left: 10px;
}

.name_grey, .nbmembre_grey, .creat_grey, .date_grey {
	background-color: #dfdede;
}

.name_white, .nbmembre_white, .creat_white, .date_white{
	background-color: white;
}

.name_grey, .name_white {
	width: 228px;
	border-right: 1px solid #c0c0c0; 
}

.nbmembre_grey, .nbmembre_white {
	width: 162px;
	border-right: 1px solid #c0c0c0; 
}

.creat_grey, .creat_white {
	width: 204px;
	border-right: 1px solid #c0c0c0; 
}
.creat_grey a, .creat_white a, .creat_grey a:link, .creat_white a:link, .creat_grey a:visited, .creat_white a:visited, 
.name_grey a, .name_white a, .name_grey a:link, .name_white a:link, .name_grey a:visited, .name_white a:visited {
	color: blue;
	text-decoration: underline;
}

.creat_grey a:hover, .creat_white a:hover,
.name_grey a:hover, .name_white a:hover {
	text-decoration: none;
}
 
.date_grey, .date_white {
	width: 148px;
}

	
#form_classement
{
float: right;


}