

body
{
	background-color: #bdf7b3;
	width: 900px;
	margin: auto;
	margin-top: 20px;
}
h1
{
   font-family: "Arial Black", Arial, Verdana, serif;
   text-align: center;
}

#global 
{
   
   
}
#corp
{
   width: 900px;
   height:100%;

   background:#8dfb7b;
   margin-bottom:15px;
border: 1px solid #000;
}
#logo
{
float:left;
height:100%;
}
#banniere
{
   width: 900px;
   height: 127px;
   background: #8dfb7b url(header/header03.jpg);
   background-repeat: no-repeat;
   margin: auto;
}
#texte_banniere1
{
	position: relative;
    height: auto;
    width: auto;
    left: 28px;
    top: 19px;
	font-size:55px;
	font-style:italic;
	font-weight:bold;
	color:#000000;
}
#texte_banniere2
{
	position: relative;
    height: auto;
    width: auto;
    left: 26.5px;
    top: -45px;
	font-size:55px;
	font-style:italic;
	font-weight:bold;
	color:#958906;
}
#texte_banniere3
{
	position: relative;
    height: auto;
    width: auto;
    left: 25px;
    top: -109px;
    font-size:55px;
	font-style:italic;
	font-weight:bold;
	color:#FFEB0A;
}
#barreh
{  width: 900px;
   height:3px;
   background-image: url("barrehorizont.jpg");
   background-repeat:repeat-x;
   margin: auto;
}
#menu
{
   width:900px;
   height:31px;
   margin-left:5px;
   background:url(menu.png);
   background-repeat:repeat-x;
   margin:auto;
  }
#menu a
{
	color:#DFAC1E;    
	text-align:center;
	margin-left:15px;

}
.imgesepa
{
	margin-left:15px;
	padding-top:2px;
}
 
#menu a:hover, #menu a:visited:hover   
{
	color:#DFAC1E; 
	text-decoration:none;  
}
#contenu
{
    margin-left:15px;
}
#warning
{
	color:#ff0000;
	text-align: center;
}
