
body {
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:justify;
margin: 0;
padding: 0;
background:#000000;
color:#333333;
}
#header {
height: 160px;
}
#conteneur { 
position: relative;
width: 1000px;
margin: 0 auto;
background-color: #fff;
border-bottom: solid thick #ccc;
border-left: solid thick #ccc;
border-right: solid thick #ccc;
}
#centre {
margin: 50px 30px 20px 35px;
}
#lyrics {
background-image:url(pix/bgparoles.jpg);
background-repeat:no-repeat;
background-position:center;
}
#droite {
margin-left: 290px;
}
#gauche {
position: absolute;
left:0;
width: 210px;
margin-left:35px;
}
#pied {
color:#CCC;
font-size: 0.8em;
text-align:center;
height: 30px;
margin: 10px 20px 5px 20px;
}
#up {
background-image:url(http://www.cherryavenue.net/v3/pix/up.jpg);
background-repeat:no-repeat;
width:71px;
height:47px;
}



h1 { /* polices */
font-size : 15px; 
color:#666; 
font-weight: bold;
font-family:Verdana;
}
h2 { 
color:#666; 
text-align: justify;
font-size : 11px;
font-weight:normal;
font-family:Verdana;
}
h3 { 
color:#ccc;
font-style:italic;
text-align: justify;
font-size : 9px;
font-family:Arial, Helvetica, sans-serif;
}
h4 { 
color:#666; 
text-align: justify;
font-size : 12px;
font-family: Arial;
font-weight:bold;
}


a.basdepage {   color: #CCC;  text-decoration:none }
a.basdepage:hover {  color: #CCC;  text-decoration:none }
a.basdepage:visited {  color: #CCC;  text-decoration:none }

a {   color: #FF0000;  text-decoration:none }
a:hover {  color: #FF0000;  text-decoration:none }
a:visited {  color: #FF0000;  text-decoration:none }


p {margin: 0 0 10px 0;}





/* menu */


ul#menu {
list-style-type: none;
width: 100%; /* précision pour Opera */
}

ul#menu li {
float:left;
}

ul#menu a {
float: left;
margin: 0 2px;
padding: 5px 19px;
text-align: center;
text-decoration: none;
color: #FFF;
background:#FF0000;
}

ul#menu a:hover {
background: #999999;
}


