body 
{ 	
font-style: normal; 
font-size: 12px;
line-height: normal; 
font-weight: normal; 
text-align:justify;
color: #000000; 
background-color: #000000; 
scroll="no";
style="overflow:hidden";
overflow:auto;
font-family: Arial;
background-image:url('../images/fond.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top center;
}

.midbody
{
position: relative;
height: 600px;
width: 940px;
margin-left: auto;
margin-right: auto;

}

.bandeau
{
position: absolute;
background-image:url('../images/menu_chanson.jpg');
height: 300px;
width: 700px;
top:  0px;
left: 0px;
}

.menuleft1
{
position: absolute;
background-image:url('../images/menuleft.gif');
height: 130px;
width:240px;
top:  258px;
left: 0px;
background-repeat: no-repeat;
background-position: top left;
opacity : 0.5;
filter:alpha(opacity=50);
}

.menuleft1:hover
{
opacity : 1.0;
filter:alpha(opacity=100);
}

.menuleft2
{
position: absolute;
background-image:url('../images/menuleft.gif');
height: 50px;
width: 240px;
top: 388px;
left: 0px;
background-repeat: no-repeat;
background-position: left -130px ;
opacity : 0.5;
filter:alpha(opacity=50);
}

.menuleft2:hover
{
opacity : 1.0;
filter:alpha(opacity=100);
}

.menuleft3
{
position: absolute;
background-image:url('../images/menuleft.gif');
height: 160px;
width: 240px;
top: 438px;
left: 0px;
background-repeat: no-repeat;
background-position: left -180px ;
opacity : 0.5;
filter:alpha(opacity=50);
}

.menuleft3:hover
{
opacity : 1.0;
filter:alpha(opacity=1000);
}


.lecteurmp3
{
position: absolute;
/*background-color: #000;*/
height: 230px;
width: 310px;
top:  340px;
left:  260px;
background-position: top center;
/*opacity : 0.2;*/
}

/*.holder */
#conteneur
{
left: 690px;
top:  235px;
position: relative;
height: 300px;
width: 310px;
}

#image
{
position:absolute; 
top:0; 
right:0; 
width:310px; 
height:300px; 
opacity:0.5;
filter:alpha(opacity=50);
/*background-image:url('../images/paroles.jpg');*/
}

#Corp
{
position:absolute; 
top:0; 
right:0; 
background:transparent; 
height: 300px;
width: 310px;
overflow: auto;
font-weight: bold ; 
text-align:right;
padding:20px;
margin-right:40px;
margin-top:20px;
margin-bottom:20px;
color: #000;
}


.section {
    margin-top: 15px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 5px;
}

.section ul {
    list-style: none;
    margin-top: 5px;
}

.section ul li {
    display: inline;
}

.section ul a {
    background-color: #000000;
    border: 1px solid #957039;
    padding: 5px 5px 10px;
    display: block;
    float: left;
    margin: 5px;
}

.section ul a:hover {
    background-color: #957039;
    border: 1px solid #000000;
}

.section ul a img {
    border: 1px solid #000000;
}

.section ul a.lightbox-enabled img {
    border: 1px solid #000000;
}

.section span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.section .important {
    text-decoration: underline;
}

.section .title {
    font-weight: bold;
    font-size: 16px;
}

.clear {
    clear: left;
}

.section.header {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    border-top: none;
}

.section.footer {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}



