#Comite
{
	position: relative;
	text-align: center;
}

#Comite ul
{
	line-height: 2em;
	list-style: none;
}

#Comite ul li
{
	text-align: left;
}

#Comite ul li label
{
	display: inline-block;
	width: 150px;
	text-align: right;
}

#Comite ul li input
{
	width: 200px;
}

#Comite .submit
{
	text-align: center;
}

#Comite .submit input
{
	width: 100px;
}

#Comite #fileField
{
	margin-top: 30px;
}

#Comite .invisible
{
	display:none;
}

#Comite .tableLi li
{
	text-align: center;
}

#Comite ul li table
{
	width: 500px;
	border: solid 1px black;
	border-collapse: collapse;
	margin: auto;
}

#Comite ul li table thead tr
{
	background-color: #555;
}

#Comite ul li table thead tr th
{
	padding: 3px;
	text-align: center;
	color: white;
}

#Comite ul li table tbody tr
{
	background-color: #fff;
}

#Comite ul li table tbody tr.alternate
{
	background-color: #999;
}

#Comite ul li table tbody tr td
{
	padding: 3px;
	text-align: center;
}

#Comite .meter
{
	width: 1px;
	height: 20px;
	font-size: 1px;
	background-color: green;
}

#Comite #Load
{
	display: none;
	margin: auto; 
	padding: 0;
	width: 300px;
	background: #fff;
	border: solid 2px black;
	border-top: 0;
}

#Comite #Load img
{
	margin-left: 25px;
	margin-top: 1px;	
}

#Comite #Load span
{
	display: inline-block;
	margin-left: 25px;
	padding-bottom: 5px;	
}

#Comite .tbl_dossiers
{
	width: 550px;
	border: solid 1px black;
	border-collapse: collapse;
	margin: auto;	
}

#Comite .tbl_dossiers thead tr
{
	background-color: #555;
}

#Comite .tbl_dossiers thead tr th
{
	padding: 3px;
	text-align: center;
	color: white;
}

#Comite .tbl_dossiers tbody tr
{
	background-color: #fff;
}

#Comite .tbl_dossiers tbody tr.alternate
{
	background-color: #999;
}

#Comite .tbl_dossiers tbody tr td
{
	padding: 3px;
	text-align: center;
}

#Comite .tbl_dossiers tbody tr td a
{
	color: black;	
}
