/* CSS du Thème pacemakerz



/* Style général de la page.Barre de défilement seulement visible sous IE 5.5 et + */
 body {
          /* couleur du fond en noir*/ 
          background : #000000 url(background.jpg) no-repeat;
 
          /*texte en bas (Page générée en...) */
          color : #569F1F;
          
          font : 11px Verdana, Arial, Helvetica, sans-serif;
          
          scrollbar-face-color: #569F1F;
          scrollbar-highlight-color: #ffffff;
          scrollbar-shadow-color: #e8e6ed;
          scrollbar-3dlight-color: #cdcbd2;
          scrollbar-arrow-color: #666666;
          scrollbar-track-color: #000000;
          scrollbar-darkshadow-color: #cdcbd2;
      }
      
/* Fontes générales */
  font , th , td , p  {
          
          /*texte générale (titre menu, texte dans pages news...) en blanc*/
          color : #ffffff;
          
          font-weight : normal;
          font : 11px Verdana, Arial, Helvetica, sans-serif;
      }
 hr {
          border : 1px solid #1B3779;
          border-top-width : 1px;
          height : 0;
      }

 a {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 11px;
          font-weight : normal;
          
          /*liens deja clikés*/
          color : #F1A345;
          
          text-decoration : none;
      }
 a:active {
          
          
          color : #F1A345;
          text-decoration : none;
      }
 a:hover {
          
          /*passage sur lien en vert*/
          color : #4D9E18;
         
          text-decoration : none;
      }
 a:link {
          
          /*liens pas encore clikés*/
          color : #F1A345;
          
          text-decoration : none;
      }
 .color {
          font-family : Arial, sans-serif;
          font-size : 8pt;
          font-weight : normal;
          color : #569F1F;
      }
 .menu {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 10px;
          font-style : normal;
          font-weight : normal;
          color : #569F1F;
          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 : #569F1F;
          text-decoration : none;
      }
 .ho {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 10px;
          font-style : normal;
          font-weight : normal;
          color : #569F1F;
          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: #569F1F;

        /*bord droit des fenetres*/
	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;
    }

