body {
  font-size: 12px;
  background: #aaa;
  color: #333;
  font-family: verdana;
}

td {
  font-size: 12px;
}

img {
  border-width: 1px;
  border-color: #ccc;
}

a img {
  border-width: 0px;
}

a:link        
{ 
  color: #999;
  text-decoration: none;
}
a:visited        
{ 
  color: #999;
  text-decoration: none;
}
a:hover           
{ 
  text-decoration: underline;
}

.myborder:focus, .myborder:hover {
  background-color:    #aaa;
}

.myborder {
  font-size:           10px;
  color:               #222;
  background-color:    #ddd;
  font-weight:         normal;
  border-color:        #666;
  border-style:        solid;
  border-top-width:    1px; 
  border-right-width:  1px; 
  border-bottom-width: 1px; 
  border-left-width:   1px;
}

a.onglet_current {
  color: #a40000;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: bold;
}

a.onglet {
  font-weight: bold;
  font-size: 12pt;
  text-transform: uppercase;
}

.texte_area {
  font-family: verdana;
  font-size: 12px;
}

li {
  line-height: 20px;
}
div#long_scroll {
  float: right;
  margin-right: 45px;
  margin-left: 50px;
  width: 480px;
  height: 380px;
  padding: 10 10 10 10;
  overflow: hidden;
  text-align: justify;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
}

div#long_track {
  margin-right: 15px;
  float: right;
  width: 5px;
  height: 400px;
  background-color: #ccc;
}

div#long_pointer {
  float: right;
  width: 5px;
  height: 40px;
  background-color: #a40000;
  cursor: pointer;  
}

div#main {
  float: right;
  background: url('/images/bg-ank.png') no-repeat top; 
}
