/** Proprietes communes **********************************************/

* {
  margin: 0;
  padding: 0;
}

a {
  color: #45c0ea;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

ul {
  list-style-type: round;
}
 
.liste li {
  margin-left: 15px;
}

body {
  overflow-y: scroll;
  /overflow-y: hidden;
  
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #f0eef1;
}

table {
  border-collapse: collapse;
}

div#main {
  width: 800px;
  position: relative;
  margin: auto;
  padding-bottom: 10px;
  background: url("../images/bg-haut.gif") no-repeat white;
}

div#content p.image {
  text-align: center;
}

/** Header *************************************************************/

div#header {
  width: 800px;
  height: 110px;
}

div#header td#logo {
  width: 180px;
  height: 109px;
  background: url("../images/logohaut.gif") no-repeat;
}

div#header td#logo_haut {
  width: 620px;
  height: 78px;
  background: url("../images/tetiere.gif") no-repeat;
}

div#header td#menu {
  height: 31px;
}

div#header td#menu span {
  height: 31px;
  width: 30px;
}

#header ul {
    list-style-type: none;
}

div#header td#menu ul li {
  float: left;
  height: 31px;
}

div#header td#menu ul li.raccord {
  width: 27px;
}

div#header td#menu ul li.nav {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

div#header td#menu ul li.flags {
  background: #dde5ea;
  width: 90px;
}

div#header td#menu ul li.flags img {
  position: relative;
  top: 9px;
}

div#header td#menu ul li.flags img.fr {
  left: 10px;
}

div#header td#menu ul li.flags img.gb {
  left: 20px;
}

div#header td#menu ul li.accueil {
  background: #46c0eb;
  width: 35px;
}

div#header td#menu ul li.pcd {
  background: #344392;
  width: 76px;
}

div#header td#menu ul li.ce {
  background: #a45c9d;
  width: 65px;
}

div#header td#menu ul li.edp {
  background: #ec762d;
  width: 92px;
}

div#header td#menu ul li.mdtq {
  background: #f6ab43;
  width: 100px;
}

div#header td#menu ul li.accueil,
div#header td#menu ul li.mdtq {
  line-height: 30px;
}

div#header td#menu ul li.pcd a,
div#header td#menu ul li.ce a,
div#header td#menu ul li.edp a {
  position: relative;
  top: 3px;
}

div#header td#menu ul li a {
  color: white;
}

/* menu js */
div#header div#contenus_menu ul {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
}

div#header div#contenus_menu ul li {
  padding: 5px;
}

div#header div#contenus_menu ul li a {
  color: white;
}

div#header div#contenus_menu ul#pcd {
  background: #344392;
  display: none;
  left: 242px;
}

div#header div#contenus_menu ul#ce {
  background: #a45c9d;
  display: none;
  left: 347px;
}

div#header div#contenus_menu ul#edp {
  background: #ec762d;
  display: none;
  left: 439px;
}

div#header div#contenus_menu ul#mdtq {
  background: #f6ab43;
  display: none;
  left: 557px;
  width: 103px;
}

/** Footer *************************************************************/

div#footer {
  width: 780px;
  margin: auto;
  border: 1px solid #f5f0f4;
}

div#footer p {
  text-align: center;
  font-size: 9px;
  padding: 5px;
}

div#footer p a {
  color: black;
}

div#footer p span.pipe {
  color: #ed88a8;
}

