body{
  background-color: #000;
  color: white;
}
table.page{
  background-image: url(../images/skin/fondpage.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-position: top;
}
h3{
  text-align:center;
}
.lien{
  cursor: pointer;
}

.bouton{
  background: black;
  font-size: medium;
	color: white;
	cursor: pointer;
}
a {
 color: white;
 text-decoration: none;
}
a:visited {
 color: white;
}
a:hover {
 color: #999999;
}
a:active {
 color: #777777;
}
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav a{
display:block;
padding:0px 0px 0px 0px;
width:150px;
height:30px;
color:#fff;
text-decoration:none;
text-align: center;
background-color:#000;
}

#nav a:hover{
background-color:#5e5e5e;
color:#000;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:150px;
}

#nav li ul a{
width:150px;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
width:150px;
margin:0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}