/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* tableau de liste */


#liste {
	width:650px;
	margin:10px;
	border-collapse:collapse;
}


#liste a:link, 
#liste a:visited, 
#liste a:hover{
	color:#0066CC;
	font-weight:bold;
}
/* entete */
#liste th{
	background-color:#f0f0f0;
	padding:3px;
	height:35px;
}
#liste div.th_ico_tri_asc{
	width:10px;
	float:left;
	margin-top:4px;
	margin-right:3px;
	background-image:url(images/ico_asc.jpg);
	background-repeat:no-repeat;
}
#liste div.th_ico_tri_desc{
	width:10px;
	float:left;
	margin-top:4px;
	margin-right:3px;
	background-image:url(images/ico_desc.jpg);
	background-repeat:no-repeat;
}
#liste div.th_ico_tri_none{
	width:0px;
	float:left;
	margin-right:3px;
	margin-top:4px;
}


/* entetes clonnes */
#liste th.th_code_departement{
	text-align:left;
	width:250px;
}
#liste th.th_nom_chef_lieu{
	text-align:left;
	width:200px;
}
#liste th.th_nom_departement{
	text-align:left;
	width:250px;
}




/* cellules */
#liste td{
	border-top:1px solid #CCCCCC;
	padding:3px 3px 0px 3px;
	margin:0px;
}
#liste td.td_nombre_arrondissements{
	text-align:center;	
}
#liste td.td_nombre_communes{
	text-align:center;	
}


/* navigation */

#navig_liste {
	margin:10px;
	height:30px;
}

#navig_liste div{
	margin:3px;
	padding:2px;
	float:left;
	color:#458bb6;
}

#navig_liste div:hover{
	margin:3px;
	padding:2px;
	float:left;
}

#navig_liste a{
	text-decoration:none;
	font-size:14px;
	color:#458bb6;
	cursor:pointer;
	font-weight:bold;
}
