body {
    margin: 0;
    background-color: #ce009c; /*#293b4d;*/
    background-position: center;
    background-image: url("blanc.png");
    background-repeat: repeat-y;
    background-margin-left: 200px;
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#dcentre {
    background-color: #ce009c;
    width: 1130px; /*1100px*/ /*06-04: 1150px*/ /*26-04: 1190px*/
    margin: 0 auto;
}

div#dcentre0 {
    width: 820px;
    margin-left: 220px; /*190px*/ /*06-04: 240px*/ /*26-04: 280px*/
    background-color: #FFF;
}

div#dban {
    height: 100px;
    background-image: url("ban.png");
    background-repeat: no-repeat;
}

div#dmenu-top,div#dmenu-bottom {
    width: auto; /*#648px;*/
    text-align: center;
    padding: 20px 10px;
    background-color: #FFF;
}

div#dmenu-top2,div#dmenu-bottom2 {
    width: 600px;
    margin: 0 auto;
    border-top: 2px solid #d6df21;
    border-bottom: 2px solid #d6df21;
    height: 20px;
    padding-top: 8px;
}
div#dmenu-bottom2 {
    width: 680px;
}

div#dmenu-top2 img,div#dmenu-bottom2 img {
    margin: -4px 4px -2px 4px;
}

div#dmenu-top a,div#dmenu-bottom a,div#sous-menu a {
    color: #000;
    /*display: block;
    float: left;*/
    width: auto;
    padding: 6px 12px 0 12px;
    height: 18px;
    font-weight: bold;
    text-decoration: none;
}

div#dmenu-top a.acourant {
    /*color: #F0F;*/
    color: #F0F;
}

div#dmenu-top a:hover,div#sous-menu a:hover {
    /*background-color: #F0F;*/
    color: #F0F;
}

div#dbloc {
    width: 820px; /*#640px;*/
    background-color: #FFF;
    /*border-left: 1px solid #77F;*/
    /*border-right: 1px solid #77F;*/
    border:0;
    /*margin-bottom: 20px;*/
}

a img {
    border: 0;
}

div#dbar_menu {
    height: 28px;
}

div#dbar_menu a {
    color: #000;
    display: block;
    float: left;
    width: auto;
    height: 20px;
    padding: 8px 12px 0 12px;
    font-weight: bold;
    text-decoration: none;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

div#dbar_menu a:hover,div#dbar_menu a.acourant {
    height: 21px;
    background-color: #FDE; /*#FFF;*/ /*#E2E2E2;*/
    border-left: 1px solid #e3bd4b; /*#D0D0D0;*/
    border-right: 1px solid #e3bd4b; /*#D0D0D0;*/
}

div#dbar_sous {
    height: 24px;
    background-color: #FDE; /*#FFF;*/ /*#E2E2E2;*/
    border-top: 1px solid #e3bd4b; /*#D0D0D0;*/
    border-bottom: 1px solid #e3bd4b; /*#D0D0D0;*/
}

p#adresse {
    margin: 16px 0 10px 0;
    text-align: center;
    line-height: 1.6em;
}

/******************************************************************************
STYLE TEXTUEL
******************************************************************************/

h3 {
    margin: 20px 16px 20px 16px;
    color: #354;
    padding: 4px 2px;
    /*font-family: Baskerville,Georgia,serif;*/
    font-size:18px;
}

p {
    margin: 10px 16px 10px 16px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: left;/*le 24/04 : justify;*/
    /*text-indent: 24px;*/
    color: #000; /*111*/
}

ul li,table tr td { font-size:12px; } /* Le 24/04 : 14px*/

p.first {
    padding-top: 22px;
}

p a,li a {
    font-weight: bold;
    text-decoration: none;
}
p a:hover,li a:hover {
    text-decoration: underline;
}

a.nutrition {
    color: #b1c50d;
}
a.fonction {
    color: #fbbd09;
}
a.arome {
    color: #d11f98;
}

ul li {
    margin-top: 8px;
}

/******************************************************************************
LE CADRE A GAUCHE
******************************************************************************/

div#dgauche {
    width: 160px; /*27-04: 200px;*/ /*170px*/ /*06-04: 220px*/ /*26-04: 260px*/
    position: absolute;
    margin-left: -180px; /*27-04: -220px;*/ /*-190px*/ /*06-04: -240px*/ /*26-04: -280px*/ 
    background-color: #FFF;
    font-weight: bold;
    padding: 20px 5px;
    border: 1px solid #89005B;
}
div#dgauche img {
    margin-left: 8px;
    margin-right: 12px; /*06-04: 6px*/
}
div#dgauche a {
    text-decoration: none;
    color: #000;
    font-size: 14px; /*27-04: 18px;*/ /*06-04: 15px*/
}
div#dgauche a:hover {
    color: #F0F;
}

