a:link, h1, h2, h3 { color: #26A; }  /* Couleurs */
a:visited          { color: #002; }

#elts-g, #elts-gb  { right: 80%;  }  /* Ratio gauche-droite */
#elts-d, #lnk      { left:  20%;  }

/* Apparences */

body {
color: #000;
background-color: withe;
font-family: arial, sans-serif;
font-size: 80%;
font-size-adjust: 0.53;
text-align: justify;
}

a {
text-decoration: underline;
}

.elt, .elt-l {
padding: 5px 0 5px 0;
}

.elt {
border-style: solid;
border-color: #eee;
border-width: 0 0 1px 0;
}


/* Titres */

h1 {
font-size: 2em;
font-weight: normal;
margin: 0 0 0 0;
padding: 0 0 10px 0;
}

h2 {
font-size: 1.6em;
font-weight: normal;
margin: 2em 0 0 0;
padding: 0 0 5px 0;
border-bottom: 1px solid;
}

h3 {
font-size: 1em;
font-weight: normal;
margin: 5px 0 0 0;
}


/* Mise en page */

#elts-g, #elts-gb {
position: absolute;
padding: 2em 1em 1em 5%;
text-align: right;
}

#elts-gb {
bottom: 0;
}


#elts-d{
position: absolute;
padding: 5em 5% 1em 1em;
border-left: 1px solid #ddd;
line-height: 1.3em;
}

#lnk {
position: absolute;
right: 0; 
padding: 2em 5% 0 0 ;
font-size: 1.1em;
text-align: right;
}

