/*
    Document   : style
    Created on : 16 avr. 2010, 13:13:33
    Author     : Stéphane
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background-color:white;
    background-repeat:no-repeat;
    background-position:100% 100%;

    margin:0;
    padding:0;
    font-family:tahoma,arial,sans-serif;
    font-size:0.8em;

    margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
}

a:link, a:visited, a:active{
    color: #9f0000;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    font-size:20px;
}

img {
    border:0px;
}

table {
    width:600px;
}

.cd {
    width:300px;
    padding-left:5px;
}

.cg {
    width:300px;
    padding-right:5px;
    text-align:right;
}

.ct {
    text-align:center;
    padding-top: 10px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;
}

.cu {
    text-align:center;
    padding-top:15px;
    padding-bottom:15px;
}

.div-centre {
    width:600px;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
}

.err {
    display:none;
    color:red;
}

.sok {
    padding:5px;
}

#cgu {
    text-align:center;
    padding-top:15px;
}

#lbl-erreur {
    color:red;
}

#lbl-formule {
    font-size:12px;
}

#partners-access-header {
    width:600px;
    margin-top:20px;
    margin-bottom:70px;
}
