/*--------------------------------
|                                  |
|              DIVERS              |
|                                  |
--------------------------------*/

* {
    color:#000000;
    font-family: Arial, Helvetica, sans-serif, trebuchet MS, Verdana;
    font-size:12px;
    margin:0pt;
    padding:0pt;
}

body {
    background:#020714 none repeat scroll 0%;
}

table {
    border:0pt none;
    border-collapse: collapse;
}

img {
    border:0pt none;
}

p   {
    text-align:justify;
}

ul  {
    list-style-type: none;
}

label {
    display:inline;
    float:left;
    width:150px;
}

td  {
    vertical-align: top;
}

a   {
    text-decoration:none;
    cursor: pointer;
}

hr  {
    border:0pt none;
    clear:both;
    height:0pt;
    visibility:hidden;
}

h1      {
        color: #1353A0;
        border-bottom: 1px solid #8ABAFF;
        font-size: 15px;
        font-weight: bolder;
        letter-spacing: 2px;
        margin: 0 0 1em 0;
        padding: 0 0 3px 0;
}

/*--------------------------------
|                                  |
|              MAIN                |
|                                  |
--------------------------------*/

#fond {
    height:auto;
    margin-left: auto;
    margin-right: auto;
}

#fondcentre {
    background-image: url(../images/fond-bas.jpg);
    background-repeat: repeat-y;
    width: 800px;
}

#Main {
    background-image: url(../images/fond-centre.jpg);
    background-repeat: no-repeat;
    min-height: 800px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#centre {
    padding: 0 50px 0 70px;
}

/*--------------------------------
|                                  |
|              contenu             |
|                                  |
--------------------------------*/


#bottom_buttons .buttonblue div {
    background-image: url(../images/fond-bouton.gif);
    background-repeat: no-repeat;
    width: 150px;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
}

#Download {
    padding: 5px 0 5px 0;
}

#Login {
    padding: 9px 10px 0 0;
}

#Registration {
    padding: 9px 0 5px 0;
}

/*--------------------------------
|                                  |
|              MENU BAS            |
|                                  |
--------------------------------*/
    
#MenuBas {
    margin-top: 15px;
    padding-bottom: 3px;
    text-align: center;
}

#MenuBas ul {
    border-bottom: solid 1px #1353A0;
    margin: 0 0 5px 0;
}

#MenuBas li {
    display: inline;
    padding: 1em 2.2em;
}

#MenuBas a {
    color: #1353A0;
    font-size: 10px;
    font-weight: bolder;
}

#MenuBas h2 {
    width: 100%;
    text-align: center;
    color: #1353A0;
    font-size: smaller;
    font-weight: bolder;
}
