/* Mise en page pour affichage sur grand écran (ordi) */

body {
    margin: 5px 0;
    color: #0F457D;
    font-family: Verdana;
    font-size: 11px;
    border:none;
}

#ffg_page {
    min-width: 996px;
    max-width: 1240px;
    margin: 0 auto;
    border: 2px solid #7CA8D5;
}

#ffg_mobile_header {
    /* Élément affiché dans ffg-mobile.css */
    display: None;
}

#ffg_header {
    border-bottom: solid 1px #9CBED2;
}

#ffg_main {
    padding: 10px;
    min-height: 100%;
    overflow: hidden;
    background-color: #F3F9FF;
}

#ffg_main_menu {
    width: 151px;
    padding-right: 9px;
    float: left;
}

#ffg_main_content {
    margin-left: 160px;
    background-color: #F8FBFF;
    border: 5px solid #ECF5FF;
    padding: 4px;
}

#ffg_footer {
    border-top: solid 1px #9CBED2;
}

/* Contenu du header */

#ffg_header_trailer {
    display: flex;
    /* background-image: url("/images/01/header_fond.jpg"); */
    background-color: #e8e8e8;
    height: 98px;
}

#ffg_header_trailer img, #ffg_header_trailer div {
    height: 98px;
}

.ffg_social_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

/*
#ffg_header_trailer .ffg_social_box {
    flex-grow: 1;
    min-width: 156px;
}

#ffg_header_trailer .ffg_social_box div.ffg_social_button {
    margin: 1px 2px;
    height: 47px;
}

#ffg_header_trailer .ffg_social_box div.ffg_social_button img {
    height: 47px;
}
*/

#ffg_header_searches {
    display: table;
    width: 100%;
    background-color: #deeeff;
    border-top: solid 1px #9CBED2;
}

#ffg_header_searches > form {
    display: table-cell;
    padding: 2px 12px;
    vertical-align: middle;
}

#search_club_form {
    text-align: left;
}

#search_player_form {
    text-align: right;
}

#ffg_header label {
    font-style: italic;
    font-weight: bold;
}

/* Contenu du menu */
#ffg_main_menu .ffg_social_box {
    margin-bottom: 1ex;
}

#ffg_main_menu .ffg_social_box img {
    width: 36px;
}

p.menu_FFG_title {
    line-height: 0;
}

p.menu_FFG_item {
    margin: 0;
}

img.menu_FFG_puce {
    width: 11px;
    height: 10px;
    vertical-align: bottom;
}

/* Contenu du footer */

p.footer {
    text-align: center;
}
