@media all {
   A {
     }

   A:link {
          color: black;
text-decoration:none; }

   A:visited {
             color: black;
	text-decoration:none; }

   A:hover {
          color: #FF9900;
         text-decoration:none;  }

   A:active {
	color: black;
      text-decoration:none; }


.titre {
text-align:center;
font-family: Arial;
font-size: 19pt;
font-weight: 700;
white-space: nowrap;}

.titre1 {font-family: Arial;
font-size: 15pt;
font-weight: 700;
text-align:center;
text-decoration:underline;}

.titre2 {font-family: Arial;
font-size: 10pt;
font-weight: 600;
text-align: justify;}

.titre3 {font-family: Arial;
font-size: 10pt;
font-weight: 600;
text-align: center;}




