@charset "utf-8";
/* CSS Document */

<!--
body{
background-color:#FFFFFF;
margin:10px auto 0 auto;
top:10px;
width:830px;
}
#entete{
display:block;
background-image:url(images/entete.png);
height:65px;
}
#google{
margin:0 auto 0 auto;
width:800px;
height:100px;
background:transparent no-repeat 50% 0%;
}
#centre{
background-image:url(images/centre.gif);
text-align:center;
}
#bord-bas{
background:url(images/entete.png) 0 -65px no-repeat;
height:15px;
}
#menu{
text-align:center;
font-family:"Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif;
}
.menu-p{
display:inline-block;
width:110px;
padding:0;
}
.img-lien{
display:block;
margin:0 auto 0 auto;
width:90px;
height:90px;
text-decoration:none;
border:none;
}
#footer{
text-align:center;
margin-top:15px;
}
-->