/* xdossier.css - CSS - notices and documentation at the end of the file */

body {
 margin                  : 6%                 ;
 margin-top              : 3%                 ;
 background-color        : #fffffe            ;
 color                   : black              ;
 font-family             : optima             ;
 font-size               : 1.2em              ;
 line-height             : 1.2                ;
}

h1 {
 text-align              : center             ;
 font-size               : 1.4rem             ;
 color                   : #440000            ;
}

a:link {
 text-decoration         : none               ;
 color                   : #0000CC            ;
}

a:visited {
 text-decoration         : none               ;
 color                   : #0000CC            ;
}

a:hover {
 text-decoration         : none               ;
 border-bottom           : 2px solid #006600  ;
}

table {
 margin-top              : 2.8em              ;
 margin-right            : auto               ;
 margin-left             : auto               ;
 padding                 : 0.8%               ;
 border-collapse         : collapse           ;
}
th {
 border                  : 1px solid #888888  ;
 padding                 : 0.3em              ;
}
td {
 border                  : 1px solid #888888  ;
 padding                 : 0.3em              ;
}

ul {
 margin-top              : 1%                 ;
 margin-left             : 3%                 ;
}
li {
 padding                 : 0.1em              ;
}

#home {
 position                : absolute           ;
 margin-top              : -0.2rem            ;
 margin-left             : -0.7rem            ;
 left                    : 2.5%               ;
 font-weight             : bold               ;
 font-size               : 2.1em              ;
}

.comment {
 display                 : block              ;
 color                   : #999999            ;
 font-family             : monospace          ;
 font-size               : 0.9em              ;
}

/*
relation: http://limes.lu
date: 2006-02-11
creator: M.T. Carrasco Benitez
rights: CC BY-SA: Creative Commons Attribution-ShareAlike
*/
