/*Stlye sheet pour le site ulf, qui normalement devrait avoir le meme menu de naviguation que les autres parties du site*/

body {
width : 800px;
background-color: #ffffff;
color: #000000;
font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
font-size: 16px;
margin-left: auto;
margin-top: auto;
margin-right: auto;
overflow: visible;
font-weight: bold; }

a:link, a:visited, a:active{
background-color: #ffffff;
color: #000000;
text-decoration: none; } 

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

#contenu {
width:600px;
overflow: auto;
position: absolute;
text-align:justify;
padding: 20px;
margin-left: 200px; }

#title {
position: absolute;
top: -50%;
width: 150px;
font-size: 3em;
letter-spacing: 10px;
line-height: 0.8em;
text-align: right;
left: -400px; }

#navbar {
position: absolute;
text-align: left;
width : 180px;
letter-spacing: 2px;
display: block;
padding: 5px;
font-weight: bold;
font-size: 14px; }

#navbar a:link, #navbar a:visited {
display: block;
color: #7e7e7e;
background-color: #ffffff;
border-bottom: 1px #000000 solid;
text-decoration: none; }

#navbar a:hover {
background-color: #aaaaaa;
color: #000000; 
}

#navbar p a:link, #navbar p a:visited {
display: block;
color: #000000;
border-bottom: 1px #000000 solid;
text-align: right; }

#navbar p a:hover {
background-color: #aaaaaa;
color: #000000;
text-align: right; }

#navbar h1 {
display: block;
color: #000000;
border-bottom: 0px #000000 solid;
background-color: #ffffff;
text-decoration: none;
text-align: center;
font-size: 10px; }

#navbar h1 a:link, #navbar h1 a:visited, #navbar h1 a:hover {
display: block;
color: #000000;
border-bottom: 0px #000000 solid;
background-color: #ffffff;
text-decoration: none;
text-align: center;
font-size: 10px; }

#footer {
font-size:12px;
text-align: center;
position: absolute;
width: 800px;
height: 10%;
bottom: 0%;
overflow: auto; } 
