
.form,.liste
{
	width:100%;
	border:1px solid #B0B0B0;
	color:#343434;
	border-collapse:collapse;
}

.form .liste_titre td,
.liste .liste_titre td
{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	background:url(../img/form_haut.png) repeat-x top #bbbbbb;
}

.form .ligne td,
.liste  td
{
	background-color:#F9F9F9;
	border-left:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	
	padding:4px !important;
}

.form .ligne td.info,
.liste .liste_th td
{
	background-color:#F0F0F0;
	font-weight:bold;
}
.liste td a
{ 
	font-weight:bold;
}

.file, .comp
{
border-collapse:collapse;
}

.form .file, .form .comp
{
	width:98%;
	border:1px solid #B0B0B0;
	margin:5px;
	padding:5px;
}

.form .file td, .form .comp td
{
	border:1px solid #ABADB3;
	background:#EEEEFF;
}

.form .file td
{
	vertical-align:middle;
}

.form .file td.ext
{
	background:#FFFFFF;
}

.msg_info
{
font-size:12px;
font-weight:bold;
color:#0489CE;

padding:2px;
}

.msg_alerte
{
font-size:12px;
font-weight:bold;
color:#FE6F00;

padding:2px;
}

.msg_erreur
{
font-size:12px;
font-weight:bold;
color:#B41919;

padding:2px;
}


.liste .liste_th td.tri
{
	padding-left:20px !important;
	background-image:url(../img/tri.png);
	background-repeat: no-repeat ;
	background-position: 8px 10px;
	 
}

.liste .liste_th td.desc
{
	padding-left:20px !important; 
	background-image:url(../img/desc.png);
	background-repeat: no-repeat ;
	background-position:  3px 4px; 
}

.liste .liste_th td.asc
{
	padding-left:20px !important; 
	background-image:url(../img/asc.png);
	background-repeat: no-repeat ;
	background-position:   3px 4px; 
}


