/* 
    Document   : librairies
    Created on : 22 févr. 2010, 16:10:51
    Author     : cedric.rassaert
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html {
    font-family: Arial,Helvetica,sans-serif;
}

body {
    width: 690px;
    overflow: hidden;
}

p {
    margin-bottom: 0;
}

h3 {
    margin: 2px 0;
}

ul {
    padding: 0;
}

h2 {
        color:#ED1C24;
        font-size: 18px;
}

li {
    list-style-type: none;
}

img {
    border: none;
}

#recherche-librairies-resultats {
    width: 360px;
    height: 250px;
    font-size: 11px;
}

#recherche-librairies-list {
    font-size: 12px;
    float: left;
    width: 250px;
    height: 250px;
    margin-right: 5px;
    overflow: auto;
}

#recherche-librairies-list ul {
    padding: 0 0 20px 0;
    margin: 0;
}

.affiliate {
    font-size: 14px;
    overflow: hidden;
    width:100%;
}

.affiliate .right li {
    background-image:url(../images/puce.gif);
    background-repeat: no-repeat;
    background-position: left;
    float: left;
    padding: 8px 8px 8px 15px;
    _padding: 4px 4px 4px 8px;
    display: block;
    width: 130px;
}

.affiliate div {
    float: left;
    padding: 10px;
    width: 45%;
}

.affiliate a {
    color:#333333;
    text-decoration: none;
}

.affiliate a:hover {
    text-decoration: underline;
}

.affiliate .notice {
    font-size: 11px;
    color: #333;
    text-align: center;
    overflow: hidden;
    clear: both;
    width: 100%;
    border-top: 1px solid #e2e2e2;
}

.recherche {
    background-image:url(../images/recherche-fond.png);
    padding: 10px 20px;
    width: 623px;
    _width: 663px;
    height: 251px;
    margin: auto;
}

#form-search-lib {
    display: block;
    width: 95%;
    margin: 10px auto;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    background-color: #F9F7E4;
    border: #AAA 1px solid;
}

#form-search-lib input {
    font-size: 11px;
}

#location {
    width: 250px;
}
