@charset "iso-8859-1";

@import url(_elements.css);
@import url(structure.css);
@import url(navigation_elements.css);
@import url(form.css);
@import url(boxes.css);
@import url(account.css);
@import url(catalog.css);
@import url(publication_methods.css);
@import url(search.css);
@import url(board.css);
@import url(gallery.css);
@import url(contextualisation.css);

.fr_th{}
* {
    text-decoration: none;
    font-style: normal;
    padding: 0px;
    border: 0px;
    margin: 0px;
}

body {
    background: #E1DCCC url(/media/bggeneral__082526500_1815_21112007.gif) repeat-x top center;
    font-family: Arial, Helvetica, sans-serif;
    scrollbar-face-color: #F08822;
    scrollbar-shadow-color: #E1DCCC;
    scrollbar-highlight-color: #E1DCCC;
    scrollbar-3dlight-color: #E1DCCC;
    scrollbar-darkshadow-color: #E1DCCC;
    scrollbar-track-color: #E1DCCC;
    scrollbar-arrow-color: #923B29;
    line-height: 15px;
    font-size: 11px;
}

img {
    vertical-align: bottom;
    border: 0px;
}

.clear {
    visibility: hidden;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: 0px;
    clear: both;
    *display: none;
}