body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-image: url("img/bg.jpg");
background-position:top;
background-repeat:repeat-x;
}
#conteneur {
position: absolute;
width: 750px;
left: 50%;
margin-left: -375px;
background-color:#EACE47;
}
#header {
height: 150px;
background-image: url("img/hitchhiker.jpg");
text-align:right;
font-size:150px;
font-weight:bold;
color:#EACE47;
}
#gauche {
position: absolute;
left:0;
width: 210px;
background-color:#EACE47;
font-size:17px;
}
#droite {
background-color:#EDE870;
margin-left: 220px;
}
#centre {
background-color:#EDE870;
padding: 50px 20px 10px 20px;
}
#img {
background-image: url("img/walk.jpg");
text-align:right;
font-size:14px;
padding: 230px 15px 5px 0;

}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}

.menugauche ul {
list-style-type: none;
} 

.menugauche a {
	margin: 10px;
    width: 200px; 
    height: 100px;
    display: block;
    text-align: center;
    border: 0px solid gray;
    text-decoration: none;
    color: #000;
    background: #fff;
	font-weight:bold;
	}
.menugauche a:hover {
	background: #ccc;
    border: 0px solid gray; 
    }
	 
.menugauche a:active {
	background: gray;
    border: 0px solid gray; 
    color: #fff;
	}
	 
p {margin: 0 0 15px 0;}

a { text-decoration: none; }


