
body {
  background-color: #cccccc;
  background-image: url(media/background.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
h1 {
  text-transform: uppercase;
  font-size: 120%;
  margin-top: 0;
  color: red;
}
h2 {
  text-transform: uppercase;
  margin-top: 0;
  color: red;
  font-size: 120%;
}
h3 {
  font-size: 100%;
  margin-top: 0;
  color: #99cc00;
}
#wrapper {
  margin-right: auto;
  margin-left: auto;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: inherit;
  color: #333333;
  width: 780px;
}
#electricite_generale {
  background-color: white;
  background-image: url(media/top-banniere.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  width: 780px;
}
.menu {
  font-weight: bold;
  background-image: url(media/bg_navi.jpg);
}
.menu ul {
  margin: 0 auto;
  padding-top: 0.8em;
  padding-left: 0.8em;
  padding-bottom: 0.7em;
}
.menu ul li {
  display: inline;
}
.menu ul li a {
  border-bottom: 5px solid #666666;
  padding: 7px 0px 4px 4px;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 0px;
  color: #333333;
  font-size: 12px;
}
.menu ul li a:hover, .menu ul li a.selected {
  border-bottom-color: #cc0000;
}
.slogan {
  margin-left: 10em;
}
#content {
  border: 5px ridge #cccc99;
  padding: 1em;
  background-color: white;
  margin-top: 0em;
}
.adresse {
  font-weight: bold;
  color: #003300;
  padding-top: 0px;
}
#contact {
  padding: 1em;
  font-weight: bold;
  background-color: #cccccc;
  background-image: url(media/contact-bg.gif);
  background-repeat: no-repeat;
  height: 80px;
  color: #333333;
}
.copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 1em;
}
.copyright a {
  text-decoration: none;
}
.copyright a:link {
  color: #333333;
}
.copyright a:visited {
  color: #666666;
}
.copyright a:hover, a:focus {
  color: #990000;
}
.copyright a:active {
  color: #990000;
}
.conseils {
  font-size: 12px;
  float: right;
}
.conseils a {
  text-decoration: none;
}
.conseils a:link {
  color: #333333;
}
.conseils a:visited {
  color: #666666;
}
.conseils a:hover, a:focus {
  color: #990000;
}
.conseils a:active {
  color: #990000;
}
#foot {
  background-repeat: repeat-x;
  height: 35px;
  background-image: url(media/foot-bg.png);
  margin-top: 0.8em;
}
.villes {
  font-size: 12px;
  text-align: center;
}
.form {
  float: left;
  margin-top: -11px;
  margin-left: -1em;
  margin-right: 2em;
}
.map {
  border-style: solid;
  border-color: #ffcc00 #ffcc00 #ffcc00 white;
  padding: 0.5em;
  float: right;
}
.part {
  border: 1px solid red;
  padding: 0.5em;
  background-color: #cccccc;
  margin-bottom: 1em;
}
.id {
  float: right;
}
