/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 1em; /* Remettre à zéro si nécessaire. */
    /* Pensez à utiliser une collection de polices (2), par ex: */
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: .8em; /* À adapter pour la police choisie. (3) */
    line-height: 1.4; /* À adapter au design. (4) */
    color: black;
    background: #f4ffff;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
}
a:link {
    color: mediumblue;
}
a:visited {
    color: indigo;
}
a:hover, a:focus, a:active {
    color: crimson;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}


/* Fin styles de base */




#form {
    z-index: 2;
    position: absolute;
    width: 550px;
}

form {
    padding: 0 50px 20px 0;
    clear: left;
}

form table {
    width: 100%;
}


#form label {
}

#form input {
    width: 100%;    
}

#form .submit {
    margin-top: 15px;
    width: 7em;
}

#form #js {
    position: absolute;
    left: -5000px;
}

#form p {
    padding: 0 50px 0 0;
    font-size: 0.9em;
}


.post {
    position: absolute;
    float: left;

    padding: 0 0 0 0;
    max-width: 300px; /* ATTENTION IE6 */    
}

* html .post {
    width: 300px;
}

.post p {
       
    line-height: 1.1em;
}

.jeveux {
    color: #AB2E82;
    padding: 0px 25px 0 0;
    margin: 0;
}

.jereve {
    color: #0B94CA;
    padding: 3px 25px 25px 0;
    margin: 0;
}



form .jeveux,
form .jereve {
    font-size: 2em;
    font-weight: bold;
}

#jr {
    margin-bottom: 15px;
}

table,
table td,
table tr

{
    border-collapse: collapse;
    border: none;
    margin: 0;
    padding: 0;
}

.b1 {
    background-image: url('../images/box1.png');
}

.b1Hover {
    background-image: url('../images/box3.png');
}


* html .b1 {
    background-image: url('../images/box1.gif');
}

* html .b1Hover {
    background-image: url('../images/box3.gif');
}


.top  {
    height: 25px;
    background-position: right top;    
    margin: 0 0 0 25px;
    padding: 0;
    text-align: right;
}

.topLeft {
    float: left;
    width: 25px;
    height: 25px;
    background-position: left top;    
}

.c1 {
    width: 25px;
    background-position: left bottom;
}

.c2 {
    background-position: right bottom;
}

#form .c1,
#form .topLeft
{
    width: 50px;
}



.close {
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    top: 0;
}

#form .top,
#form .topLeft,
#form .c1,
#form .c2

{
    background-image: url('../images/box2.png');
}

* html #form .top,
* html #form .topLeft,
* html #form .c1,
* html #form .c2

{
    background-image: url('../images/box2.gif');
}



.jvjr {
    display: block;
    margin: 25px auto 10px auto;
    
}

.alignRight {
    text-align: right;
}

.error {
    color: red;
    font-weight: bold;
}

.ok {
    color: green;
    font-weight: bold;
}

.faceb {
    text-decoration: none;
    font-weight: bold;
    color: #3B5998;
}

.faceb img {
    vertical-align: middle;
}

.email span {
    color: #888;
    font-size: 0.85em;
}


/* styles pour l'interface d'admin */

#connect {
    margin-top: 25px;
    text-align: center;
}

.element {
    border: 1px solid #888;
    margin: 10px;
    padding: 5px;
    background-color: #ffffff;
}

.element hr {
    border: 1px solid #888;
    border-width: 1px 0 0 0;
}

.element p {
    margin: 5px;
    padding: 0;
}

