body
{
	background: url("../templates/fond.jpg");
	background-repeat: repeat;
	width: 900px;
	margin: auto;
	margin-top: 20px;
}
h1
{
   font-family: "Arial Black", Arial, Verdana, serif;
   text-align: center;
}
#corp
{
   width: 900px;
   height:100%;
   background-color:#8dfb7;
   background:#8dfb7b;
   margin-bottom:15px;
   font-family: "Trebuchet MS", Georgia, serif;
   border: 1px solid #000;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
#logo
{
   float:left;
   height:100%;
}
#banniere
{
   width: 900px;
   height: 127px;
   background: #8dfb7b url(header/header2.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;
   text-decoration:none; 
   margin: auto;
   font-family: "Trebuchet MS", Georgia, serif;
}
#menu
{	
   list-style-type:none; 
   width:860px;
   height:31px;
   background:url(menu.png);
   font-weight:bold;
   font-size: small;
   background-repeat:repeat-x;
   text-decoration:none; 
   margin:auto;
   color:#DFAC1E;
}
#menu li
{  
   margin:0;  
   border-left:1px solid #888;  
   border-right:1px solid #aaa;  
   padding:0;  
   width:130px;  
   height:20px;  
   float:left;  
}
#menu a
{
	color:#DFAC1E;   
	margin:0;  
    padding:0;  
    display:block;  
    width:100%;  
    height:100%;  
    line-height:20px;  
    color:#ccc;  
    font-family:'Myriad Pro',tahoma;  
    text-decoration:none;  
    font-size:13px;  
    text-align:center;  
}
#menu a:hover
{
    text-decoration:underline;
	background-color:#37ae25;
}
#menu a:hover, #menu a:visited:hover   
{
	color:#DFAC1E; 
	text-decoration:none;  
}
#contenu
{
    margin-left:15px;
}
#warning
{
	color:#ff0000;
	text-align: center;
}
