#header {
  height: 160px;
  width: 1000px;
  margin: auto;
}
.titre_redecoupage {
  float: right;
  width: 650px;
  margin-right: 120px;
  margin-top:40px;
}
.titre_redecoupage a {
  text-decoration: none;
  color: black;
}
.titre_redecoupage {
	text-align: center;
}
#header img {
	float: left;
	width: 229px;
}
h2 {
  font-size: 1.3em;
}
.contenu {
  width: 1000px;
  font-size: 0.8em;
  margin: auto;
  background-color: white;
}
.details_resultats {
  width: 100%;
}
#resultats{
  width: 400px;
}
#carte {
  float: left;
  height: 555px;
  margin-right: 10px;
  border-right: 1px solid #AFAFAF;
}
#carte img {
  border: none;
}
#domtom {
  float: left;
  width: 600px;
  height: auto;
  padding: 10px;
}
#domtom p {
  margin-top: 0;
}
#domtom li {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
#tableau {
  margin-right: 15px;
}
#tableau .G {
  background-color: #ff5555;
}
#tableau .C {
  background-color:  #ffc000;
}
#tableau .D {
  background-color:  #5555ff;
}
#tableau table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid gray;
}
#tableau table td, #tableau table th {
  border-collapse: collapse;
  border: 1px solid gray;
  text-align: center;
}
#tableau table td a {
  color: #fff;
  font-weight: bold;
}
#tableau table th {
  background-color: #EFEFEF;
}
.synthese {
  width: 100%;
}
.methode {
  float: left;
  width: 600px;
  padding: 10px;
  text-align: justify;
}
.alert {
  width: 100%;
  padding: 15px;
  text-align: center;
  font-size: 1.5em;
  text-decoration: blink;
  background-color: #EFEFEF;
  border: 1px solid #000;
}
.top {
  padding: 15px;
  border-bottom: 1px solid #AFAFAF;
  text-align: justify;
}
.top table th {
  text-align: center;
}
.synthetique {
  margin-left: 220px;
}
