/* Contenu ********************************************************************/
.page-recrutement #annonces {
    margin-left: 600px;
    width: 270px;
}

.page-recrutement #recrutement {
    float: left;
    width: 570px;
}

.page-recrutement #postes h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.page-recrutement #postes dl {
    padding-bottom: 10px;
    margin: 15px 0 15px 0;
}

.page-recrutement #postes hr {
    margin-bottom: 15px;
    width: 50%;
}

.page-recrutement #postes dl dt {
    margin: 5px 0 5px 0;
}

.page-recrutement h2 {
    color: #FFC500;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

.page-recrutement h3 {
    color: #333;
}

.page-recrutement #postes a {
    color: #FF8800;
    padding: 2px;
    text-decoration: underline;
}

.page-recrutement #postes a:hover {
    background-color: #FF8800;
    color: #FFF;
    text-decoration: none;
}

.page-recrutement hr {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #888;
}

/* Formulaire *****************************************************************/
.page-recrutement #contact {
    margin-top: 20px;
}

.page-recrutement #contact input,
.page-recrutement #contact textarea {
    width: 245px;
}

.page-recrutement #contact textarea {
    height: 60px;
}

.page-recrutement #contact input#submit {
    float: left;
    width: auto;
}

.page-recrutement #contact dt {
    float: left;
    width: 200px;
}

.page-recrutement #contact dd {
    margin: 5px 0 5px 220px;
    width: 247px;
}
