div#contenu_artistes{
    position: absolute;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    overflow: auto;
    top: 0px;
    bottom:0px;
    right: 120px;
    width: 590px;
    z-index: 2;
    line-height:1.5em;
    text-align: justify ;
}


div#fond_fonce {
    position: absolute;
    top: 240px;
    right: 0px;
    bottom: 0px;
    width: 120px;
    z-index: 1;
    
    background-color: #ffb400;
    filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
}

div#fond_fonce2 {
    position: absolute;
    top: 0px;
    right: 120px;
    height: 120px;
    left: 0px;
    z-index: 1;
    
    background-color: #ffb400;
    filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
}

div#contenu_pages {
    position: absolute;
    top: 240px;
    right: 0px;
    bottom: 0px;
    width: 120px;
    z-index: 2;
}

div#fond_clair{
    position: absolute;
    top: 0px;
    right: 120px;
    bottom: 0px;
    width: 600px;
    z-index: 1;
    
    background-color: #ffb400;
    filter:alpha(opacity=35);
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
}

div#contenu .marge_pages{
    margin-top:5px;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
}

div#contenu h1{
    font-size:26px;
    font-weight: normal; 
    line-height:1.5em;
    color:#FFF;
    margin-left:-5px;
    margin-bottom:3px;
    border-bottom: none;
}

div#contenu h2{
    font-size:17px;
    font-weight: bold; 
    line-height:1.4em;
    color:#111;
}
    
