html {
    height: 100%;
}

#Body {
    height: 100%;
    font-family: verdana, Arial, sans-serif !important;
    color: #333;
    letter-spacing: 0;
}

#Form {
    height: 100%;
}

a {
    outline: 0;
    border: 0;
}

p, ul, ol {
    margin: 0;
    padding: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: verdana, Arial, sans-serif !important;
    color: #333;
    letter-spacing: 0;
}

    h2#Inutile {
        display: none;
    }

#DNN7 {
    width: 100%;
    z-index: 1;
    min-height: 100%;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

/* ADMINISTRATION */
#ControlPanelWrapper {
}
/* HEADER */
#Logo {
    width: 100%;
    float: left;
    background: #C7DAE0 url("images/BckGround_baniere.png") repeat-x left top;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(217,236,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(217,236,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 20%,rgba(217,236,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 20%,rgba(217,236,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 20%,rgba(217,236,242,1) 100%); /* IE */
    background: linear-gradient(top, rgba(255,255,255,1) 20%,rgba(217,236,242,1) 100%); /* W3C */
    overflow: hidden;
}

#Logo2 {
    float: right;
}

#LogoResponsive, #LogoPeople, #Logo3 {
    display: none;
}

#Logo img {
    float: left;
}

#Breadcrumb {
    width: 100%;
    background-color: #1FA22E;
    height: 26px;
    font-weight: bold;
    color: white;
    display: inline-block;
    line-height: 26px;
    padding: 0 10px;
    box-sizing: padding-box; /*N'est support� que par Firefox*/
    box-sizing: border-box; /*Pour les autres navigateurs que Firefox*/
}

    #Breadcrumb a {
        text-decoration: none;
        font-weight: normal;
        color: white;
    }

        #Breadcrumb a:hover {
            text-decoration: underline;
            cursor: pointer;
        }

    #Breadcrumb .right {
        display: inline-flex;
    }

/* Bouton "Imprimer" */
@font-face {
    font-family: 'Fontello';
    src: url('font/fontello.eot?72132068');
    src: url('font/fontello.eot?72132068#iefix') format('embedded-opentype'), url('font/fontello.woff?72132068') format('woff'), url('font/fontello.ttf?72132068') format('truetype'), url('font/fontello.svg?72132068#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.printfriendly {
    background-color: #004494;
    margin: 2px 10px 2px 2px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
}

    .printfriendly::before {
        font-family: Fontello;
        content: '\e800';
        font-size: 1rem;
        padding-right: 8px;
    }

    .printfriendly:hover {
        background-color: #005CC9;
        text-decoration: none !important;
    }

#SearchBorder {
    margin: 0;
    height: 20px;
}

#SearchIcon {
    display: none;
}

#dnn_dnnSearch_cmdSearchNew {
    padding: 5px 10px 0 10px;
}

#Logo_Social {
    width: 99.5%;
    display: inline-block;
    padding-left: 3px;
}

#LogoSecondaire {
    width: 340px;
    height: 74px;
    background: url(images/logo_secondaire.png) no-repeat 0 6px;
    float: left;
}

#Logo_Social .ShortCut {
    float: right;
    text-decoration: none;
    font-weight: bolder;
    padding: 7px 3px;
    margin-top: 16px;
    border: 1px solid #cfcfcf;
    border-bottom: 1px solid #999;
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    color: #666666;
    margin-right: 10px;
}

    #Logo_Social .ShortCut:hover {
        background-color: #666666;
        color: lightgray;
    }

#Login {
    float: right;
    padding-right: 0;
    margin-top: 15px;
    height: 33px;
    border: 1px solid #cfcfcf;
    border-bottom: 1px solid #999;
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}

/*.userDisplayName*/
.userDisplayName a {
    color: #666666;
}

#Login .registerGroup, #Login .registerGroup *, #Login .loginGroup, #Login .loginGroup * {
    display: block;
}

