#all-wrapper {
    margin: 0 auto;
    width: 1000px;
}
#all {
    box-shadow: -12px 0 23px -7px #dfdfe1, 12px 0 23px -7px #dfdfe1;
}

.model-14 #header {
    background: url(/images/backgrounds-1000x350s/bureau1.jpg) top center repeat-y;
    background-repeat: no-repeat;
    box-shadow: 0 4px 15px -3px #dfdfe1;
    height: 340px;
    overflow: hidden;
    position: relative;
    width: 1000px;
}
#header .tooltip {
    left: auto;
    right: 0;
    top: 90px;
    z-index: 100;
}

#header-with-menu-wrapper {
    left: 0;
    position: absolute;
    top: 0;
    width: 1000px;
}

#header-logo {
    float: left;
    margin: 10px 0 0 20px;
}
#header-logo:hover {
    cursor: pointer;
}

#header h1 {
    background: gray;
    background: rgba(255,255,255,0.5);
    bottom: 20px;
    display: inline-block;
    left: 0;
    padding: 10px 20px;
    position: absolute;
}
#header h1, #header h1 a, #header h1 textarea {
    color: black;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
#header h1 textarea {
    width: 430px;
}

#menu-wrapper {
    max-width: 750px;
    position: absolute;
    right: 10px;
    top: 38px;
    width: auto;
}
#menu {
    width: auto;
}
.model-14 #menu-wrapper {
    background: transparent;
    box-shadow: none;
}
#menu {
    width: auto;
}
#menu li {
    
}
#menu li a {
    border-radius: 6px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    margin: 0 5px 10px;
    padding: 6px 9px;
    text-shadow: none;
}
#menu > li:hover > a {
    text-decoration: underline;
}
#menu li.active > a {
    font-weight: bold;
}
#menu li li a {
    border-radius: 0;
    font-size: 12px;
    margin: 0;
}

.model-14 #corps-wrapper {
    background: transparent;
    margin: -20px auto 0;
    position: relative;
    width: 770px;
    z-index: 0;
}
#content {
    color: black;
    width: 100%;
}
#corps {
    width: auto;
}

.accueil-bottom-colonne {
    background: white;
    padding: 10px;
    vertical-align: top;
    width: 220px;
}
.accueil-bottom-colonne.under {
    border-radius: 0 0 6px 6px;
}
.accueil-bottom-separator {
    width: 25px;
}
#accueil-bottom .titre, #accueil-bottom .titre textarea {
    font-size: 14px;
    font-weight: bold;
}
#accueil-bottom .titre {
    margin: 0 0 10px;
}
#accueil-bottom .image-wrapper {
    margin: 10px 0;
}
#accueil-bottom ul {
    margin: 0 0 0 20px;
    padding: 0;
}
#accueil-bottom .bouton {
    border-radius: 6px;
    display: block;
    padding: 5px 10px;
}
#accueil-bottom .bouton, #accueil-bottom .bouton a, #accueil-bottom .bouton textarea {
    color: white;
    text-align: center;
}

#accueil-plan {
    background: white;
    border-radius: 0 0 6px 6px;
    margin: 20px 0;
    padding: 10px;
}
#accueil-plan .titre {
    margin-bottom: 10px;
}
#accueil-plan .titre, #accueil-plan .titre textarea {
    font-size: 14px;
    font-weight: bold;
}
#accueil-plan table {
    margin: 20px 0 0;
}
#accueil-plan td {
    border-right: 1px solid silver;
    padding: 0 10px;
    vertical-align: top;
    width: 300px;
}
#accueil-plan td.first {
    padding-left: 0;
}
#accueil-plan td.last {
    border-right: none;
}

/* nonaccueil */
.nonaccueil #corps-wrapper {
    background: white;
    padding: 10px;
}
.content-header, .content-header textarea {
    margin: 0 0 15px;
}
/* page cabinet */
.withcollabs {
    width: 435px;
}

/* footer */
#footer {
    padding: 20px 0;
}
#footer, #footer a, #footer textarea {
    color: black;
}
#footer p {
    margin: 4px 0;
}

@media screen and (max-width: 1000px) {
    #menu-wrapper{
        position: static;
        max-width: 100%;
        background-color: #f0f0f0;
    }
    
}