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

* {
margin:0; padding:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:#FFF;
color:#000;
}

a {
color:#f24704;
}
a:hover {
text-decoration:none;
}

#top {
padding:5px;
border-bottom:1px solid #f0d0c4;
}

#logo {
margin:0 auto;
width:289px; height:121px;
background:url('img/logo.jpg') no-repeat;
margin-top:50px;
}

#formulaire {
margin:0 auto;
text-align:center;
width:414px;
}

input.query {
display:block;
width:265px; height:25px;
background:url('img/input.jpg') no-repeat;
border:0;
padding:5px 0 0 35px;
font-size:16px;
}

input.btn {
display:block;
width:109px; height:30px;
border:0;
background:url('img/btn.jpg') no-repeat;
margin-left:5px;
}
input.btn:hover {
cursor:pointer;
}

#bottom {
width:960px;
margin:30px auto;
}

a.ajout {
background:url('img/add.jpg') no-repeat;
height:17px;
padding-left:22px;
font-size:15px;
}
a.top {
background:url('img/top.jpg') no-repeat;
height:17px;
padding-left:22px;
font-size:15px;
margin-left:20px;
}

#copyright {
font-size:11px;
margin-top:35px;
}