body {
  color:black; 
  font-family: Arial;
  texte-align:justify; 
  font-weight:normal; 
  font-size:12pt; 
}
 
img { 
  border-top-width:10px;
  border-left-width:10px;
  border-right-width:10px;
  border-bottom-width:10px;
}
a:link { 
  color:blue; 
  text-decoration:none; 
}
a:visited{ 
  color:blue; 
  text-decoration:none 
}
a:hover { 
  color:red; 
  text-decoration:none;
}
a:active { 
  color:red;
  text-decoration:none;
}
a:focus { 
  color:green;
  text-decoration:none;
}
form { 
  text-align:left;
}
p { 
  text-align:left;
}

#menu { 
  font-weight:bold; 
  font-size:14pt; 
  font-style:italic;
} 
#titre { 
  font-weight:bold; 
  font-size:18pt; 
  text-align:center; 
  text-transform:uppercase; 
} 
#date { 
  font-weight:bold; 
  text-decoration:underline;
}
#description { 
  font-style:italic; 
  texte-align:justify; 
}
#lien { 
  color:red; 
  font-style:italic; 
  texte-align:left; 
}

#redirect, .redirect {
  border: 1px solid black; 
  margin:0 10 10 10px; 
  padding:0 10px; 
  background-color: cyan;
}
