BODY {
	
	background-color : #d3dde5;
   background-image : url(../itf/fond.png);
   background-position : 0 60px;
	font-family:  Arial,Verdana, Helvetica, sans-serif;

	font-size :11px;
	margin : 0px;
}



td {
	font-size: 11px;
}
#header_main {

   background-image : url(../itf/barre_tile.png);
   height : 63px;
}





table.list {
  border-collapse:collapse;
  width : 100%;
}

table.list th {
   background-color : #fa9806;
   padding : 0px;
   text-align  : left;   padding : 3px;
   font-size : 12px;
   height : 23px;
   background-image : url('../itf/titre-table-tile.png');
   background-repeat : repeat-x;
}

table.list tr{
   background-color : #ecedf1;
   border-bottom: 1px solid white; 
}
table.list tr.alt{
   background-color : #dce6f0;
   border-bottom: 1px solid #cfd9e2; 
}

table.list td {
   padding : 3px;
}


A {
   text-decoration : none;
   color : #414769;
}



H1 {
   font-size : 14px;
   font-weight : bold;
   margin : 0;
   background-image : url('../itf/titre-page_tile.png');
   height : 25px;
   padding-left : 27px;
   padding-top : 4px;
   background-repeat : repeat-x;
   color : #414769;
   
}
 h2 {
    font-size : 13px;
    margin :  5px 0 5px 0;
 }

#content {
}

