@charset "utf-8";
/* CSS Document */

body {
width: 900px;
margin:auto;
margin-top : 3%;
background-color: #cacaca;
background-image: url("herbes1.png");
background-repeat:repeat-x;

}

#libecarre {
width: 800px;
height:500px;
margin:auto;
background-repeat:no-repeat;
margin-top: 0px;
margin-bottom: 0px;
}

#title {
float: right;
height:50px;
background-color: #CCCCCC;
}

#foot {
height : 100px;
width : 600px;
padding-top : 200px;
}
