body {	
	margin:0 px;
	border:none;
	text-align:center;
	color:black;
	font-family:Andalus, Arial;
	background-color:teal;
	background-image:url(../images/fond.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	scrollbar-arrow-color : lavander;
  	scrollbar-base-color : aqua;
  	scrollbar-face-color : teal;
  	scrollbar-track-color : darkblue;
  	scrollbar-dark-shadow-color : blue;
  	scrollbar-shadow-color : aqua;
  	scrollbar-highlight-color :aqua;
  	scrollbar-3d-light-color : darkviolet;
	}


p {
	text-indent:50px;
	text-align:justify;
	font-size:17px;
	vertical-align:top;
	margin-left:10px;
	margin-right:10px;
	font-family:Andalus, Arial;
	}

p:first-letter {
	font-size:30px;
	}


table.table {
	width:900px;
	margin:0 px;
	font-size:17px;
	vertical-align:top;
	color:black;
	font-family:Andalus, Arial;
	border:none;
	text-align:center;
	}



#menu td {
	width:200px;
	text-align:right;
	vertical-align:center;
	font-size:15px;
	color:darkblue;
	font-family:Copperplate Gothic bold, Andalus, Arial;
	font-family:Times
	border-left: 0px solid darkblue;
	border-top: 1px solid blue;
	border-bottom: 2px solid darkblue;
	}

#menu A:link {  
	text-decoration:none;	
	font-size:15px;
	color:darkblue;
	font-family:Copperplate Gothic bold, Andalus, Arial;
  	}

#menu A:visited {
	text-decoration:none;	
	font-size:15px;
	color:teal;
	font-family:Copperplate Gothic bold, Andalus, Arial;
  	}

#menu A:hover {
	text-decoration:none;	
	font-size:15px;
	color:green;
	font-family:Copperplate Gothic bold, Andalus, Arial;
  	}





h1 {
	font-size:30px;
	font-weight:bold;
	text-align:center;
	font-family:Copperplate Gothic bold, Andalus, Arial;
	color:green;
	}


h2 {
	font-size:20px;
	text-align:center;
	font-family:Andalus, Arial;
	color:darkblue;
	}


h3 {
	font-size:17px;
	text-indent:60px;
	text-align:left;
	font-family:Andalus, Arial;
	color:purple;
	}

h3:first-letter {
	font-size:30px;
	}


hr {
	color:orangered;
	border-style:dotted;
	size:1px;
	}

