﻿/*  v2.0   */

@font-face 
{
    font-family: 'mapleregular';
    src: url('/fonts/mapleregular-webfont.eot');
    src: url('/fonts/mapleregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/mapleregular-webfont.woff') format('woff'),
         url('/fonts/mapleregular-webfont.ttf') format('truetype'),
         url('/fonts/mapleregular-webfont.svg#mapleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ApplicationHeader, .ApplicationFooter
{    
    background-color: #c1002a;
    vertical-align:middle;
}

.ApplicationHeader
{
    margin-bottom:15px;
    color: #ffffff;
    width: 1152px;
    margin: 0 auto;
    -moz-box-shadow: 0 0 1px #8c837c;
    -webkit-box-shadow: 0 0 1px #8c837c;
    box-shadow: 1px 1px 4px #8c837c;
    border-bottom: 2px solid #ffffff;
}

.ApplicationFooter
{
    position : relative;
    left: 0;
    right: 0;
    bottom :  0;   
    background-color: #c1002a;
    vertical-align:middle;
    width: 1152px;
    margin: 0 auto;
    -moz-box-shadow: 0 0 1px #8c837c;
    -webkit-box-shadow: 0 0 1px #8c837c;
    box-shadow: 1px 1px 4px #8c837c;
}

.ApplicationFooter, .ApplicationFooter a
{
    color: #ffffff;
}

.ApplicationService
{   
    width: 100%; 
    background-color: #c1002a;
    text-align:left;
}

.ApplicationContainer
{
    margin: 0 auto;
    padding:0;
    overflow-x: auto;
    -moz-box-shadow: 0 0 1px #8c837c;
    -webkit-box-shadow: 0 0 1px #8c837c;
    box-shadow: 1px 1px 4px #8c837c;
}

.ApplicationContainer 
{
    width: 1152px;
    overflow-x: hidden;
}

.pnlCnam1, .pnlCnam2
{
    display: inline-block;
    width:49%;
    vertical-align:top;
}

.pnlCnam
{
    width: 100%;
    padding: 10px;
    max-width: 1152px;
    margin: 0 auto;
    height: 70px;
}

.pnlService
{
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    margin-top: 10px;
}

.pnlCnam1
{
    text-align:left;
}

.pnlCnam2
{
    text-align:right;
}

.pnlCnam1 .logoCnamIDS
{
    height: 50px;    
}

.imgBanniere
{
    width:1152px;
    margin-bottom: -3px;
}

.lblCopyright,
.lnkCredit
{
    margin-right: 10px;
}

.lnkCredit
{
    text-decoration: none;
    font-weight: bold;
}

.lnkCredit a:hover
{
    text-decoration: underline;
}

.titreUE
{
    color: #c1002A;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px;
}

.titreUESansPadd
{
    color: #c1002A;
    font-family: 'mapleregular';
    font-size: 18px;
    white-space: normal;
    padding: 15px;
    margin: 10px;
}

#imageReport
{
    box-shadow: inset 0 1px 0 rgba(256, 256, 256, 0.4), 3px 2px 15px rgba(0, 0, 0, 0.5);
}

.lblTitAccueil,
.lblTitContact,
.lblTitCredit
{
    padding: 10px;
    text-align: left;
    color: #cb0423;
    font-family: 'mapleregular';
    font-size: 18px;
    white-space: nowrap;
}

.lblTitCredit
{
    font-size: 20px;
    margin-left: 5%;
    font-variant:small-caps;
    font-weight: bold;
}

.divCreditContainer
{
    position: relative;
}

.imgCreditCnamIDS
{
    opacity: 0.35;
    width: 90%;
}

.btnRecherche
{
   vertical-align: top;
}

.RetourChar
{
    white-space: normal;
}

.MapleBlckTitle
{
    width: 250px;
    font-family: 'mapleregular';
    font-size: 15px;
    white-space: normal;
}

.MapleBlck
{
    font-family: 'mapleregular';
    font-size: 13px;
}

.lblTitAccueilSuite,
.divDescription
{
    font-size: 11px; 
    color:gray;
    font-style: oblique; 
    text-align:left;
    margin-top: 3px; 
    margin-left: 10px;
    text-align: justify;
    margin-right: 10px;
}

.lblRed
{
    color: #c1002A;
    font-family: 'mapleregular';
    font-size: 15px;
    white-space: normal;
    width: 500px;
}

.lblBlue
{
    font-family: 'mapleregular';
    font-size: 14px;
    white-space: normal;
    color: #373a3c;
    pad
}

body
{
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana;
    font-size: 12px;
    //background-image: url("/img/fondbody3.jpg");
    background-color: #ffffff;
    color: #696969;
}

#Copyright
{
    text-align: center;
    color: #ffffff;
    position: relative; 
    top: 10px;
}

#cnamfr
{
    text-decoration: none;
    color: #ffffff;

}

#cnamfr:hover
{
    color: #c1002A;
    font-weight: bold;
}

.PnlReportCSS
{
    color: #c1002A;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

legend 
{
    color:#c1002A;
    font-family: 'mapleregular';
    font-weight: 400;
    font-size: 15px;
}

.border
{
    border: 1px solid #cfc8c0;
}

/* Float Shadow */
.float-shadow 
{
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float-shadow:before 
{
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.float-shadow:hover, .float-shadow:focus, .float-shadow:active 
{
    /*Up de l'élèment*/
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before 
{
    /*Down de l'élèment*/
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}


#menu
{
    text-align: center;
    width: 100%;
    margin: 0;
    list-style: none;
    background: #c1002a;
    padding: 5px;
}

#menu li
{
    display: inline;
    position: relative;
}

#menu a
{
    margin: 0;
    border-right: 1px solid #fafafa;
    display: inline-block;
    height: 25px;
    color: #ffffff;
    font: bold 12px/25px Verdana;
    text-decoration: none;
}

#menu .menuItemNormal a
{
    padding: 0 20px;
}

#menu :first-child a 
{
    border-left: 0;
}

#menu :last-child li
{
    float: right;
}

#menu :last-child a
{
    border-right: 0;
    border-left: 0;
}

#menu li.menuItemNormal:hover > a
{
    color: #c1002A;
    background: #ffffff;
}

#menu li.menuItemNormal a:hover
{ 
    /* IE6 */
    color: #c1002A;
    background: #ffffff;
}

#menu li:hover > ul
{
    display: block;
}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    width: 190px;
    z-index: 99999;
    background: #c1002a;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}

#menu ul a
{
    padding: 8px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    font-weight: lighter;
    border: 0;
}

.menuItemNormal
{
    float: left;
}

.menuItemUtilisateur
{
    float: right;
}

.menuItemUtilisateur a
{
    background-image: url("/img/log-out.png");
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    padding: 0 30px;
}

#menu ul a:hover
{
    background: #cfc8c0; 
    color: #857761;
    text-decoration: none;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #cfc8c0;
}

/* Retablissement du flottement */
#menu:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#main 
{
    padding: 5px;   
    background-color: #ffffff;
}

#btnDeco
{
    display: compact;
    position: relative;
    float:right;
    top: -8px;
    right: -4px;
}

#blocConnexion, #blocDeconnexion, #blocErreur
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
    width: 500px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-color: rgba(231, 227, 223, 0.5);
    text-align: justify;
}

#blocDeconnexion, #blocErreur
{    
    margin-bottom: 50px;
    margin-top: 50px;
}

.tabConnexion, .tabDeconnexion, .tabErreur
{
    background-color: #f3f1ef;    
}

.tabDeconnexion, .tabErreur
{
    padding: 20px;
}

.tabErreur span
{
    text-align: justify;
    display: inline-block;
    margin-bottom: 5px;
}

.txtConnexion
{
    width: 200px;

    border-style: solid;  
    border-width: 1px;  
    border-color: #dedede;  
    font-size: 12px;  
    padding: 7px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #777; 

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;  
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;  
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;   
    
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;  
    -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;  
    -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;  
    -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;  
}

.txtConnexion:hover, txtConnexion:focus
{
    border-color: #C9C9C9; 
}

.lblConnexion
{
    font-size: 22px;
    font-weight: lighter;
    font-family: 'mapleregular';
}

h3 
{
    font-family: Georgia, serif;
    border-bottom: 3px solid #cc9900;
    color: #ffffff;
    font-size: 30px;
}

table
{
    margin:0 auto;
    text-align: center;
}

.lblReport
{
    font-family: 'mapleregular';
    text-align: right;
    font-size: 20px;
    padding-right: 20px;
    padding-top:50px;
}

.btns
{
    color: #515151;  
    text-shadow: -1px 1px 0px #fff;  
    margin-right: 20px;  
    height: 2em;  
    padding: 0 1em;
    margin-top: 2em;  
    outline: 0;  
    font-weight: bold;  
    font-size: 12px;  
    white-space: nowrap;  
    word-wrap: normal;
    cursor: pointer;  
    
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;  
    border-radius: 2px;  
    
    background-color: #fff;  
    border: 1px solid #969696;
    box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
    -webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-image: linear-gradient(top, rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
}

.btns:hover
{
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);   
    color: #818181;  
     
    border-color: #aeaeae;
    box-shadow: inset 0 1px 0 rgba(256, 256, 256, 0.4), 0 1px 3px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(top, rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%);
}

.ddlSize
{
    width: 180px;
}

#padd
{
    padding: 10px;
}

.Grid 
{
    border: solid 1px #a2001a; 
    border-collapse: collapse; 
    color: #474747;
    width: 100%;
    white-space: nowrap;
}

.Grid td 
{
      padding: 3px;
      border: solid 1px #c1c1c1;
}

.Grid th
{
      padding : 5px 3px;
      color: #fff;
      background: #c1002a repeat-x top;
      border-left: solid 1px #c1002a;
      font-size: 11px;
      text-shadow: 1px 1px 1px #474747;
      white-space: normal;
}

.Grid .alt 
{
      background: #fcfcfc repeat-x top;
}

.Grid .pgr 
{
    background: #c1002a repeat-x top; 
    font-size: 12px;
}

.Grid .pgr table 
{ 
    margin: 10px;
    background: #c1002a repeat-x top;
}

.Grid .pgr td 
{ 
    border-width: 0; 
    padding: 0 6px; 
    font-weight: bold; 
    color: #fff; 
    line-height: 0px; 
}

.Grid .pgr a 
{ 
    background: #c1002a repeat-x top;  
    color: rgba(256, 256, 256, 0.4);
    text-decoration: none;
    text-shadow: 1px 1px 1px #474747;
}

.Grid .pgr a:hover 
{ 
    color: #fff; 
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.75);
}

ul
{
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 2em;
    margin-right : 4px;
    text-indent: 0;
}

.lblAnneeAntPlus
{
    color: #2c8a00;
}

.lblAnneeAntMoins
{
    color: #a2001a;
}

.lblAnneeAntPlus,
.lblAnneeAntMoins
{    
    font-style: italic;
    font-size: 10px;
}

.pnlCharts
{
    width: 320px;
}

.lbltotaux
{
    color: indianred;
    font-weight: bold;
    font-size: 10px;
}

.MapleBlckObliq
{
    padding-bottom: 20px; 
    color:#ca0505; 
    font-size: 20px; 
    font-family: 'mapleregular';
    text-align:center;
}

.pielegend li span 
{
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  float: left;
  margin-top: 4px;
  margin-right: 8px;
}

.pielegend 
{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-top : 20px;
    white-space: normal;
}

.pielegend li 
{
    margin-bottom : 4px;
    width: 230px;
    white-space: normal;
}

.pielegend li:first-letter 
{
  text-transform: capitalize;
}

.PieStyle
{
    padding: 30px;
}

.pnlNbInscrit
{
    width: 50%;
    display: inline-block;
    text-align: right;
}

.pnlNbInscritProg
{
    width: 50%;
    display: inline-block;
    text-align: left;
}

.lblNoneData
{
    text-align: center;
    font-family: 'mapleregular';
    font-weight: 200;
    font-size: 13px;
    width: 100%;
}

.blEnsAgr ul
{
    list-style-position: inside;
    text-align: left;
    padding-left: 0px;
}

.blEnsAgr li
{
    font-size: smaller;
}

.lblCCRList, .lblCCRList a
{
    color: #c1002A;
    font-family: 'mapleregular';
    font-size: 12px;
    font-size-adjust: 0.47;
    
    white-space: normal;
    width: 500px;
}

.lblCCRList li
{
}

.lblTitCCR
{
    padding: 10px;
    text-align: center;
    color: #cb0423;
    font-family: 'mapleregular';
    font-size: 18px;
    white-space: normal;
}

.lblTitCCR a
{
    color: #cb0423;
}

.lblTitCCR a:hover
{
    font-weight: bold;
}

/*********************/
/*  Page CCR     */
/*********************/

.pnlImgCCR
{
    border: 1px solid #DFDFDF;
    background-color: #FFFFFF;
    margin: 20px;
    height: 490px;
    width: auto;
}

/***************************/
/*  Page Contact / Credit  */
/***************************/

.tblEquipe
{
    width: 90%;
    margin-top: 00px;
    margin-bottom: 30px;
}


.tblEquipe tr td
{
    padding: 10px;
    white-space: nowrap;
}

.tblContact
{
    width: 90%;
    margin-top: 20px;
    margin-bottom: 30px;
}


.tblContact tr td
{
    padding: 10px;
    white-space: nowrap;
    vertical-align: top;
}


.pnlEquipe,
.pnlContact,
.pnlGescicca,
.PnlReportCSS,
.titreUESansPadd,
.titreUE
{
    text-align: left;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-color: rgba(231, 227, 223, 0.5);
    padding: 5px;
    font-family: 'mapleregular';
    font-size: 13px;
}

.titreUESansPadd,
.titreUE
{
    font-size: 18px;
}

.lblTitreEquipe,
.lblTitreFiltre
{
    margin-left: 5px;
    color: #cb0423;
    font-family: 'mapleregular';
    font-size: 18px;
}

.ulContactEquipe
{
    margin-left: 0px;
}

.ulContactEquipe li
{    
    margin-top: 5px;
}

.lblEquipePersonne
{
    font-weight: bold;
    width: 190px;
    display: inline-block;
    color: #373a3c;
}

.lblEquipeFonction
{
    font-style: italic;
    font-size: 11px;
    color: #373a3c;
}

.imgContact
{
    vertical-align: text-bottom;
}

.lblTitreContact,
.lblCritereFiltre,
.lblBlck
{
    font-size: 13px;
    font-weight: bold;
    color: #373a3c;
}

.lblTitreContact
{
    display: block;
    margin-left: 50px;
    margin-top: 5px;
}

.linkCredit 
{            
    color: #c1002a;
    font-style: italic;
}

.radioAffIns
{
    vertical-align: text-top;
}

.spanColorLegendContainer
{
    display: inline-block;
    padding: 5px;
}

.spanColorLegend
{
     display: block; 
     width: 27px; 
     height: 12px; 
     vertical-align:bottom;
     margin-left: 5px;
     text-align: right;
     font-size: 10px;
     padding-right: 1px;
}

.spanColorLegendText
{
    vertical-align: bottom;
    display: inline-block;
}

.spanColorContainer
{
    display: inline-block;
}

.divGraphAllCCR
{
    width: 100%; 
    text-align:center;
}

.divGridViewLegend
{
    text-align: right;
    width: 100%;
    padding-top: 5px;
}

.spanGridViewLegend
{
    font-style: italic;
    font-size: 10px;
    margin-right: 15px;
}

.boutonScroll
{
    transition: 0.2s;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    box-sizing: inherit;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    touch-action: manipulation;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border-radius: 0.3rem;
    float: right;
    position: fixed;
    bottom: 140px;
    right: 30px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    padding: 0 0 0 0px;
    background-color: rgba(231,227,223,0.5);
    color: #3F3F3F;
    border: 1px solid rgba(0,0,0,0.125);
    z-index: 100;
    display: block;
}

.svg
{
    margin-top: 5px;
    fill: grey;
}

.boutonScroll:hover
{
    background-color: grey;
}

.boutonScroll:hover .svg
{
    fill: white;
}

@media (max-width: 576px) {
    .boutonScroll
    {
        display: none;
    }
}