body {
  background-color: #ff8000;
}

h1 {
font-family: verdana, arial, sans-serif;
font-size: 10pt;
color: #ff8000;
}

a:link {
color: #6e0600;
text-decoration: none;
}

a:visited {
color: #6e0600;
text-decoration: none;
}

a:active {
color: #6e0600;
text-decoration: none;
}

a:hover {
color: #ff8000;
text-decoration: underline overline;
}


#titre {
font-size : 24pt;
font-family : verdana;
font-weight : none;
text-decoration : none;
}

span.orange {
color: #ff8000;
}

.corps { 
    font-family: verdana, Sans-Serif; 
    font-size: 10px;
    text-align: left;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(102,62,16);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(102,62,16);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(102,62,16);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(102,62,16);
}

.SansBordure {
    font-family: verdana, Sans-Serif; 
    font-size: 10px;
    text-align: center;
    valign: middle;
    height: 8px;
}    

.fiche { 
    background-color: #E0E0E0; 
    margin: 1px 3px 5px 3px;
    width:300px;
    padding: 4px;
} 

.floatadroite { 
    float: right; 
    text-align: left;
} 
