/*	========================================
 	Feuille de style pour Palettestpiat.be
 	========================================*/

/* --- Styles globaux pour la rubrique LISTE DE FORCE --- */ 

.tableauldf{
	text-align:center;
	border: 1px white solid;
	margin:auto;
	width: 95%;
	border-collapse:collapse;
	font-size:0.80em;
	font-weight: normal;
}

.tableauldf th{
	background-color: #626262;	
        height: 11px;
}
.tableauldf td {
}
.tableauldf td img {

}

#montant{
	//border-bottom: 2px white solid;
        background-color: red;
}
#descendant{
	//border-bottom: 2px white solid;
        background-color: grey;
}
#stpiat{
        background-color: #53BAE5;
}

#barragistemontant{
        background-color: #e1b463;
}


.tableauldf2{
	text-align:center;
	border: 1px white solid;
	margin:auto;
	width: 95%;
	border-collapse:collapse;
	font-size:0.80em;
	font-weight: normal;
}

.tableauldf2 th{
	background-color: #626262;	
        height: 11px;
	text-align:left;
}
.tableauldf2 td {
}
.tableauldf2 td img {
	width:150px;
	margin-top:10px;
	margin-bottom:10px;
}
