
/* 
Code par N3m0
Avril 2006 
Nemo.fr@gmail.com
*/

body
{
background-color : rgb(4 , 13 , 0) ;
font-family : "Trebuchet Ms" , serif ;
}

#banniere
{
height : 100px ;
border : white outset 2px ;
margin : 5px ;
margin-top : 0px ;
padding : 5px ;
background-image : url("images/logo.gif") ;
}

.left
{

text-align : center ;
color : rgb(109 , 224 , 69) ;
font-size : 95px ;
margin-top : -18px ;
}

#menuhaut
{
width : 99% ;
margin-top : 20px ;
padding-top : 6px ;
border : double 1px white ; 
background-color : rgb(45, 82 , 33) ;
height : 28px ;
padding-left : 7px ;
}



#menuhaut a
{
text-decoration : none ;
color : white ;
font-size : 16px ;
}

#menuhaut a:hover
{
text-decoration : underline ;
color : black ;
font-weight : bold ;
}

.inline
{
display : inline ;
border-right : double 1px white ; 
border-left : none ;
padding : 7px ;
margin-right : 7px ;
color : white ;
text-align : left ;
}

#menu
{
margin-top : 20px ;
color : white ;
float : left ;
width : 13% ;
margin-left : 10px ;
margin-right : 0;
}

.menuinside
{
border: 1px solid white ;
margin-bottom : 15px ;
background-image : url("images/menu.gif") ;
}


.menuinside h5
{
margin-top : 5px ;
font-size : 22px ;
text-align : center ;
font-variant: small-caps ;
border-bottom : 1px solid white ;
padding-bottom : 2px ;
color : rgb(193 ,255, 193) ;
}

.menuinside ul
{
margin-top : -13px ;
font-size : 15px ;
margin-bottom : 9px ;
font-weight : bold ;
}

.menuinside ul a
{
text-decoration : none ;
color : white ;
}

.menuinside ul a:hover
{
color : black ;
background-color : white ;
}

li
{
list-style-image: url("images/puce.gif") ;
}

#body
{

margin-top : 20px ;
background-color : white ;
color : black ;
width: 83% ;
margin: auto ;
margin-top : 28px ;
padding: 5px;
overflow : hidden ;
font-size : 18px ;
background-color: rgb(21 , 22 , 16) ;
color : rgb(90 , 193 , 88) ;
border: 1px solid white ;
margin-bottom : 28px ;
}

#bottom
{
width : 95% ;
border : 1px white solid ;
color : white ;
font-size : 30px ;
text-align : center ;
margin : 15px ;
padding : 10px ;
background-image : url("images/logo.gif") ;
font-variant : small-caps ;
font-weight : bold ;
}

#truc
{
background-color : rgb(21 , 22 , 16) ;
color : rgb(90 , 193 , 88) ;
width : 9% ;
padding : 3px ;
text-align : left ;
border : 1px double lime ;
}

#truc a 
{
color : rgb(90 , 193 , 88) ;
text-decoration : none ;
}

#truc a:hover
{
text-decoration : underline ;
}


