html,body { overflow: hidden; }

body{
margin: 0px;
font-family: verdana;
font-size: 15px;
color: white;
background-color: black;
}

html {
overflow-y:scroll;
}



#fond{
color: white;
text-align: justify;
padding-top: 20px;
background-image: url(background.png);
}

#menu{
background-color: black;
color: white;
height: 110px;
border-bottom: 3px #aa0000 solid;
}

#menu a{
color: white;
text-decoration: none;
border: none;
}

#menu a:hover{
color: #888888;
text-decoration: none;
}

#case1{
font-size: 20px;
padding-top: 45px;
}

#case2{
font-size: 17px;
padding-top: 70px;
}

#case3{
padding-top: 70px;
}

#red{
background-color: red;
color: red;
}


#principal{
margin-right:auto;
margin-left: auto;
min-height: 600px;
width: 850px;
padding-bottom: 20px;
}

#principal a{
color: red;
text-decoration: none;
}

#principal a:hover{
color: #aa0000;
text-decoration: none;
}


#c_date{
width: 100px;
}

#c_concert{
width: 250px;
}

#c_lieu{
width: 150px;
}


#pied_de_page{
text-align: center;
color: white;
padding-top: 5px;
}


#bas{
color: white;
padding-top: 10px;
margin-bottom: 0px;
padding-bottom: 10px;
height: 100%;
min-height: 100px;
border-top: 3px #aa0000 solid;
}


#petiteecriture{
font-size: 12px;
text-align: justify;
}

#concerts_index{
font-size: 20px;
}


