<!--
/*Body*/

.body{
scrollbar-arrow-color:FFCC00;
scrollbar-face-color:FFCC33;
scrollbar-base-color:FFCC33;
scrollbar-darkshadow-color:000000;
scrollbar-shadow-color:0000000;
scrollbar-highlight-color:FFCC33;
scrollbar-3dlight-color:000000;
background-color: #999999;
}

/*Bordures*/
.cornerupleft{
  border-bottom: 1px solid black;
  background: #999999 url(./i/chg.gif) no-repeat left top;
  font-size: 25px
}
.cornerupright{
  border-bottom: 1px solid black;
  background: #999999 url(./i/chd.gif) no-repeat right top;
  font-size: 25px
}
.cornerdownleft{
  border-top: 1px solid black;
  background: #999999 url(./i/cbg.gif) no-repeat left bottom;
  font-size: 25px
}
.cornerdownright{
  border-top: 1px solid black;
  background: #999999 url(./i/cbd.gif) no-repeat right bottom;
  font-size: 25px
}
.borderleft{
  border-left: 2px solid black;
  background-color: #CCCCCC
}
.borderright{
  border-right: 2px solid black;
  background-color: #CCCCCC
}
.borderup{
  border-bottom: 1px solid black;
  border-top: 2px solid black;
  background-color: #FFCC33;
  font: normal 12px Verdana, Helvetica, Arial, Sans-serif
}
.borderdown{
  border-top: 1px solid black;
  border-bottom: 2px solid black;
  background-color: #FFCC33;
  font: normal 12px Verdana, Helvetica, Arial, Sans-serif
}
.main{
  background-color: #CCCCCC;
  font: normal 12px Verdana, Helvetica, Arial, Sans-serif
}

/*liens*/

a{text-decoration:none}
a:link{color:000000}
a:visited{color:000000}
a:active{color:000000}
a:hover{color:000000;text-decoration:underline}
a:link IMG {border-color:000000}
a:active IMG {border-color:000000}
a:visited IMG {border-color:000000}

/*caracteres*/

.texte{
font-size: 17px;
font-family: arial,helvetica;
font-weight: normal;
color: #000000;
}

.titre{
font-size: 30px;
font-family: arial,helvetica;
font-weight: bold;
color: #000000;
}

.small{
font-size: 12px;
font-family: arial,helvetica;
font-weight: bold;
color: #000000;
}

.textzone{
background: #CCCCCC;
border-color: black;
font-size: 8pt;
font-family: Verdana,arial,helvetica;
color: #000000;
scrollbar-arrow-color:000000;
scrollbar-face-color:FFCC33;
scrollbar-base-color:FFCC33;
scrollbar-darkshadow-color:000000;
scrollbar-shadow-color:000000;
scrollbar-highlight-color:FFCC33;
scrollbar-3dlight-color:000000;
}
-->