A       { 
          text-decoration: none
        }

A:hover {
          text-decoration: none 
        }
A:hover {
          color: red
        }
table   { 
          font-family : Verdana, Arial;
          font-size : 8pt;
          color : black
        }
td      { 
          font-family : Verdana, Arial;
          font-size : 8pt;
          color : black
        }

.TitreEncart      
        { 
          font-family : Verdana, Arial;
          font-size : 8pt;
  	  font-weight: bold ;
          color : white 
        }


p       { 
          font-family : Verdana, Arial;
          font-size : 8pt;
          color : black
        }

h1       { 
          font-family : Verdana, Arial;
          font-size : 12pt;
          font-weight: bold ;
          color : black
        }

h2       { 
          font-family : Verdana, Arial;
          font-size : 11pt;
          color : black
        }
h3       { 
          font-family : Verdana, Arial;
          font-size : 10pt;
          color : "#DE781F"
        }

body { background-color: white ;
     }

fieldset { -moz-border-radius:10px; 
	   background-color:#98FB98; 
	   font-family:verdana; 
	   font-size:11px; 
	   border:3px solid #006400; 
	   width:550px; 
	   margin:0 auto;
         }

fieldset.info { -moz-border-radius:10px; 
	   background-color:#FFCD7D; 
	   font-family:verdana; 
	   font-size:11px; 
	   border:3px solid #A86700; 
	   width:550px; 
	   margin:0 auto;
   }

legend { font-family: verdana; 
	 font-size: 14px; 
	 color: #006400; 
	 font-weight: bold;
       }

legend.info { font-family: verdana; 
	 font-size: 14px; 
	 color: #A86700; 
	 font-weight: bold;
       }

