.green {
    color: #F38357;
}

.border {
    background: #F38357;
}

#navigation li a:hover {
    color: #F38357;
}

#navigation li.menu_current a {
    color: #F38357;
}

input:focus,
textarea:focus,
input:hover,
textarea:hover {
    border: solid 1px #F38357;
}

.stagiaire,
.etablissement {
    display: block;
    color: #F38357;
    cursor: pointer;
}

#navigation li,
#content h1,
#content h2 {
    /* background: url('images/carre_misha.png') left center no-repeat; */
}

#global li,
#global h1,
#global h2 {
    background-image: none;
}

#footer {
    background: #F38357 url('images/contact.png') center center no-repeat;
}

#navigation li.connexion span {
    background: url('images/connexion-misha.png') center center no-repeat;
}

@media screen and (max-width: 1280px) {
    #navigation li {
        width: 125px;
    }

    #navigation li.connexion {
        padding-left: 35px;
        /* background: url('images/carre_misha.png') left center no-repeat; */
    }

    #navigation li.connexion span {
        background: none;
    }
}

@media screen and (max-width: 960px) {

    #main,
    #content,
    #top,
    #footer {
        width: 800px;
    }

    #footer {
        width: 750px;
        position: relative;
        margin: auto;
        display: block;
        bottom: auto;
        right: auto;
    }

    #footer a {
        width: 750px;
    }

    #navigation li {
        width: 125px;
    }

    #navigation li.connexion {
        padding: 0 38px 0 35px;
        /* background: url('images/carre_misha.png') left center no-repeat; */
    }

    #navigation li.connexion span {
        background: none;
    }
}

@media screen and (max-width: 800px) {

    #main,
    #content,
    #top {
        width: 100%;
    }

    #navigation li {
        display: block;
        width: 50%;
        margin: auto;
        background: none;
        height: auto;
        line-height: auto;
        border-bottom: solid 1px #666;
    }

    #presentation-accueil,
    #presentation {
        width: 100%;
        min-height: 0;
        height: auto;
    }

    #footer {
        width: 100%;
        position: relative;
        margin: auto;
        display: block;
        bottom: auto;
        right: auto;
        height: 60px
    }

    #footer a {
        width: 100%;
        height: 60px
    }

    .bloc_50 {
        width: 100%;
    }

    form.jqtransformdone label,
    input,
    select,
    textarea {
        float: none;
        width: 100% !important;
        text-align: center;
    }

    input.ville,
    select.ville {
        margin-top: 10px;
    }

    #navigation li.connexion span {
        background: none;
    }

    #navigation li.connexion {
        background: none;
    }
}

.navigation.navigation-connexion {
    background: #F38357;
}

.navigation li a:hover,
.navigation li.menu_current a {
    color: #F38357;
}

#presentation-accueil img {
    height: 100% !important;
}

#content h2 {
    background: none;
}

#content h2:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #F38357;
    vertical-align: middle;
    margin-right: 10px;

}
