body {
  margin: 0;
  font-family: Verdana;
  font-size: 12px;
  background-color: #EAEAEA;
}

a {
  text-decoration: none;
}

#tv77_main {
  height: 15px;
  background-color: black;
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
  color: silver;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 10px;
  text-align: center;
}

#tv77_main a{
  color: silver;
  padding: 5px;
}

#tv77_main a:hover{
  color: white;
  padding: 5px;
  background-color: gray;
}

#logo {
  float: left;
  width: 320px;
}

#eventail {
float: right;
}

#page {
  border: 1px solid gray;
  width: 900px;
  margin: auto;
  padding: 10px;
  text-align: center;
  background-color: white;
}

#nord_carte {
	background-image: url('../img/77_nord.gif');
	width: 420px;
	height: 270px;
}

#nord_carte:hover {
	background-image: url('../img/77_nord_hover.gif');
}


#sud_carte {
	background-image: url('../img/77_sud.gif');
	width: 420px;
	height: 270px;}

#sud_carte:hover {
	background-image: url('../img/77_sud_hover.gif');
}

.capture {
  padding: 10px;
  margin: 10px;
  float: left;
  border: 1px solid white;
}

.capture:hover {
  background-color: #DFDFDF;
  border: 1px solid #4e4e4e;
}

.capture .titre_region {
  font-size: 24px;
  color: gray;
}

#bottom {
  background-color: #DFDFDF;
  border: 1px solid #4e4e4e;
  color: gray;
  text-align: center;
  padding: 5px;
  margin: 5px;
  margin-top: 15px;
}

#bottom a{
  color: gray;
  font-weight: bold;
  text-decoration: none;
}

#bottom a:hover{
  color: black;
}

.spacer {
  clear: both;
}

.texte_large {
  color: gray;
  font-size: 16px;
}

.tnt {
  background-color: #92000b;
  color: white;
  padding: 10px;
  border: 2px solid black;
  font-size: 11px;
  width: 450px;
  text-align: justify;
}

.tnt .titre {
  font-size: 20px;
}

.marge {
  padding: 5px;
}

#annonce {
  color: gray;
  font-size: 18px;
  padding: 5px;
  text-align: center;
}

.carte_couverture {
  text-align: left;
  padding: 10px;
  margin: 10px;
  width: 450px;
}

.border_image {
  border: 1px solid black;
}