﻿#haut_de_page {
  position:absolute;
  background-color:white;
  top: 0px;
  /*left: 0px;*/
  width:1033px;
  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: 0px;
  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: 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;
}

/*------------------------------------------*/

#menu_Hmod{
	margin-left: -1px;
	margin-right: -3px;
	margin-top: 1px;
	/*height: 30px;*/
	/*border-color:black;*/
	/*border-width: 25px;*/
	border-style:none;
	border-collapse: collapse;
}
#menu_Hmod td{
	text-align: center;
	/*background-color: blue;*/
	/*font-size: 14px;*/
	/*width: 115px;*/
}
#menu_Hmod td:hover{
	background-color: yellow;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.8);
}
/*#menu_Hmod  a{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-decoration:none;
	color: white;
	background-color:darkkhaki;
	width: 112px;
	height: 30px;
	display: block;
	font-size: 14px;
	line-height: 30px;
}
*/

.menu_Hmod_non_select{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-decoration:none;
	color: white;
	background-color:dimgrey;
	width: 112px;
	height: 30px;
	display: block;
	font-size: 12px;
	line-height: 30px;
	font-weight:normal;
	border: 0px;
	border-color: white;
	border-style: solid;
}

.menu_Hmod_select{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-decoration:none;
	color: yellow;
	background-color:gray;
	width: 112px;
	height: 30px;
	display: block;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	border: 5px;
	border-color: gray;
	border-style: solid;
}

#menu_Hmod a:hover{
	text-decoration:none;
	/*color: green;*/
	/*background-color: yellow;*/
}
/*------------------------------------------*/

/*------------------------------------------*/
#menu_Hmod_liste {
  height: 35px;
  margin-top: 0px;
  /*color:white;*/
  /*background-color: blueviolet;*/
  margin-left:-2px; 
  width: 1035px;
}
#menu_Hmod_liste a {
  border-style: solid;
  border-color: white;  
  border-width: 0px 0px 0px 1px;
  background :rgba(66,188,68,1.00) ;
  text-align: center;
  display: block;
  line-height: 35px;
  width: 114px;
  color: white;
  text-decoration: none;
}
#menu_Hmod_liste a:hover,  
#menu_Hmod_liste a:focus {
  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;
}
#menu_Hmod_liste ul {
  margin-left: -39px;
  list-style-type:none; /*pas de puces de liste*/
}
#menu_Hmod_liste li {
  margin:0px ;
  float: left;
 /*display: inline-block;*/
}

/*------------------------------------------*/






/*------------------------------------------*/
#ligne_H1 {
  border:medium;
  border-color:#8f0000;
  border-bottom-style:solid;
  height:3px;
  width:100%;
  top:153px;
  z-index:8;
}
