/* CSS du Thème Hurilam 1.1
Validé avec http://jigsaw.w3.org/css-validator/validator */


/* Style général de la page. Barre de défilement seulement visible sous IE 5.5 et + */
 body {
          background : #ffffff;
          color : #000000;
          font : 11px Verdana, Arial, Helvetica, sans-serif;
          scrollbar-face-color: #f5f5f6;
          scrollbar-highlight-color: #ffffff;
          scrollbar-shadow-color: #e8e6ed;
          scrollbar-3dlight-color: #cdcbd2;
          scrollbar-arrow-color: #666666;
          scrollbar-track-color: #f6f6f8;
          scrollbar-darkshadow-color: #cdcbd2;
      }
      
/* Fontes générales */
  font , th , td , p  {
          color : #000000;
          font-weight : normal;
          font : 11px Verdana, Arial, Helvetica, sans-serif;
      }
 hr {
          border : 1px solid #d3e1f4;
          border-top-width : 1px;
          height : 0;
      }

 a {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 11px;
          font-weight : normal;
          color : #2a3251;
          text-decoration : none;
      }
 a:active {
          color : #990000;
          text-decoration : none;
      }
 a:hover {
          color : #990000;
          text-decoration : none;
      }
 a:link {
          color : #2a3251;
          text-decoration : none;
      }
 .color {
          font-family : Arial, sans-serif;
          font-size : 8pt;
          font-weight : normal;
          color : #2a3251;
      }
 .menu {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 10px;
          font-style : normal;
          font-weight : normal;
          color : #000000;
          text-decoration : none;
      }
 .menu:active {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 10px;
          font-style : normal;
          font-weight : normal;
          color : #990000;
          text-decoration : none;
      }
 .menu:hover {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 10px;
          font-style : normal;
          font-weight : normal;
          color : #990000;
          text-decoration : none;
      }
 .menu:link {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 10px;
          font-style : normal;
          font-weight : normal;
          color : #000000;
          text-decoration : none;
      }
 .ho {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 10px;
          font-style : normal;
          font-weight : normal;
          color : #ffffff;
          text-decoration : none;
      }
 .ho :active {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 10px;
          font-style : normal;
          font-weight : normal;
          color : #ffffff;
          text-decoration : none;
      }
 .ho :hover {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 10px;
          font-style : normal;
          font-weight : normal;
          color : #000000;
          text-decoration : none;
      }
 .ho :link {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 10px;
          font-style : normal;
          font-weight : normal;
          color : #ffffff;
          text-decoration : none;
      }
      
.th	{
	color: #000000;
	background-image : url(/themes/hurilam1.1/images/bloc_h.png);
        }

 .forumdate {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 10px;
          font-style : normal;
          font-weight : normal;
          color : #000000;
          text-decoration : none;
      }
 input {
          border : 1px solid rgb(123,168,204);
          font-family : Verdana, sans-serif;
          font-size : 8pt;
          font-weight : normal;
          color : #333333;
          background-image : url(/themes/hurilam1.1/images/mfond1.jpg');
      }
 input.area {
          border : 1px solid rgb(123,168,204);
          font-family : Verdana, sans-serif;
          font-size : 8pt;
          font-weight : normal;
          color : #333333;
          background-image : url(/themes/hurilam1.1/images/mfond1.jpg');
      }
      
/*----------------------- Options PwsPHP -------------------------*/


/* Pour l'option [panneau] du bbcode*/
.panneau {
	padding:4px;
	line-height: 10px;
	font-family:verdana,arial, Helvetica, sans-serif;
	color:black;
	font-size:10px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#d9e7f2', startColorstr='#ffffff', gradientType='1');
	border: 1px solid #333333;
}

/* Pour les citations dans les bbcode. ([quote][/quote])*/
.quote {
	padding:4px;
	line-height: 10px;
	font-family:verdana,arial, Helvetica, sans-serif;
	color:black;
	font-size:10px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#d9e7f2', startColorstr='#ffffff', gradientType='0');
	border: 1px solid #333333;
}

/* Ca, c'est pour le code PHP dans les bbcodes ([code][/code])*/
     .code_php {
	padding:4px;
	line-height: 10px;
	font-family:verdana,arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	border: 1px solid #333333;
	background-color : #ffffff;
    }

