@charset "utf-8";
/* CSS Document */
body
{
	background-image: url("font_consult.JPG");
    background-attachment: fixed; /* Le fond restera fixe */
    background-repeat:repeat; /* Le fond sera répété en x*/
	background-position: center;
	background-size: auto;

	
}
.header {
    background-image: url("font_consult.JPG");
    background-attachment: fixed; /* Le fond restera fixe */
    background-repeat: repeat; /* Le fond sera répété en x*/
	background-position: center;
	background-size: auto;
	border: 2px lightgrey solid;
	border-radius: 6px 6px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	
 
}
.titre1{
	text-align: center;
    color: white;
    font-size: 80px;
}
.titre2{
	text-align: center;
    color: white;
    font-size: 100px;
}
.corps{
	padding-top: 50px;
	text-align: center;
}

#menu ul {
 padding-top: 10px;
 margin-left:auto;
 margin-right: auto;
 list-style-type:none;
 text-align: center;
 width: 1010px;

 }
#menu li {
 float:left; /*pour IE*/
 border-left:2px solid white;
 }
#menu ul li a {
 display:block;
 float:left;   
 width:200px;
 line-height:50px; /*hauteur de l'image de fond*/
 background:#B5B5B5;
 color:#DCDCDC;
 text-decoration:none;
 text-align:center;
 }
#menu ul li a:hover {
 background:black;
 color:white;
 } 
#menu ul li ul {
 display:none;
 }
#menu ul li:hover ul {
 display:block;
 }
#menu li:hover ul li {
 float:none;
 }

#menu li ul {
 position:absolute;
 }

.footer {
  padding-right: 15px;
  padding-left: 15px;
	text-align: center;
    color: white;
}

