body {
    position: relative;
    margin: 0;
    background: url(/img/bg.png) #000000;
    font-family: Verdana;
    font-size: 0.7em;
    line-height: 1.2em;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
#cloudstopleft {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -678px;
    width: 197px;
    height: 350px;
    background: url(/img/clouds_top_left.png);
}
#cloudstopright {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -678px;
    width: 197px;
    height: 350px;
    background: url(/img/clouds_top_right.png);
}
#conteneur {
    margin: 0 auto;
    width: 960px;
    border: 1px solid #999999;
}
a, a:link, a:visited, a:active {
    color: #ffffff;
}
a:hover {
    color: #ffffff;
}
#header {
    position: relative;
    padding: 0;
    background: url(/img/header.png) no-repeat;
    width: 960px;
    height: 123px;
}
#header h1 {
    width: 500px;
    height: 82px;
    margin: 0 auto;
    background: url(/img/tha_title.png) no-repeat;
}
h1 span {
    visibility: hidden;
}
#headleft {
    position: absolute;
    left: 50px;
    width: 55px;
    height: 80px;
    background: url(/img/header_left.png) no-repeat;
}
#headright {
    position: absolute;
    right: 50px;
    width: 82px;
    height: 80px;
    background: url(/img/header_right.png) no-repeat;
}
#menu {
    margin: 15px auto;
    font: bold 1.3em Verdana;
    border-top: 1px #999999 solid;
    border-bottom: 1px #999999 solid;
    text-transform: capitalize;
    letter-spacing: 3px;
    padding: 3px;
    background: url(/img/alpha_black_50.png);
}
#menu li {
    list-style: none;
    display: inline;
}
#menu li a {
    padding: 3px 10px;
    text-decoration: none;
}
#menu li a:hover {
    background: url(/img/alpha_red_50.png);
}
#main {
    background: #000000;
    text-align: left;
    padding: 15px;
}
.track h3 {
    font-size: 1.4em;
    padding: 5px;
    float: left;
}
.track {
    clear: right;
    float: right;
    text-align: right;
    background: #333333;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #999999;
    width: 550px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.saesong {
    float: left;
    width: 400px;
    height: 200px;
    background: #666666;
    margin: 10px;
    padding: 15px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #cccccc;
}
.saesong h3 {
    background: #000000;
    padding: 3px;
}
.saesong h4 {
    background: #000000;
    padding: 2px;
}
#credits {
    background: #333333;
    border: 1px solid #999999;
    margin: 10px;
    padding: 10px;
    width: 300px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#liens {
    text-align: center;
    padding: 20px;
}
#liens li {
    text-align: center;
    margin: 10px;
    display: inline;
}
.qr {
    background: #444444;
    margin: 15px auto;
    width: 60%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #999999;
}
.q {
    font-weight: bold;
    padding: 10px;
    text-align: left;
}
.r {
    padding: 10px;
    text-align: justify;
}
#footer {
    text-align: center;
    letter-spacing: -0.06em;
    color: #666666;
    font-size: 0.9em;
}
#footer a {
    color: #666666;
}
textarea {
    background-color: #efefef;
    margin: 5px;
    padding: 3px;
    border: 1px solid #999999;
}
input {
    background-color: #efefef;
    margin: 5px;
    padding: 3px;
    border: 1px solid #999999;
}
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px;
    padding: 15px 10px 15px 50px;
    background-repeat:no-repeat;
    background-position:10px center;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.info ul, .success ul, .warning ul, .error ul,.v alidation ul {
    padding: 0;
    margin: 0;
}
.info ul li, .success ul li, .warning ul li, .error ul li, .validation ul li {
    background: url(http://static.adhocmusic.com/favicon.png) no-repeat 0 0;
    padding-left: 25px;
    margin: 5px;
}
.info {
    color: #00529b;
    background-color: #bde5f8;
    background-image: url(http://static.adhocmusic.com/img/icones/info.png);
}
.success {
    color: #4f8a10;
    background-color: #dff2bf;
    background-image: url(http://static.adhocmusic.com/img/icones/success.png);
}
.warning {
    color: #9f6000;
    background-color: #feefb3;
    background-image: url(http://static.adhocmusic.com/img/icones/warning.png);
}
.error {
    color: #d8000c;
    background-color: #ffbaba;
    background-image: url(http://static.adhocmusic.com/img/icones/error.png);
}
.validation {
    color: #d63301;
    background-color: #ffccba;
    background-image: url(http://static.adhocmusic.com/img/icones/validation.png);
}
