/* CSS Document

Informations des formulaires

JP2, le 04/03/2009

*/
table {
   margin: auto;
   margin-top: 10px;
   text-align: center;
   border-collapse: collapse;
   width:100%;
}

th {
   border: 1px solid #91cb00;
   background-color:#91cb00;
   color:#FFFFFF;
   font-weight:normal;
   text-transform:none;
   text-align: center;
}

thead th
{
	font-weight:bold;
}

tr {
   border-top: 1px solid #ffffff;
   border-bottom: 1px solid #ffffff;
   border-left:1px solid #96b448;
   border-right:1px solid #96b448;
   background-color:#ecf3f7;
   color:#3b3d40;
   text-align: center;
}

.tab_pourcents
{
   width:150px;
}
.tab_explications, .tab_details
{
   width:300px;
}
tr .vide
{
   height:10px;
   empty-cells:show;
   background-color:black;
   display:block;
}

tfoot td
{
	border: 1px solid #91cb00;
	background-color:#91cb00;
}

caption
{
font-size:1.6em;
font-weight:bolder;
color:#142BA4;
}