#Login .registerGroup, #Login .loginGroup {
    float: left;
    padding: 0;
    margin: 0;
}

    #Login .registerGroup li:first-child:hover {
        border-left: #333;
    }
    /* Register Group Styles */
    #Login .registerGroup li {
        float: left;
        height: 33px;
        border-left: 1px solid #fcfcfc; /*light*/
        border-right: 1px solid #c7c7c7; /*dark*/
    }

    #Login .registerGroup .buttonGroup {
        margin-right: 0;
    }

    #Login .registerGroup a, #Login .loginGroup a {
        position: relative;
        display: block;
        padding: 11px 15px;
        min-width: 15px;
        min-height: 11px;
        font-weight: bold;
        font-size: 11px;
        vertical-align: middle;
        line-height: 1em;
        background: #e7e7e7 url(Images/LoginLinksBg.png) repeat-x 0 0;
        text-decoration: none;
    }

        #Login .registerGroup a:hover, #Login .loginGroup a:hover {
            background: #666;
            color: #ddd;
            text-shadow: 0px -1px 0px #333333;
            -webkit-box-shadow: inset 0px 0px 5px 0px #333;
            -moz-box-shadow: inset 0px 0px 5px 0px #333;
            box-shadow: inset 0px 0px 5px 0px #333;
        }

        #Login .registerGroup a:active, #Login .loginGroup a:active {
            color: #fff;
            text-shadow: 0px -1px 0px #333333;
        }

        #Login .registerGroup a:hover, #Login .loginGroup a:hover {
            text-decoration: none;
        }

        #Login .registerGroup a strong, #Login .loginGroup a strong {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: block;
            font-size: 11px;
            font-weight: bold;
            vertical-align: baseline;
            overflow: hidden;
            text-indent: -9999px;
        }

.registerGroup .userMessages strong, .registerGroup .userNotifications strong {
    background: url(Images/userLoginSprite.png) no-repeat 15px 12px;
}

.registerGroup .userNotifications strong {
    background-position: -85px 10px;
}

.registerGroup .userMessages strong:hover {
    background-position: 15px -40px;
}

.registerGroup .userNotifications strong:hover {
    background-position: -85px -42px;
}

.registerGroup .userMessages strong:active {
    background-position: 15px -91px;
}

.registerGroup .userNotifications strong:active {
    background-position: -85px -92px;
}

#Login .registerGroup a span {
    position: absolute;
    right: 5px;
    top: -7px;
    display: inline-block;
    padding: 2px 4px;
    min-width: 7px;
    text-align: center;
    margin-right: 3px;
    font-size: 9px;
    color: #fff;
    text-shadow: 0px 1px 0px #333333;
    /*CSS3*/
    background-color: #1FA22E;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #222222;
    -moz-box-shadow: 0px 1px 0px 0px #222222;
    box-shadow: 0px 1px 0px 0px #222222;
}

#Login .registerGroup .userProfileImg a {
    padding: 0;
    background: none;
    min-width: 25px;
}

#Login .registerGroup a img {
    border: 1px solid #EDEDED;
    height: 32px;
    width: 32px;
    background: #555;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
/* Login Group Styles */
#Login .loginGroup {
    border-left: 1px solid #fcfcfc; /*light*/
}

    #Login .loginGroup a {
        padding: 11px 20px;
        font-weight: bold;
        color: #666;
    }
/* Login Language Group */
#Login .language-object {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    border-left: 1px solid #c7c7c7; /*dark*/
}

    #Login .language-object span {
        padding: 8px 0;
        padding-right: 8px;
        margin: 0;
        float: left;
    }

        #Login .language-object span:first-child {
            padding-left: 8px;
            border-left: 1px solid #fcfcfc; /*light*/
        }

        #Login .language-object span img {
            height: 12px;
            width: 20px;
            opacity: 0.2;
        }

        #Login .language-object span:hover img {
            opacity: 1;
        }

    #Login .language-object .Language.selected img {
        opacity: 1;
        border-color: #999;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    }

#Nav {
    float: left;
    margin: 15px 0;
    display: inline-block;
    padding-left: 3px;
}
/* CONTENT */
.wide {
    width: 100% !important;
    padding: 0 !important;
}

#Content {
    width: 99.5%;
    float: left;
    margin-left: 3px;
}

#Panes {
    width: 100%;
    float: left;
}

#dnn_SocialMediaPane {
    border: solid 1px green;
    width: 100%;
}

