BODY {

      background-color: #ffffff;
      font-family: Arial, Verdana, sans-serif;
      font-size : 10px;
      color: #000000;



      }

<!-- Liens

A:link  {color : #000000; text-decoration : none;}
A:active {color : #000000; text-decoration : none;}
A:visited {color : #000000; text-decoration : none;}
A:hover {color : #EF6700; text-decoration : none;}
 -->

a {
   color : #EF6700;
   text-decoration : none;
}
a:hover {
color : #000000;
text-decoration : none;
}

/* Style du printing pour le planning*/

tr.hotel_print {
         border: 2px;
         color: #000000;
         font-size:11px;
         background: #ffffff;
         text-align: center;
         font-weight: bold;
         border : 2px;
        }

td.hotel_entete {
         border: 2px;
         color: #000000;
         font-size:12px;
         background: #ffffff;
         text-align: center;
         font-weight: bold;
        }

td.entete {
         border: 0px;
         color: #000000;
         font-size:14px;
         background: #ffffff;
         text-align: center;
         font-weight: bold;
        }

table.center {
        border:1px solid black;
        align: center;
        }

td.all {
        border:1px solid black;
        text-align:center;
        font-size : 12px;
        border-collapse:collapse;
        padding : 0px;
        }

td.titre {
        text-align:center;
        font-size : 20px;
        font-weight: bold;
        }

td.planning {

        font-weight: bold;
        }

td.header {
        border:1px solid black;
        text-align: center;
        font-size : 13px;
        border-collapse:collapse;
        padding : 0px;
        font-weight: bold;
        }
