﻿/********************* Couleur de reference  ****************
*************************** comment ********* colour ******** 

box background colour       *bbg*#567890
box border colour           bb               #abcdef
box text colour             bt               #123456

*/


.Bg_Egraine {
/*    background-color: #802351;*/    
    background-color: #AB276C;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

.text-Egraine {
    --bs-text-opacity: 1;
    color: #AB276C !important;
}


body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.MonCadre {
    background-color: #E1E6FA;
}

.boutoninvisible {
    background: #FFFFFF;
    border-color: #FFFFFF;
    font-family: Arial;
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: none;
}


.bouton {
    box-shadow: inset 0px 1px 0px 0px #efdcfb;
    background: linear-gradient(to bottom, #dfbdfa 5%, #bc80ea 100%);
    background-color: #dfbdfa;
    border-radius: 6px;
    border: 1px solid #c584f3;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #9752cc;
}

.bouton:hover {
    background: linear-gradient(to bottom, #bc80ea 5%, #dfbdfa 100%);
    background-color: #bc80ea;
}

.bouton:active {
    position: relative;
    top: 1px;
}


.BoutonExcel {
    box-shadow: 0px 10px 14px -7px #3e7327;
    background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    background-color: #77b55a;
    border-radius: 4px;
    border: 1px solid #4b8f29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
}

    .BoutonExcel:hover {
        background: linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
        background-color: #72b352;
    }

    .BoutonExcel:active {
        position: relative;
        top: 1px;
    }

.BoutonCopier {
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
    background-color: #ffc477;
    border-radius: 6px;
    border: 1px solid #eeb44f;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #cc9f52;
}

    .BoutonCopier:hover {
        background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
        background-color: #fb9e25;
    }

    .BoutonCopier:active {
        position: relative;
        top: 1px;
    }


.header {
    background-image: url('Images/Foxy.gif');
    background-repeat: no-repeat;
    position: relative;
    width: 795px;
    height: 51px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

/* menu */

.Text_Menu_Egraine {
    color: #F18019;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}
.Bg_Menu_Egraine {
    background-color: #ADC46C;
    color: #F18019;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}


.main_menu {
    width: 100px;
    /*        background-color: #8AE0F2;   color: #000;  */
    background-color: #ADC46C;
    color: #F18019;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

/* #ADC46C et #F18019*/



.level_menu {
    width: 110px;
    background-color: #D6D7E8 !important;
    color: #fff;
    text-align: center;
    height: 15px;
    line-height: 15px;
    margin-top: 5px;
}

/*    .selected
    {
        background-color: #852B91;
        color: #fff;
    }*/

/* fin menu */

/*menu mobilisation*/
/*https://www.aspsnippets.com/Articles/Using-ASPNet-Menu-control-with-example-in-C-and-VBNet.aspx
*/
.main_menumob {
    width: 100px;
    background-color: #8AE0F2;
    color: #000;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

.level_menumob {
    width: 110px;
    background-color: #000;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.selected {
    background-color: #af2457;
    color: #fff;
}






/* 3 colonnes*/

.container {
	overflow: auto;
}

.sidebar--left {
	width: 128px;
	float: left;
}

.sidebar--right {
	width: 160px;
	float: left;
    align-content:center;
    background-color: #EAEAEA;
}

.contenu {
	overflow: hidden;
}

/* fin 3 colonnes*/

.content {
    background-color: #FFFF99;
    font-family: Arial, Helvetica, sans-serif;
    color: #DD29ED;
    text-align: center;
    width: inherit;
}

/* concerne le bandeau */
.BandeauTitre {
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
    color: /*bbg*/ #CC0066;
    background-color: #EAEAEA;
}
.logo {
    background-image: url('Images/Foxy1.JPG');
    background-repeat: no-repeat;
    background-color: transparent;
}
.BandeauTexteFonce {
    font-size: small;
    color: /*bbg*/ #17375D;
    font-weight : bold
}
.BandeauTexteClair {
    font-size: small;
    color: /*bbg*/ #CCCCCC;
    font-weight : bold
}
.BandeauLogin {
    font-size: small;
    color: /*bbg*/ #17375D;
    font-weight : bold
}
/*fin bandeau */


.menuItem {
    font-family: Arial, Helvetica, sans-serif;
    color: #17375D !important; /* couleur texte blanc */
    background-color: #EAEAEA !important;}

.menuItemSelectionne {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF !important; /* couleur texte blanc */
    background-color: #8C9CB0 !important;}


.TexteNormal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #17375D;
}
.TexteCarteVisite {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: /*bbg*/ #17375D;
    background-color: #F7F7F7;
}

.Titre {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: /*bbg*/ #CC0066;
    background-color: #EAEAEA;
}


.TexteH1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #82458f;
    font-size: x-large;
    background-color: transparent;
}

.TexteH2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #171d87;
    font-size: large;
    background-color: transparent;
}

.TexteLarge {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    background-color: transparent;
    text-align: center;
}

.TexteMenu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    color: #ae2e6e;
    background-color: transparent;
    text-align: center;
}


.TexteTitre {
    font-family: Arial, Helvetica, sans-serif;
    color: #17375D;
    font-size: small;
    background-color: transparent;
}


a, a:visited {
    /* Les liens &quot;au repos&quot; et déjà visités antérieurement */
    color: #008080; /* couleur vert */
}

a:hover, a:focus, a:active {
    /* Les liens au survol, au focus, et actifs : on leur donne la couleur rouge pour l'exemple */
    color: #8C9CB0; /* gris fonce */}














.TexteReglement {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    font-style: italic;
}



.labeltype1 {
    width: 760px;
    height: 160px;
    color: blue;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

.titre {
    width: 760px;
    color: blue;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    font-family: 'Abadi MT Condensed Light';
    font-size: 28px;
    text-transform: none;
}



.menub {
    font-size: 36pt;
    right: 460px;
    color: teal;
    top: 66px;
    font-weight: bold;
    font-family: 'Academy Engraved LET';
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 4pt;
    font-variant: small-caps;
}

.titre1 {
    text-align: center;
    font-size: 30px;
    color: #009900;
    text-decoration: underline;
}

.nav {
    position: absolute;
    right: 37px;
    top: 60px;
    text-transform: uppercase;
    font-size: 10px;
}




.tdtitre {
    text-align: right;
    background-color: #FFCC66;
}

span.bulle {
    text-align: left;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-style: italic;
}

    span.bulle span {
        display: none;
    }

    span.bulle:hover span {
        left: 0px;
        width: 250px;
        display: block;
        position: absolute;
        border: 1px black solid;
        background-color: #FFFF99;
    }
