/***** CSS *******/

body{
	font-family: 'Century Gothic', Calibri, serif;
	font-size: 100px;
	text-align: left;
	background-color: beige;
}

h1{ font-weight: normal;
	font-size: 90px;
	font-family:Times New Roman; 
	color: purple;
	text-decoration: underline;
	text-align:center;
	}
h2{ font-weight: normal;
	font-size: 40px;
	font-family:Times New Roman; 
	color: purple;
    text-align:center;
	text-decoration: underline;
}
h3{ text-align:center;
	font-size: 20px;
	color: purple;
}
h4 {
    color: purple;
	font-size: 30px;
	text-align:center;
	font-family:Times New Roman;
	font-weight: normal;
	text-decoration: underline;
}
h5{ font-weight: normal;
	font-size: 20px;
	font-family:Times New Roman; 
	color: red;
    text-align:center;
	text-decoration: underline;
	
}
marquee{ 
         font-size: 25px;
		 color: purple;


}
p {
    text-indent: 200px;
    letter-spacing: 1px;
	font-weight: normal;
	font-size:30px;
	font-family:Times New Roman; 
	color: purple;
    text-align:center;
	text-decoration: underline;

}
img{
	width: 500px;
	height: 300px;
    display: inline; /* block ou inline */
    margin-left: auto;
    margin-right: auto }

footer{
	height: 90px;
	padding-top: 30px;
	text-align: center;
	background-color: #C5C5C5;
	border-top: 2px solid #AAA;
	background-color: black;
	font-size: 25px;
}

ul, ol {
    margin: auto;
    width: 20%;
	font-size:30px;
}

/*a:link { color: blue; }          /* Liens non visités */
/*a:visited { color: purple; }     /* Liens visités */
/*a:hover { background: blue; }  /* Liens survolés */
/*a:active { color: red; }         /* Liens actifs */
a:link {
 color: blue;
 text-decoration: underline;
  text-align:center;
 }
a:visited {
 color: purple;
 }
a:hover {
 color: blue;
 text-decoration: none;
}
a:active, a:focus {
 color: red;
}