/*  page sommaire  */

html {
  height: 100%;
}

body {
  font-size: 14px;
  line-height: 1.45em;
  font-family: arial,sans-serif;
  color: #000;
}

.page_sommaire {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #2c2422;
  overflow: hidden;
}

#fond {
  width: 100%;
  height: 100%;
  text-align: center;
  background: url("../images/carte_rouge980trans.png") fixed center center no-repeat transparent;
}

#blocliens {
  height: 100%;
  background: url("../images/logo257.png") no-repeat fixed center 20px transparent; padding: 15% 0 0;
  text-align: center;
}

a {
  display: block;
  text-decoration: none;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 22px;
  color: #ddd;
  margin-bottom: 20px;
}

a:hover {
  background: ;
  outline: none;
  color: #d00;
}

a:active, a:visited {
  outline: none;
}

.arab {
  font-size: 26px;
}

#adresse {
  position: absolute; 
  left: 0; 
  bottom: 60px; 
  width: 100%; 
  font: 11px 'Verdana', 'Arial', 'Helvetica', sans-serif; 
  color: #eee;
}

