h1{
 color:orange;
 text-align : center;
}
ul{
color:black; 

}
#super {
   color: green;
}

a{
	text-decoration: underline;
	color : black;
}

h2 {
   text-align:left; 
   color: green
}

ul{
	margin:20px;
}
ol{
	margin:25px;
}
body{
  margin:40px;
  background: #eeeeee;
  font-size: medium;
  font-family: "Tahoma", Arial, sans-serif;
  text-align: left;
}

/* ci dessous style 3 */
#passion{
	text-align:center;
}
.contact{
color: black;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 50px;
  background-color: #C0C0C0;
  width: 100%;
  text-align: center;  
}
