﻿#haut_de_page {
  position:absolute;
  background-color:white;
  top: 0px;
  /*left: 0px;*/
  width:1030px;
  height:162px;
  left:70px;
  /*z-index:12; */
}
#imagelogo {float: left;}

#entete {
  height:110px;
  background-color: #8f0000;
  color:white;
  margin-top:15px;
  margin-left:0px;
}
#en_tete_A {
  padding-top: 1px;
  color:white;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

#en_tete_B {font-size: 18px; padding-top: 5px; color:white;}

#en_tete_C {
  margin-right: 8px;
  font-size: 10px;
  color:white;
  padding-top: 20px;
  font-weight: normal;
  text-align: right;
  float: right;
}
#menu_H {
  height: 40px;
  color:white;
  background-color:#045800/*#c7ceff*/;
  margin-left:0px;
}
#menuH a {
  border-style: solid;
  border-color: white;  
  border-width: 0px 0px 0px 1px;
  background: #045800 none repeat scroll 20% 50%;
  text-align: center;
  display: block;
  line-height: 39px;
  width: 117px;
  color: white;
  text-decoration: none;
}
#menuH a:hover, #menuH a:focus {
  /*background  :  #c8c8c8 none repeat scroll 0% 50%;*/
	background: rgba(33,126,11,1.00);
  /*color: #8f0000;*/
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.8);
  margin-bottom: 0px;
  font-weight:bold;
	transition: 0.25s;
}
ul#menuH {
  margin: 0px;
  list-style-type:none; /*pas de puces de liste*/
}
#menuH li {
  margin: 0px ;
  float: right;
}
#ligne_H1 {
  border:medium;
  border-color:#8f0000;
  border-bottom-style:solid;
  height:3px;
  width:1030px;
  margin:auto;
  top:153px;
  margin-left:0px;
  z-index:8;
}