#dnn_LeftPane {
    min-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-right: 1px solid #CCCCCC;
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
}

#dnn_ContentPane {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}

#dnn_RightPane {
    min-width: 343px;
    min-height: 100%;
    box-sizing: border-box;
    border-left: 1px solid #CCCCCC;
    display: table-cell;
    vertical-align: top;
}

#dnn_BottomPane {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding: 15px 0 5px 0;
    background-color: #E2E2E2;
    font-size: 0.75rem;
    position: relative;
    color: #000 !important;
}

#BottomLeft {
    width: 100%;
    text-align: center;
    float: left;
}

    #BottomLeft span {
        color: #000 !important;
    }

    #BottomLeft p {
        text-align: center;
        padding: 2px;
        color: black !important;
        font-size: 0.75rem !important;
    }

        #BottomLeft p a {
            color: black;
        }

#BottomRight {
    position: absolute;
    top: 15px;
    right: 15px;
}

    #BottomRight a {
        color: black;
        text-decoration: underline;
    }

#dnn_LeftPane a, #dnn_RightPane .DnnModule a {
    text-decoration: underline;
    font-size: 0.75rem;
    font-family: verdana;
    color: black;
}

#Panes #dnn_LeftPane a:hover, #Panes #dnn_RightPane .DnnModule a:hover {
    text-decoration: none;
}
/* FOOTER */
/* AJOUT DE L'ANCIEN FICHIER DEFAULT */
.required label:after,
legend.required:after {
    font-family: verdana, Helvetica, sans-serif;
}

.dnnLogin .LoginTabGroup span {
    padding: 0;
    float: left;
    color: #000;
}

ul.dnnAdminTabNav {
    height: 40px;
    float: left;
    padding: 0;
}

    ul.dnnAdminTabNav li a {
        padding: 12px 9px 10px 9px;
    }

.dnnTooltip .dnnFormHelpContent,
.dnnHelperTip .dnnFormHelpContent {
    z-index: 1;
}

div.dnnTagsInput {
    margin: 0 0 4px 0;
    padding: 5px 5px 0 5px;
    overflow-y: auto;
    border: 1px solid #EAEAEA;
}

    div.dnnTagsInput span.tag {
        color: black;
    }

    div.dnnTagsInput > div > input,
    div.dnnTagsInput > div > input:focus {
        font-family: verdana;
    }

    div.dnnTagsInput div {
        width: 45%;
    }

    div.dnnTagsInput > div > input.dnnTagsInvalid {
        padding: 4px 6px 4px 6px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

.dnnFormMessage {
    color: #4b4b4b;
    margin-top: 30px;
}

.Normal,
.NormalDisabled,
.NormalDeleted {
    color: #000;
    font-size: 0.75rem;
}
/* FIN DE L'AJOUT DE L'ANCIEN FICHIER DEFAULT */
/* Login*/
#DNN7.LoginPage {
    height: 100%;
    font-family: Verdana, Arial, sans-serif;
    color: #333;
}

    #DNN7.LoginPage #Content {
        width: 100%;
        float: none;
    }

    #DNN7.LoginPage #Panes {
        width: 100%;
        float: none;
    }

    #DNN7.LoginPage #dnn_ContentPane {
        width: 100% !important;
        z-index: 1;
        min-height: 100%;
        margin: 0px 0px;
        float: none;
        border: 1px solid #fff;
        padding: 0 0;
        text-align: center;
        display: block;
    }

    #DNN7.LoginPage .DnnModule {
        margin-left: 1px;
        margin-top: 10px;
    }

    #DNN7.LoginPage #Bread {
        background-color: rgb(85, 91, 91);
        height: 112px;
    }

        #DNN7.LoginPage #Bread a {
            text-decoration: none;
            font-weight: normal;
            color: #fff;
            font-size: 11px;
        }

    #DNN7.LoginPage #dnn_BottomPane {
        height: 32px;
    }

.DnnModule.DnnModule-Authentication {
    display: inline-block;
}
/* FIN DE Login*/




/* ACTUALITÉS */
.EasyArticlesCommentListItem .comment {
    margin-bottom: 30px;
    border-bottom: 1px dashed #7AC1D9;
}