#sommeTable      { width: 474px; margin: 0 auto 0 auto; text-align: center;  }
    #sommeTable td { line-height: 36px; }
        #st_TD_1 { border-right: 1px solid rgba(159, 137, 111, 0.125); }
        #st_TD_2 { border-left:  1px solid rgba(159, 137, 111, 0.125); }
.sommetfleches   { line-height: 18px; margin-left: -1px; font-weight: lighter; }
.iconesommet     { display: inline-block; height: 12px; background-size: 100% 100%; background-repeat: no-repeat; margin-bottom: -1px; margin-right: 1px; }
#icone_disquette { width: 11px; background-image:url(datas/icone_disquette.gif); }
#icone_youtube   { width: 13px;  background-image:url(datas/icone_youtube.gif); }

.somTab_td
{
    width: 212px;
}


.menu_deroulant
{
    display: inline-block;
    cursor: pointer;
    font-family: "Tahoma";
}

.menu_deroulant li
{
    position: relative;
}


.menu_deroulant, .menu_deroulant ul
{ 
    width: 212px;
    padding: 0; margin: 0; list-style: none; 
    z-index: 10;
}

.menu_deroulant ul li 
{
    position: relative;
    background-image:url(datas/texture-feuille-LG.gif); border-top: 1px solid rgba(159, 137, 111, 0.25);
    border-left: 2px solid #000000; border-right: 2px solid #000000; border-bottom: 2px solid #000000; 
}

.menu_deroulant a { }


.menu_deroulant ul
{
  position: absolute; display: block;
  left: -999em;
}
    
.menu_deroulant li:hover ul
{
  width: 212px; cursor: pointer;
  top: 36px; left: 0;
}

.md_contenu
{
    text-align: justify; line-height: 20px; padding: 12px;
    font-family: "Tahoma"; font-size: 11.5px; font-weight: normal; color: rgba(0, 0, 0, 0.7);
}
    .md_contenu a        { font-family: "Tahoma"; font-size: 12px; font-weight: bold; line-height: 27px; color: rgba(119, 78, 78, 0.775); }
    .md_contenu a:hover  { font-family: "Tahoma"; font-size: 12px; font-weight: bold; line-height: 27px; color: rgba(119, 78, 78, 0.775); opacity: 0.825; }