body {
    padding-left: 0px;
    padding-right: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

p {
    padding: 0px;
    margin: 0px;
}

.entete {
        position: absolute;
    top: 00px;
    left: 600px;
    width: 250px;
    background-color: white;
}

.entete ul {
    list-style: none;
    margin-top: 5px;
}

.entete ul li{

}

a {
    color: #000000;   
}

.section ul a:hover {
        color: #FFAABB;   
}

.texte {
    position: absolute;
    top: 200px;
    left: 0px;
    width: 200px;
    align: left;
    background-color: white;
}

.contact{
    position: absolute;
    top: 600px;
    left: 200px;
    margin-right: 5%;
    background-color: white;
}

.image{
    position: absolute;
    top: 140px;
    left: 320px;
    background-color: white;
}

.liens{
    position: absolute;
    top: 140px;
    left: 320px;
    background-color: white;
}

.image a {
    color: #FFFFFF;   
}

.accueil{
    position: absolute;
    top: 5px;
    left: 0px;
    margin-right: 5%;
    background-color: white;
}

.prix{
   position:absolute;
    top: 150px;
    left: 0px;
    width: 135px;
    background-color: white;
}

.prix ul {
list-style: none;
margin-top : 0px;
padding-left:2px;
}

.section {
    position:absolute;
    top: 75px;
    left: 140px;
    width: 830px;
    background-color: white;
}

.description {
    position:absolute;
    top: 140px;
    left: 140px;
    width: 600px;
    background-color: white;
    text-align : justify
}

.catalogue {
    position:absolute;
    top: 100px;
    left: 980px;
    width: 135px;
    background-color: white;
}
.catalogue ul {
margin-top : 0px;
padding-left:2px;
}


.section ul {
    list-style: none;
    margin-top: 5px;
}

.section ul li {
display : inline;
}

.section ul a {
    background-color: #ECECEC;
    border: 1px solid #999999;
    padding: 25px 25px 25px;
    display: block;
    float: left;
    margin: 20px;
}

.section ul a:hover {
    background-color: #FFFFFF;
    border: 1px solid #333333;
}

.section ul a img {
    border: 1px solid #999999;
}

.section ul a.lightbox-enabled img {
    border: 1px dotted #999999;
}

.section span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.section .important {
    text-decoration: underline;
}

.section .title {
    font-weight: bold;
    font-size: 16px;
}

.clear {
    clear: left;
}

.section.header {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    border-top: none;
}

.section.footer {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}
