﻿html {
    background-color: #8e959d;
    margin: 0;
    padding: 0;
}

body {
    overflow: scroll;
    background: #8e959d url(../Images/bg_body.gif) repeat-x 0 0;
    color: #000;
    font: 12px/1 Arial, Helevetica, sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: #555555;
    outline: none;
    padding: 0px;
    /*text-decoration: none;*/
}

    a:link, a:visited,
    a:active, a:hover {
    }

    a:hover {
    }

header, footer, hgroup,
nav, section {
    display: block;
    /*background:transparent url('../images/commun/ombres.png') no-repeat 0 0;*/
    margin: 0 auto;
    width: 980px;
    /* attention : pour position ancêtre le + proche */
    position: relative;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    width: auto;
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    color: #C32F3D;
    font-size: 2em;
}

h2 {
    color: #C32F3D;
    font-size: 1.75em;
}

h3 {
    color: #C32F3D;
    font-size: 1.2em;
}

h4 {
    color: #C32F3D;
    font-size: 1.1em;
}

h5, h6 {
    color: #C32F3D;
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 980px;
}

#body {
    /*clear: both;*/
    /*padding-bottom: 35px;*/
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    /*padding-top: 30px;*/
    background-color: #DAE0E7;
}



header {
}

.main-content .contentwrapper {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

header .content-wrapper {
    /*padding-top: 20px;*/
    background: transparent url('../Images/bgHeader2.png') no-repeat 0 0;
    font-size: 10px;
    padding: 6px 14px 6px 12px;
}

footer {
    /*clear: both;*/
    background-color: #DAE0E7;
    /*background-color: #e2e2e2;*/
    font-size: 1em;
}



/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }



/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}




/* login page */



    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.0em;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 0.9em;
    margin: 5px 0 6px 0;
    padding: 2px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.ddl {
    border: 1px solid #a1a1a1;
    border-radius: 6px;
    padding: 3px;
    color: #555555;
    font-family: Arial, Helevetica, sans-serif;
    font-size: 1em;
    /*padding: 0 0;
    margin: -22px 0 0;*/
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    /* top: 88px;
            right: 95px;*/
    top: -40px;
    right: 20px;
}

.bold {
    font-weight: bold;
}

.accentuationrow {
    background-color: #F7DBDE;
}

.accentuation {
    color: #C32B3F;
    font-weight: bold;
}

.accentuationtable {
    background-color: #C32B3F;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.TabControl {
    background-color: #fff;
    min-height: 300px;
}

.MenuTabPage ul li {
    margin: 0 5px 0 0px;
}

    .MenuTabPage ul li a {
        /*background-color: #dedede;*/
        color: black;
        background: transparent url('./Images/onglet_28-1.gif') repeat-x 0 0;
    }

        .MenuTabPage ul li a:hover, .MenuTabPage ul li:active {
            /*background-color: #FF9F9F;*/
            color: white;
            background: transparent url('./Images/onglet_28-1_cerise.gif') repeat-x 0 0;
            /*color: #ffffff;*/
        }

    .MenuTabPage ul li .selected {
        font-weight: bold;
        /*background-color: #fff;*/
        color: white;
        background: transparent url('./Images/onglet_28-1_cerise.gif') repeat-x 0 0;
    }

    .MenuTabPage ul li a:hover {
        /*color: #ffffff;*/
    }


.dataitem {
    background-color: #F4F4F4;
}

    .dataitem a {
        text-decoration: none;
    }

.dataalternateitem a {
    text-decoration: none;
}

.dataalternateitem {
    background-color: #FFFFFF;
}

.dataitem:hover {
    background-color: #FF9F9F;
}

.dataalternateitem:hover {
    background-color: #FF9F9F;
}

.item a {
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
}

.dataselecteditem a {
    color: #ffffff;
}

.item a:active {
}

.item a:visited {
}

.item a:hover {
}

.headeritem {
    color: White;
    background-color: #C32B3F;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.tabledata {
    width: 100%;
}


    .tabledata thead, .tabledata .tabledatahead {
        background-color: #ededed;
        font-weight: bold;
    }

        .tabledata thead td, .tabledata .tabledatahead td {
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 5px;
            padding-right: 5px;
        }

.imgLangue {
    position: relative;
    top: -25px;
    right: 0px;
}

#textcontent {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#menu {
    position: relative;
    left: 135px;
    top: -35px;
    width: 300px;
}

    #menu ul {
        float: left;
        list-style: none;
        display: block;
    }

        #menu ul li {
            float: left;
            display: list-item;
            margin: 0 1px 0 2px;
            padding: 0 0 0 0;
            text-align: center;
            vertical-align: middle;
        }

            #menu ul li a {
                font-size: 11px;
                text-align: center;
                vertical-align: middle;
                text-decoration: none;
                padding: 5px 30px 5px 30px;
                background: transparent url('../Images/onglet_28-1.gif') repeat-x 0 0;
                display: block;
                float: left;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

                #menu ul li a:hover {
                    background: transparent url(../Images/onglet_28-1_cerise.gif) repeat-x 0 0;
                    color:white;
                }
