@charset "iso-8859-1";
/* auteur: cybererotixxx.com 2006/12/29 */

/* ---------------------- */
/* begin : pour general */
/* ---------------------- */
     body {
          background-color: #808080;
          margin: 0 0 0 0;
          padding: 0 0 0 0;
     }
     a {
          color: #cccccc;
          text-decoration: none;
     }
     a:hover {
          color: #000000;
          background-color: #cccccc;
          text-decoration: none;
     }

     .footer {
          font-family: tahoma,verdana,arial;
          font-size: 10px;
          color: #cccccc;
     }


/* ---------------------- */
/* begin : pour splashpage */
/* ---------------------- */
     #splash_text {
          font-family: tahoma,verdana,arial;
          font-size: 10px;
          color: #ffffff;
          padding: 0 0 10 30;
     }
     #splash_text span{
          font-weight: bold;
          font-size: 12px;
     }


/* ---------------------- */
/* begin : pour errorpage */
/* ---------------------- */
     #error_text {
          font-family: tahoma,verdana,arial;
          font-size: 10px;
          color: #ffffff;
          padding: 0 0 40 30;
     }
     #error_text p {
          font-size: 13px;
          color: #fff;
     }
     #error_text p strong {
          color: #fdd900;
     }
     #error_text a {
          font-size: 11px;
          color: #fff;
          font-weight: bold;
          text-decoration: none;
          border-bottom: 1px dotted #fff;
     }
     #error_text a:hover {
          font-size: 11px;
          color: #000;
          font-weight: bold;
          text-decoration: none;
          background-color: #FDD900;
     }

