#contents {
    		width: 780px;
    		height: 220px;
    		padding: 0;
    		margin-left: 0px;
        background: transparent url(../images/bg_centre.jpg) no-repeat;
}

#contents #zone-image {
            z-index: 2;            position: absolute;            height: 169px;
            width: 176px;            left: 300px;            top: 35px;
}

/* ---------------------------------- titre --------------------------- */
h3#titre {
            background: url(../images/tit_puce.gif) no-repeat 0 1px;
            width: 780px; height: 150px;
            position: relative; top: 5px; left: 65px;
            padding: 0 0 0 20px;
            font-size: 14px; font-family: Verdana, sans-serif; font-weight: normal; letter-spacing: 3px;
            color: black
            }

span {
            display: none;
    }

/* ---------------------------------- MenuGamme --------------------------- */
.menuSecondaire {
            font-size: 12px;
            font-weight: bold;
            width: 200px;
            position: absolute; top: 190px; left: 60px;
}

#menuGamme #ms1, #menuGamme #ms2, #menuGamme #ms3, #menuGamme #ms4, #menuGamme #ms5{
            text-align: right;
            position: relative;
            padding: 0 20px 10px 0;
            background: transparent url(../images/puce_nav.gif) no-repeat 0 0;
}

#menuGamme li a{color: black;}
#menuGamme li a:hover{color: #999;}
#menuGamme #ms1 {left: -15px;}
#menuGamme #ms2 {left: 25px;}
#menuGamme #ms3 {left: 65px;}
#menuGamme #ms4 {left: 107px;}
#menuGamme #ms5 {left: 155px;}

.menuSecondaireB {
            font-size: 12px;
            font-weight: bold;
            width: 200px;
            position: absolute; top: 210px; left: 520px;
}

#menuGammeB #ms6, #menuGammeB #ms7, #menuGammeB #ms8, #menuGammeB #ms9 {
            text-align: left;
            position: relative;
            padding: 0 0 10px 20px;
            background: transparent url(../images/puce_navB.gif) no-repeat 0 0;
}

#menuGammeB li a{color: black;}
#menuGammeB li a:hover{color: #999 ; }
#menuGammeB #ms6 {top: 65px; left: -60px;}
#menuGammeB #ms7 {top: 15px; left: -38px;}
#menuGammeB #ms8 {top: -35px; left: -20px;}
#menuGammeB #ms9 {top: -85px; left: -5px;}
       
.break {
            clear: both;
}
