/** CSS Flemwork **/

.error{
	
}

.vert{
	
}

.info{
	font-weight:bold;
	color:#319010;
	background: url('../images/info.png') no-repeat left;
	width:100%;
	border:1px dotted #CCCCCC;
	padding-left:20px;
	padding-top:2px;
	margin-bottom:5px;
	
}

/* BOITE DE RECEPTION 
#boite_recep{
	width:100%;
	border:1px solid #446977;
	border-collapse: collapse;
	margin-top:10px;
}

#boite_recep th {
	background:#446977;
	color:#FFFFFF;
	height:20px;
}

#boite_recep tr.ligne1{
	color:#5B5A5B;
	background:#FFF;
}

#boite_recep tr.ligne2{
	color:#5B5A5B;
	background:#F6F6F6;
}
*/

#boite_recep tr.nonlu{
	font-weight:bold;
	background:#EFF6FF;
}

#boite_recep td{
	border-right:1px dotted #56ADCD;
	border-bottom:1px dotted #56ADCD;
	padding:2px;
}

#boite_recep td#nomessage{
	border-right:1px dotted #56ADCD;
	border-bottom:1px dotted #56ADCD;
	padding:2px;
	font-weight:bold;
	font-style: italic;
	text-align: center;
}

/* BOITE DE RECEPTION */


/* LISTE_USER*/
#liste_user{
	border:1px solid #56ADCD;
	border-collapse:collapse;
	width:100%;
}

#liste_user th {
	border-right:1px solid #56ADCD;
	border-bottom:1px solid #56ADCD;
	padding:2px;
	background: #6CB8D3;
	color:#FFF;
}

#liste_user tr.ligne1{
	background:#FFF;
}

#liste_user tr.ligne2{
	background:#FAFAFA;
}



#liste_user td{
	border-right:1px dotted #56ADCD;
	border-bottom:1px dotted #56ADCD;
	padding:2px;
}


/* // LISTE USERS */

.center{
	text-align:center;
}

.alert{
	color:red; 
	font-weight:bold;
}

.alert_form{
	background:#DF0D0D;
	color:white;
	width:100%;
	clear:both;
}


a img.noborder{
	border:0;
	text-decoration: none;
}

.nbresultat {
	text-align: right;
	font-weight:bold;
	font-style:italic;
}


#pagination{
	text-align: left;
	width:100%;
	border:1px dotted #CCC;
	word-spacing: 5px;
	height:26px;
	color: #AAAAAA;
}

#pagination a, #pagination div{
	width:20px;
	height:18px;
	background:#FFF;
	border:1px solid #CCC;
	display:block;
	float:left;
	text-align: center;
	margin:3px;
	text-decoration: none;
	font-weight:bold;
}

#pagination a:hover, #pagination div:hover{
	background:#F4FFBF;
}

#pagination a.neutre{
	width:30px;
	height:inherit;
	background:none;
	border:0;
	display:block;
	float:left;
	margin:4px;
}