/* Tableaux
-------------------------------------------------------- */

#contenu table {
	padding:0;
	margin:10px 0 0 2px;
	width : 770px;
	
}

#contenu table tr {
	padding:0;
	margin:0;
	/*height:18px;*/
	
}

#contenu table th {
	font-weight: bold;
	font-size:12px;
	background-color: #d8d9da;
	border-bottom:solid 1px #FFFFFF;
	
}

#contenu table td {
	font-weight: bold;
	
	background-color: transparent;
	border:none;
	
}

#contenu table td.ligne {
	font-weight: normal; /* bold; */
	font-size:12px;
	background-color: transparent;
	border-bottom:solid 1px #d8d9da;
	
}

#contenu table td form  {
   
 
}

#contenu table td form select {
    
	
	font-weight: bold;
	/*background-color: transparent;*/
	border-bottom:solid 1px #d8d9da;
}


#contenu table th.total {
	font-weight: bold;
	color: #FFF;
	background-color: gray; /*#00529a;*/
	border-bottom:solid 1px #dedce6;
}