@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(calendar.css);
@import url(publication_methods.css);
@import url(search.css);
@import url(board.css);
@import url(gallery.css);

/* PAGE D'ACCUEIL */
@import url(accueil.css);

/* RUBRIQUES */
@import url(rubriques.css);

/* RUBRIQUE PILOTER */
@import url(piloter.css);

/* RUBRIQUE DECOLLER */
@import url(decoller.css);

/* RUBRIQUE NAVIGUER */
@import url(naviguer.css);

/* RUBRIQUE SEJOURNER */
@import url(sejourner.css);

/* RUBRIQUE RESSENTIR */
@import url(ressentir.css);

/* RUBRIQUE RESSENTIR */
@import url(offrir.css);

/* COMMON STYLES */

/* reset d'un certain nombre de styles css par defaut */

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

body {
    background: #404040 url(/media/bg_general__033679200_1638_11042007.gif) repeat-x center top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

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

.clear {
    clear: both;
    visibility: hidden;
    height:0;
    line-height:0;
    border:0;
}

/* ------------------------ */
/* BOUTON ACCES ESPACE PROS */
/* ------------------------ */

#acces_espace_pros {
    position: relative;
    width: 200px;
    left: 745px;
    top: 138px;
    *top: 143px;
}

/* ------------------- */
/* TABLEAUX SANS MARGE */
/* ------------------- */

table {
    margin-top: 20px !important;
}

th {
    background: white !important;
    border: none !important;
    color: #68187C !important;
}

table, tr, td {
    border: none !important;
    border-bottom: 1px dotted white !important;
}

tr.amount td {
    font-size: 1.5em;
}

/* ------------ */
/* PLAN DU SITE */
/* ------------ */

.plan_site div.sitemap ul ul {
    border-left: 1px dashed gray;
}

.plan_site div.sitemap ul ul a {
    border-bottom: 1px dashed gray;
}

.plan_site div.sitemap li {
    list-style-type: none;
}

.plan_site div.sitemap li li {
    padding-left: 10px;
    list-style-type: none;
}

/* ---------------------------- */
/* CORRECTIFS INTERNET EXPLORER */
/* ---------------------------- */

* html #chapter_picture div.flash { position: relative; top: -20px; }
*+html #chapter_picture div.flash { position: relative; top: -20px; }

* html .accueil #leftbar ul.first_level { display: none; }
*+html .accueil #leftbar ul.first_level { display: none; }

* html #wrapper { margin-bottom: -50px; }
*+html #wrapper { margin-bottom: -50px; }
    
* html #footer #about_dream_days { margin-left: 30px; }

* html #product .panier { margin-right: 160px; }
*+html #product .panier { margin-right: 160px; }

/* ------------- */
/* IE v6 WARNING */
/* ------------- */

#ie6_warning {
    display: none;
}

* html #ie6_warning {
    margin: 160px 0px 0px 60px;
    border: 10px solid white;
    background: #404040;
    position: absolute;
    display: block;
    width: 200px;
    padding: 5px;
}

* html #ie6_warning p {
    text-align: center;
    line-height: 18px;
}