html, body {
margin:0px;
width: 100%;
height: 100%;

    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #152b5a;
    scrollbar-highlight-color: #152b5a;
    scrollbar-3dlight-color: #152b5a;
    scrollbar-darkshadow-color: #152b5a;
    scrollbar-track-color: #0d1c3a;
    scrollbar-arrow-color: #152b5a;
    
    background-color:black;
 background-image:url(kanji.jpg);
 background-position:center;
 background-repeat:no-repeat;
 background-attachment:fixed;
}

#fond
{
 z-index:2;
 padding:30px;
 position:absolute;

 top:0px;
 bottom:0px;
 right:0px;
 left:0px;
}

#haut {
z-index:10;
position:fixed;
top:0px;
height:30px;
width:100%;

background-image:url(degrade_bleu_noir_H.jpg);
background-repeat:repeat-x;
float:top;
}

#bas {
  z-index:10;
position:fixed;
bottom:0px;
height:30px;
width:100%;

background-image:url(degrade_bleu_noir_H2.jpg);
background-repeat:repeat-x;
float:left;
}

#gauche {
  z-index:10;
position:fixed;
left:0px;
height:100%;
width:30px;

background-image:url(degrade_bleu_noir_V.jpg);
background-position:left;
background-repeat:repeat-y;
float:left;
}

#droite {
  z-index:10;
position:fixed;
right:0px;
height:100%;
width:30px;

background-image:url(degrade_bleu_noir_V2.jpg);
background-repeat:repeat-y;
float:right;
}

#coin {

height:30px;
width:30px;
background-image:url(coin_bleu_noir_HG.jpg);
background-repeat:no-repeat;
float:left;
}

#coinBG {

height:30px;
width:30px;
background-image:url(coin_bleu_noir_BG.jpg);
background-repeat:no-repeat;
float:left;
}

#coinBD {

height:30px;
width:30px;
background-image:url(coin_bleu_noir_BD.jpg);
background-repeat:no-repeat;
float:right;
}

#coinHD {

height:30px;
  width:30px;
background-image:url(coin_bleu_noir_HD.jpg);
background-repeat:no-repeat;
float:right;
}

#centre {
  /*cursor:crosshair ;*/
  margin-top:0px;
  margin-left:0px;
  /*background-image:url(background_bleu_noir.jpg);*/
  background-color:black;
  background-image:url(kanji.jpg);
  background-position:center;
  background-repeat:no-repeat;
  height:100%;
  width:100%;

}

.vert { color : green;}
.rouge { color : red;}
.blanc { color : white;}
.bleu { color : blue;}
.marron { color : brown;}
.mauve { color : purple;}
.gras {font-weight:bold}