body {
 background: url('/images/layout/bg-home.gif') repeat-x;
}

#banner {
 width: 960px;
 height: 326px;
 display: block;
 background-color: #ffffff;
 background: url('/images/layout/bg-banner.png') no-repeat;
 behavior: url("/js/pngbehavior.htc");
 padding: 6px 0px 0px 0px;
 color: #ffffff;
}

#concerts, #evenements {
 height: 326px;
}

#concerts {
 background: url('/images/layout/bg-concerts.gif') no-repeat;
}
#evenements {
 background: url('/images/layout/bg-evenements.gif') no-repeat;
}
#img_evenements img {
 width: 238px;
 height: 326px;
}

#banner h2 {
 padding-top: 20px;
 color: #ffffff;
}
 #concerts h2 {
 border-bottom: 1px solid #5c4221;
 }
 
 #evenements h2 {
 border-bottom: 1px solid #985d23;
 }
#banner h2 a {
 color: #ffffff;
}

#concerts h3, #evenements h3 {
 font-size: 14px;
 padding-bottom: 3px;
}
 
#concerts h3 {
 color: #ac6d2d;
 border-bottom: 1px solid #5c4221;
}

#evenements h3 {
 font-size: 14px;
 color: #473119;
 border-bottom: 1px solid #9a5f25; 
}

#banner h4 {
 padding: 0;
 margin: 0;
 border: 0px;
 text-transform: none;
 font-family: Arial, Helvetica, sans-serif;
}
#banner h4 a {
 color: #ffffff;
 text-decoration: none;
}
#banner h4 a:hover {
 text-decoration: underline;
}

#banner blockquote {
 margin-bottom: 30px;
}

#contacts {
 width: 240px;
 margin-top: 20px;
 float: left;
 background: url('/images/layout/bg-box-home.gif') no-repeat;
 width: 240px;
 height: 130px;
 color: #4b4a45;
 text-align: center;
}

#contacts h5 {
 font: 14px "Times New Roman", Times, serif;
 font-weight: bold;
 font-style: italic;
 margin-top: 32px;
}
p {
 line-height: 14px;
}