@charset "iso-8859-1";
/* author: Jeoffrey Stiernon */
/* Cre: 19/11/2004 */
/* Maj: 31/10/05 */

body {
	 background-color: black;
	 font-family: Verdana, Arial, Helvetica, sans-serif ;
  	 color: #C16C20;
  	 }

a:link {
  	   color: #C16C20;
  	   text-decoration: none;
  	   }  

a:hover {
  		color: white;
		text-decoration: overline;
		font-size: 15pt ;
		text-transform: uppercase;
  		}

a:visited {
  color: #C16C20;
  text-decoration: none;
  }

a:active  {
  		  color: black;
		  text-decoration: none;
		  }

.titre {
  	   font-size: 11pt ;
  	   text-align: right;
	   font-style: italic;
	   margin-bottom: 50px;
	   }
		   
.corps {
  	   font-size: 12pt;
	   margin-bottom: 90px;
	   margin-left:25%;
  	   }

.piedpage {
		  color: red;
		  text-align: center;
		  font-size: 10pt;
		  margin-bottom: 10px;
		  }

.licence {
		 text-align: right;
		 font-size: 9pt;
		 font-style: italic;
		 }