@media all {
   BODY {
          font-family: "Arial";
          color: white;
          background-repeat: repeat;
          background-attachment: fixed;
          background-color: #333333;
          background-image: url("/itp/images/bg22.jpg");
		  scrollbar-highlight-color: #AAAAAA;
	      scrollbar-3dlight-color: #333333;
	      scrollbar-arrow-color: #8B0000;
	      scrollbar-track-color: #333333;
	      scrollbar-base-color: #888888;
	      scrollbar-shadow-color: #666666;
	      scrollbar-darkshadow-color: #333333;

        }

   A:link {
          font-family: "Arial";
          font-style: normal;
          text-decoration: ;
          color: white;
          }

   A:visited {
          font-family: "Arial";
          font-style: normal;
          text-decoration: ;
          color: white;
             }

   A:active {
          font-family: "Arial";
          font-style: normal;
          text-decoration: underline ;
          color: white;
            }

   .bouton {
          font-family: "Arial";
          font-size: 17px;
          font-weight: bold;
          color: white;
           }

   .boutonfond {
          font-family: "Arial";
          font-size: 17px;
          font-weight: bold;
          color: #333333;
               }

   .titre {
          font-family: "Arial";
          font-size: 36px;
          font-weight: bold;
          color: white;
          }

   .titrefond {
          font-family: "Arial";
          font-size: 36px;
          font-weight: bold;
          color: #333333;
              }

   .copy {
          font-family: "Arial";
          font-size: 13px;
          font-weight: bold;
          color: white;
         }

   .copyfond {
          font-family: "Arial";
          font-size: 13px;
          font-weight: bold;
          color: #333333;
             }
   .text {
          font-family: "Arial";
          font-size: 12px;
          font-weight: normal;
          color: white;
         }

   .textfond {
          font-family: "Arial";
          font-size: 12px;
          font-weight: normal;
          color: #8b0000;
             }
}

