body {

    font-family:skirmisher;

    font-size:16px;

    background-color:#D8D8D8;

    color:#142840;

    /* On d�fini une taille fixe pour notre site et on le centre au milieu de la page */

    width:960px;margin:auto;



}




strong{

    color:#088A4B;

}

a {

    text-decoration: none;

    color: #DF0174;

}

nav {

    clear:both;

    text-align:center;

}



nav li {

    list-style-type: none;

    display:inline-block;

    padding:0px 20px;

    font-size:22px;

    color:#DF0174;

}

button, input[type=submit] {

    font-family:trebuchet ms;

    background: none repeat scroll 0 0 #088A4B;

    border: 0 none;

    color:white;

    padding:5px;

    border-radius: 5px;

    font-size:16px;

    text-transform: uppercase;font-weight: bold;

}



#logo {float:left;border:0px solid black;margin:10px;}



#form_login {

    float:right;

    color:#088A4B;

    font-size:16px;

    font-weight: bold;

    font-family:trebuchet ms;

    border-style: ridge;

    border-color:#142840;

    border-width: 3px;

    padding:10px 10px;

    margin-top:60px;

}



#form_login div {text-align:center;margin-top:10px;}

#form_login div a {margin:0px 50px;color:##088A4B;text-decoration:underline;}



#menu_principal {clear:both;text-align:center;padding-top:25px;}

.form_label {
    display:inline-block;
    width:170px;
    height:22px;
    font-size:15px;
    text-align: right;
}

#formumaire fieldset {
    margin-top:20px;
}
#formumaire input, #formumaire select, #formumaire textarea  {
    margin-top:10px;
}
#formumaire select  {
    width:175px;
}

textarea {
    width: 300px;
    height: 100px;
    margin: 0;
}


.form_input {
    width:200px;
    height:22px;
    font-size:15px;

}


.form_v {
    width:10px;
    height:15px;
    font-size:15px;

}

th{
    color:#088A4B;
    width:200px;margin:auto;
    text-align: center;
    height:25px;
}


td{


    text-align: center;
}


.image {
    display:inline-block;
    margin-left: 8px;
    width:180px ;
    height:180px;
    background-position:50% 50%;
}


.right {
    display:inline-block;
    width:180px;
    height:22px;
    font-size:15px;
    text-align: right;
}