<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Handcoded by http://psdcssxhtml.com */

/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}


/* links, p titres et sous-titres */

a {
    color:#1F1F1F;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family:Arial, Helvetica, sans-serif;
}

h1 {
    font-size:19px;
    color:#7C8941;
    font-weight:bold;
}

h1 a {
    font-size:19px;
    color:#7C8941;
    font-weight:bold;
}

h2 {
    font-size:15px;
    color:#000;
}

h3 {
    font-size:14px;
    color:#b3001b;
}

h4 {
    font-size:13px;
    color:#878281;
}

h5 {
    font-size:12px;
    color:#787878;
    margin-top: 5px;
    margin-bottom:1px;
}

p {
    line-height:130%;
    color:#412d21;
    font-size:14px;
    margin-top: 0px;
}

.savoirplus {
    font-size:14px;
    color:#7C8941;
}

/* body et wrap */

body {
    background:url(../images/page_bg.png);
    font-family:Arial, Helvetica, sans-serif;
    line-height:130%;
    color:#412d21;
    font-size:14px;
}

.wrap-top {
    margin:auto;
    width:958px;
    background:url(../images/wrapper-top.png) 50% 20px no-repeat;
    padding:35px 0 0 0;
}

.wrap-bottom {
    background:url(../images/wrapper-bottom.png) 50% 100% no-repeat;
    padding:4px 19px 8px 19px;
}


/* header logo et top menu */

#header {
    position:relative;
    height:174px;
    margin:0px 0px 15px 0px;
    background:url(../images/header-bg7.jpg) 0 0 no-repeat;
}

span#logo, img#logo {
    position:absolute;
    top:-39px;
    left:10px;
    width:228px;
    height:204px;
    border:0;
}

#topmenu {
    position:absolute;
    top:140px;
    right:5px;
    height:34px;
}

#topmenu ul {
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
}

#topmenu li {
    float:left;
    display:block;
}

#topmenu li a {
    float:left;
    display:block;
    position:relative;
    height:34px;
    line-height:38px;
    overflow:hidden;
    color:#3a251d;
    background:url(../images/menu-r3.png) 100% 0 no-repeat;
    padding:0 6px 0 0;
    font-size:16px;
    font-weight:bold;
}

#topmenu li a span {
    display:block;
    float:left;
    color:#000;
    background:url(../images/menu-l3.png) 0 0 no-repeat;
    padding:0 6px 0 13px;
    cursor:pointer;
}

#topmenu li a:hover, div#topmenu li a.active {
    background:url(../images/menu-r3.png) 100% -36px no-repeat;
    text-decoration:none;
}

#topmenu li a:hover span, div#topmenu li a.active span {
    background:url(../images/menu-l3.png) 0 -36px no-repeat;
}

.quote {
    text-align:right;
    padding:40px 45px;
}


/* main et content column */

#main {
     width:auto;
     height:relative;
     background-color:#fff;
}

#content .layoutleft #main {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

#content .layoutright #main {
    margin:0px 200px 0px 0px;
    padding:0px 0px 0px 0px;
}

#content .withoutleft #main {
    margin:0px 0px 0px 0px;
}

#maincontent {
    margin:0px 0px 0px 0px;
}

#main .withoutright {
    background:transparent;
}


/* right column, about et news */

#right {
    width:305px;
    padding:17px 17px;
    float:right;
    border:#98A84F 1px solid;
}

#right ul {
    list-style:none;
}

#right ul li {
    margin-left:13px;
}

#right li {
    list-style-image : url(../images/puce.png);
}

.about, .news {
    margin:0 0 25px 0;
}

.about h3, .news h3 {
    margin:0 0 10px 0;
}

.about img {
    border:#000 0px solid;
}

.news ul {
    list-style:none;
}

.news ul li {
    margin:0 0 10px 0;
}

.news span.date {
    font-weight:bold;
}

.news {
padding-top:0px;
padding-bottom: 5px;
}

.news a.more {
    color:#b3001b;
    font-weight:bold;
    float:right;
}

.news a.more {
    color:#b3001b;
    font-weight:bold;
    float:right;
}

.reseaux {
margin-top:45px;
padding-top: 5px;
padding-bottom: 5px;
border:#98A84F 1px solid;
}

.imgright {
padding-bottom: 10px;
}

/* left column */

#left {
    width:auto;
}

#main .withright #left {
    margin:0px 354px 0px 0px;
    padding:0px 0px 0px 0px;
}

#main .withoutright #left {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}


/* footer */

#footer {
    margin:-4px auto 0 auto;
    width:958px;
    padding:0 0 30px 0;
    clear:both;
    color:#fff;
}

* html #footer {
    margin:-3px auto 0 auto;
}

#footer a {
    color:#3a251d;
}

/* clearing &amp; floating */

.clearingfix:after {
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}


/* alignments */

.alignleft {
    float:left;
    margin:0 20px 0 0;
}

.alignright {
    float:right;
    margin:0 0 0 20px;
}



/* adsense left*/

.pub {
    border:#98A84F 1px solid;
    padding:10px 17px 5px 24px;
    margin:0 0px 5px 18px;
    width:500px;
}

.pub ul {
    list-style:none;
}

.pub ul li {
    margin-left:23px;
}

.pub li {
    list-style-image : url(../images/puce.png);
}

#devis {
    margin:10px 0px 0px 44px;
    width:480px;
    text-align:center;
}

#encart {
    border:#98A84F 1px solid;
    padding:10px 17px;
    margin-top:10px;
    width:500px;
}



/* featured et item */

.librairie {
    margin: 15px 0px 0px 0;
    padding:0px 40px;
}

.featured {
    margin:0 0 0px 0;
    padding:14px 17px;
}

.featured a {
    font-weight:bold;
}

.featured h1 {
    margin:0 0 10px 0;
}

.featured ul {
    list-style:none;
}

.featured ul li {
    padding:10px 0;
    clear:both;
    min-height:80px;
}

.featured ul li .item-img {
    width:110px;
    float:left;
}

.boutique {
    font-family:verdana;
    border-right : 1px solid rgb(115, 162, 182);
    padding-left:2px;
    padding-right:5px;
    font-size:12px;
    font-weight:400;
    color:#33578B;
    text-decoration:underline;
}

.featured ul li .item-details {
    width:410px;
    float:right;
}

/* footermenu */

.footermenu {
    float:left;
    background:url(../images/copyright-bg.png) 0 0 no-repeat;
    width:546px;
    height:36px;
    margin:0 0 0 15px;
    line-height:34px;
    font-size:11px;
    font-weight:bold;
    color:#3a251d;
    padding:0 20px;
}

.footermenu .copyright {
    float:left;
}

.footermenu ul {
    list-style:none;
    float:left;
    margin-left:30px;
}

.footermenu ul li {
    float:left;
    margin:0 0 0 10px;
}

/* credits */
.credits {
    float:right;
    background:url(../images/credits-bg.png) 0 0 no-repeat;
    width:194px;
    height:36px;
    margin:0 15px 0 0;
    text-align:center;
    line-height:34px;
    font-size:11px;
    font-weight:bold;
    color:#3a251d;
}</pre></body></html>