/******************************************************************************
ACCUEIL
******************************************************************************/

div#daccueil {
    margin: 30px 20px 20px 20px;
    padding: 10px;
    /*background-color: #DFB;
    border: 1px solid #BD6;*/
    background-color: #FFF; /*#EDE6F2;*/
    /*border: 1px solid #e3bd4b;*/ /*#CFCFE0;*/
}

/*div#daccueil a {
    color: #482;
}*/

div#daccueil strong {
    color: #111;
}

/******************************************************************************
NEWS
******************************************************************************/

div.dnews {
    background-color: #FFF; /*#EDE6F2;*/
    border: 2px solid #000; /*64-04: #BF3*/ /*#CFCFE0;*/
    margin: 28px 24px 4px 24px;
    padding: 8px 12px;
}

p.pdate {
    margin-top: 0px;
    text-align: right;
    margin-bottom: -20px;
    font-size: 9px;
}

/******************************************************************************
INGREDIENTS
******************************************************************************/

p#pintro {
    margin: 28px 24px 4px 24px;
    padding: 16px 12px;
    /*font-family: Baskerville,Georgia,serif;*/
    color: #211;
    border: 2px solid #000;
}

p#pintro.nutrition {
    border-color: #b1c50d;
}
p#pintro.fonction {
    border-color: #fec20f; /*le 26-04: #e3bd4b*/
}
p#pintro.arome {
    border-color: #cf3b96; /*le 26-04: #F0F*/
}

p#pintro strong {
    color: #111;
}

p#pintro a {
    /*color: #5B3;*/
    /*color: #482;*/
}

div#ding {
    float: right;
    margin-top: 14px;
}

div#ding img {
    margin: 18px 19px 0 15px; /*20px*/ /*26-04: 18px 10px 0 15px*/
    /*Le 26-04: border: 1px solid #e3bd4b;*/ /*#622;*/
}

table#tsociete_desc {
    margin: auto 18px;
    background-color: #FFF; /*#EEE;*/
    border: 2px solid #000; /*#DDD;*/
}
table#tsociete_desc.nutrition {
    border-color: #8F8;
}
table#tsociete_desc.fonction {
    border-color: #e3bd4b;
}
table#tsociete_desc.arome {
    border-color: #F0F;
}

table#tsociete_desc a {
    color: #246;
    text-decoration: none;
}
table#tsociete_desc a:hover {
    text-decoration: underline;
}

ul {
    margin: 12px 2px 0 2px;
    padding: 0 22px 0 42px;
    list-style-image: url("plus.png");
}
ul.nutrition {
    list-style-image: url("plus-vert.png");
}
ul.fonction {
    list-style-image: url("plus-orange.png");
}
ul.arome {
    list-style-image: url("plus-violet.png");
}
/*ul ul {
    list-style-image: url("plus2.png");
}*/
ul li {
    padding: 2px 0;
    line-height: 1.4em;
    text-align: left;/*27-04: justify;*/
}

ul.uing li {
    font-size: 14px;
    font-weight: bold;
}

ul.uing a {
    color: #111;/*#482;*/
}

/******************************************************************************
PARTENAIRES
******************************************************************************/

table.tpart {
    margin: 10px 22px;
    width: 580px;
}

td.tcol1 {
    text-align: center;
    width: 180px;
}

td.tcol2 {
    background-color: /*26-04: #DFB*/ #fbf7f3;
    border: 2px solid /*25-04: #BD6*/ #000;
    /*vertical-align: top;*/
    padding: 10px;
}

td.tcol2 a {
    font-weight: bold;
    text-decoration: none;
    color: #354;
}

td.tcol2 a:hover {
    text-decoration: underline;
}

td.tcol2 ul {
    margin: 12px 2px 0 2px;
    padding: 0 22px;
    list-style-image: url("plus.png");
}
td.tcol2 ul li {
    padding: 2px 0;
    text-align: left;
}

/******************************************************************************
CONTACT
******************************************************************************/

form#fcontact table {
    margin: 24px auto;
}

form#fcontact td {
    line-height: 2em;
}

form#fcontact textarea,form#fcontact input {
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p#pinfo {
    text-align: center;
}

p#pcoor {
    text-align: center;    
    background-color: #FFF; /*#DFB;*/
    border-top: 1px solid #b1c50d; /*26-04: #e3bd4b*/ /*#BD6;*/
    border-bottom: 1px solid #b1c50d; /*26-04: #e3bd4b*/ /*#BD6;*/
    line-height: 2em;
    margin: auto 160px;
}

