 
/* BODY */
body {
margin: 0;
padding: 10;
background-color:black;
/*font:80% verdana, arial, helvetica, sans-serif;*/
font:80% Georgia, helvetica, arial;
color: #ffffff;
line-height: 10%;
}
/* FIN BODY */

/* GENERAL */
a:link { 
  color: #ccc; 
} 
a:visited { 
  color: #ccc; 
}
/* FIN GENERAL */


h3 {
color: #ffffff; 
font:180% italic arial;
font-weight: bold;
font-family:verdana, arial, helvetica, sans-serif;
}

p.tresgras {
font-weight: bold;
font:180% Georgia;
font-style: italic;
position: relative;
left: 3;
}

/* CLASS */
.navigation
{
color: #ffffff; 
font:90% italic;
font-weight: bold;
font-style: italic;
padding: 0;
position: absolute;
left: 8;
link: #cccccc;
}

.creations{
position: relative;
left: 5;
}

.fiche_tech
{
color: #ffffff; 
font:80% bold italic verdana;
font-weight: bold;
line-height: 80%;
padding: 10;
position: absolute;
right: 8; 
}


/* MAIN */
#main { 
position: absolute; 
top: 2;
left: 10;
right: 5;
font:90% arial, verdana, helvetica, sans-serif;;
color: #ffffff;
font-family:verdana, arial, helvetica, sans-serif;
}

dl#main {
width: 95%; 
}

dl#main ul{
width: 95%;
list-style-type: none;
}
/* FIN MAIN */

/* MENU */
#menu {
position: absolute;
top: 2;
left: 5;
right: 5;
padding: 0;
}
dl#menu {
width: 95%;
}

dl#menu ul {
padding: 0;
list-style-type: none;
}

dl#menu dt {
cursor: pointer;
height: 20px;
line-height: 20px;
margin: 2px 0;
text-align: center;
/*border: 1px solid gray;*/
border: 0px;
background: #000;
}

dl#menu dd {
padding: 0;
list-style-type: none;
margin: 0;
text-align: center;
background: #000;
}

dl#menu li {
text-align: center;
background: #000;
padding: 0;
}

dl#menu li a, dl#menu dt a {
color: #000;
display: block;
border: none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #000;
}
/* FIN MENU */


