/*corps du site*/

body
{
 width: 800px;
 margin: auto;
 margin-top: 10px;
 background-image: url("images/trame.gif");
}

/*en-tête du site*/
#haut1
{
float: left;
width: 170px;
height: 121px;
margin-bottom: 10px;
}
#haut2
{
float: left;
width: 460px;
height: 121px;
background-image: url("images/bannrtmusic.jpg");
background-repeat: no-repeat;
background-position : center;
margin-bottom: 10px;
}
#haut3
{
float: right;
width: 170px;
height: 121px;
margin-bottom: 10px;
}

#menu
{
float: left;
width: 165px;
height:600px;
margin-right:5px;
color: #000000;
background-image: url("images/laser-red2.jpg");
background-repeat: no-repeat;
background-position : top center;
}
#menu-in
{
width: 165px;
height:500px;
}
.menu-titre
{
color: #e8c135;
background-image: url("images/trame.gif");
text-align: center;
font-family: Verdana,Arial,Helvetica;
font-size: 10pt;
font-weight:bold;
}

.menu1-content
{
color: #ffffff;
text-align: left;
padding-left: 5px;
margin-bottom: 35px;
font-family: Verdana,"comic sans ms",Arial,Helvetica;
font-size: 10pt;
margin-top: 15px;
font-weight:bold; 
}

.menu2-content
{
color: #ffffff;

text-align: right;
padding-left: 5px;
margin-bottom: 35px;
font-family: Verdana,"comic sans ms",Arial,Helvetica;
font-size: 10pt;
margin-top: 15px;
font-weight:bold;
}

.menu1-content a
{
color: #ffff80;
text-decoration:none; 
}
.menu1-content a:hover
{
color: #ffffff;
Font-style:italic;
text-decoration:none; 
}
.menu2-content a
{
color: #ffff80;
text-decoration:none; 
}
.menu2-content a:hover
{
color: #ffffff;
Font-style:italic;
text-decoration:none; 
}
#main
{
float: left;
width: 630px;
color: #000000;
background-color: #ffffff;
padding-bottom:25px;
}

.mainfont
{
padding-left: 15px;
padding-right: 25px;
text-decoration:none; 
font-family:Verdana,Arial,Helvetica; 
font-size:10px; 
font-style:normal; 
font-variant:normal;
font-weight:normal; 
}

#bas
{
margin-left:170px;
width: 628px;
height: 20px;
text-align: center;
color: #B3B3B3;
background-color: #626262;
border-bottom: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid white;
} 

