@charset "utf-8";
/* CSS Document */

body {
	background-color: #110302;
	background-image: url(images/TEXTURE_FOND.jpg);
}

a:link {
  color: #333333; 
  text-decoration: none; 
  background:}/*normal links in the text*/
a:visited {
  color: #333333;
  text-decoration: none; 
  background:}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #CCCCCC; 
  text-decoration: none; 
  background:}
a:active {/*colour in NN4.xx is red*/ 
  color: #CCCCCC; 
  text-decoration: none; 
  background:}

#dropmenudiv{
position:absolute;
border:;
border-bottom-width: 2px;
font:normal 10px Verdana;
line-height:22px;
z-index:100;
background-color:;
background-image: url(images/drop02.jpg);

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent:;
border-bottom:;
padding:;
text-decoration: none;
font-weight: ;
background-image: url(images/drop01.jpg);
}

#dropmenudiv a:hover{ /*hover background color*/
background: transparent url("fond_menu.png") repeat;
}
body {
	background-image: url(images/TEXTURE_FOND.jpg);
	background-color: #E9E9E9;
}