body {
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    background-color: #000000;
    background-image: url('images/pageBG.png');
}

#header {
    height: 100px;
    border-bottom: 2px solid #FFFFFF;
    /*background-image: url('images/headerBG.jpg');*/
    margin-bottom: 50px;
}

#conteneur {
    border: 3px solid #FFFFFF;
    border-top: 0;
    position: absolute;
    width: 750px;
    left: 50%;
    margin-left: -375px;
}

img#discoBall{
    position: absolute;
    top: 155px;
    left: 700px;
}

img{
    border: none;
}

h1{
    font-size: 24px;
    background-image: url('images/bulletDancer2.png');
    background-repeat: no-repeat;
    padding-left: 26px;
    vertical-align: ;
    padding-top: 10px;
}

hr{
    width: 200px;
    border: none;
    border-bottom: 1px solid #FFFFFF;
}

hr.dot{
    width: 10px;
    border: none;
    border-bottom: 6px solid #FFFFFF;
}

p.contact{
    font-size: 16px;
    font-weight: bold;
    /*text-decoration: underline;*/
}

#centre {
    margin-top: 50px;
    margin-left: 151px;
    height: 454px;
    background-image: url('images/mainBG.jpg');
    color: white;
    padding: 23px 0 23px 23px;
}

#centreContent{
    height: 450px;
    overflow: auto;
}

#gauche {
    position: absolute;
    top: 152px;
    left:0;
    width: 150px;
    height: 315px;
    background-image: url('images/fondStd.png');
    background-repeat: no-repeat;
}

#gaucheb {
    color: #FFFFFF;
    position: absolute;
    top: 425px;
    /*margin-top: 350px;*/
    left:0;
    width: 150px;
    text-align: center;
}

#gaucheb input.text {
    border: 2px solid #FFFFFF;
    background-color: #000040;
    color: #8090C0;
    width: 130px;
    text-align: center;
}

#gaucheb input.button {
    margin-top: 4px;
    border: 1px solid #FFFFFF;
    background-color: #000040;
    color: #FFFFFF;
    width: 90px;
    text-align: center;
    font-weight: bold;
}

#gaucheb img {
    border: 0;
}

#gaucheb p {
    margin: 0;
}

#gaucheb p.help {
    text-align: right;
    padding-right: 5px;
    margin-bottom: -5px;
}

a.button,a.button:visited{
    display: block;
    width: 140px;
    height: 25px;
    padding-top: 6px;
    background-image: url('images/fondOff.png');
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    padding-left: 10px;
}

a.button:hover{
    background-image: url('images/fondOn.gif');
    width: 130px;
    padding-left: 20px;
    font-size: 16px;
    height: 27px;
    padding-top: 4px;
}

/* Page des Tarifs */
p.tarifsQuand{
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0;
    font-size: 18px;
    border: 2px solid white;
    font-weight: bold;
    border-bottom: none;
    padding-left: 10px;
    width: 541px;
    background-color: #102058;
}

p.tarifsCommentaire{
    margin: 0;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    width: 526px;
    background-color: #304078;
    font-weight: bold;
}

p.tarifsMembres, p.tarifsNonMembres{
    margin: 0;
    padding-left: 35px;
    font-size: 14px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    width: 516px;
    background-color: #506098;
}

p.tarifsMembres{
    font-weight: bold;
    text-decoration: underline;
    padding-top: 5px;
}

p.tarifsNonMembres{
    padding-bottom: 5px;
    border-bottom: 2px solid white;
}

/* Page d'accueil */
p.mainDate{
    margin: 0;
    font-size: 16px;
    border: 2px solid white;
    font-weight: bold;
    border-bottom: none;
    padding-left: 10px;
    width: 541px;
    background-color: #102058;
}

p.mainTitre{
    margin: 0;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    width: 526px;
    background-color: #304078;
    font-weight: bold;
}

p.mainContenu{
    margin: 0;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    width: 516px;
    background-color: #506098;
    border-bottom: 2px solid white;
}

/* Pied de Page */

#pied {
    padding-top: 5px;
    height: 20px;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
}

#pied a{
    color: #FFFFFF;
}

#pied a:hover{
    color: #5060FF;
}

