@charset "utf-8";
body

h1
{
   font-family: Arial, Helvetica;
   font-style: normal;
   font-size :16px;
   color: red;
}
  a img {
  border: 3px solid #FFFFFF;
  }
 a:visited img {
  border-color: #00008B;
  }
a:hover img {
  border-color: #FF0000;
  }
a:active img {
  border-color: #FF0000;
  }	

.Degrade{
background-image:-moz-linear-gradient(305deg, Moccasin, coral );
background-image:-webkit-linear-gradient(305deg, Moccasin, coral );
background-image:-o-linear-gradient(305deg, Moccasin, coral );
background-image:linear-gradient(135deg, Moccasin,coral );
}   
  
  
TD
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 22px;
	color: black;
}

a.lien
{
	font-size : 20px;
	color: #0000FF;
	font-style: italic; 
	text-decoration: none;
	text-align: center;
}
a:visited.lien
{
	font-size : 20px;
	font-style: italic;
	color: #9900FF; 
	text-decoration: underline;
} 
a:active.lien 
{
	font-size : 20px;
	color: #FF0000;
	text-decoration: underline;
}
a:hover.lien 
{ 
	font-size : 20px;
	color :#FF0000;
	text-decoration: underline;
}

.center-div
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 700px;
  height: 465px;
}

