html,body {
	font-family: tahoma;
	font-size: small;
}
body {
	margin: 0;
	padding: 0;

    background-image: url(../images/photo.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #4576bc;
}

a.carre:link, a.carre:visited {

  text-decoration: none;
  color: #646566;
}
a.carre:active, a.carre:hover {

  text-decoration: underline;
  color: black;
}
a.footer:link, a.footer:visited {
  font-weight: normal;
  text-decoration: underline;
  color: #4576bc;
}
a.footer:active, a.footer:hover {
  font-weight: normal;
  text-decoration: underline;
  color: black;
}
a:link {
  color: #4576bc;
  font-weight: bold;
}

a:visited  {
  color: #4576bc;
  font-weight: bold;
}
a:hover  {
  color: #000000;
  font-weight: bold;
}
a:active   {
  color: #000000;
  font-weight: bold;
}
a img {
  border:none;
}
