body {
     background              : url(../images/nuages-sd.jpg) no-repeat center fixed;
     background-size         : cover;
}

a:hover   { cursor : pointer   }

body,
input,
textarea,
select
{
     font-family : Arial;
     font-size   : 18px;
     color       : #3e3e3e;
}

h1             { margin-top : 0 }
table          { border-spacing : 0}
table.liste td { padding : 10px }
table.form td  { padding: 0px }

table tr.enTete,
table tr.enTete:hover
{
     background-color : #3e3e3e;
     color            : #ffffff;
}

table tr.enTeteDroits,
table tr.enTeteDroits:hover
{
     background-color : #d4d4d4;
     color            : #000000;
}

table tr.enTeteDroits td {
     padding-top      : 5px;
     padding-bottom   : 5px;
}

table tr.simple:hover { background-color : #ffffff }
table tr:hover        { background-color : #cbf6c0 }