/**
 * @file
 * RGR css couleurs non modifiables  pied de page, calendrier et ombrage miniatures.
 */


 .footerSite {
    background: gray;
    color: white;
    
}
.footerLigneConnect {
    background: darkgray !important;
    
}

/* tr.footerSite {
    
    border-bottom: solid 1px rgb(234, 21, 21);
}

 td.footerSite {
    
    
    border-bottom: solid 1px lightgray;
}
table.footerSite {
    
    border: none;
} */
.footerSite tr td{
    border: none;
    border-bottom: solid 1px white;
}
div.rgrPartenaires {
    background: gray;
    color: white;
}
a.footerSite:link,
a.footerSite:visited,
a.footerSite:hover,
a.footerSite:active {
    background: gray;
    color: white;
}

img.img_icoPP {
    border: 2px solid gray;
}

img.img_icoPP:hover {
    border: 2px solid #730000;
}

/* .footerRGR {
    background: lightGray;
    color: #700000;
} */

img.flex-containerDrapeau {
    border: 2px solid lightgray;
}

img.flex-containerDrapeau:hover {
    border: 2px solid #730000;
}
/* 
.footerPart {
    background: rgb(97, 162, 165);
    color: #700000;
}
 */
a.footerRGR:link,
a.footerRGR:visited,
a.footerRGR:hover,
a.footerRGR:active,
a.footerPart:link,
a.footerPart:visited,
a.footerPart:hover,
a.footerPart:active {
    background: lightGray;
    color: #700000;
}
/* 
table.footerSite,
td.footerSite,
tr.footerSite {
    border: 0px solid rgb(172, 172, 156);
}
     */
/* 
table.footerRGR,
td.footerRGR,
tr.footerRGR,
table.footerPart,
td.footerPart{
    border: 0px solid rgb(187, 187, 168);
}
tr.footerPart {
    border: 2px solid white;
}
 */
.flex-containerMiniaturePage {
    background-color: transparent;
}

a.flex-containerMiniaturePage {
    color: white;
}

.flex-containerMiniaturePage>div {
    background-color: transparent;
    box-shadow: 5px 5px 10px #00bb00;
}

.flex-containerMiniaturePage>div:hover {
    box-shadow: 5px 5px 10px #aa0000;
}

td.calSep {
    background: transparent;
    color: #bbbbbb;
}

td.calLibMois {
    background: #000088;
    color: #bbbbbb;
}

td.calLibJour {
    background: #000088;
    color: #bbbbbb;
}

td.calJourInexistant {
    background: #888888;
    color: #000000;
}

td.calJourNiv0 {
    background: rgb(43, 76, 158);
    color: #000000;
    font-weight: bold;
}

td.calJourNiv1 {
    background: rgba(35, 180, 35, 1);
    color: #000000;
    font-weight: bold;
}

td.calJourNiv2 {
    background: rgba(200, 200, 0, 1);
    color: #000000;
    font-weight: bold;
}

td.calJourReserve {
    background: rgba(240, 40, 20, 1);
    color: #ffffff;
}

.rgrTitrePageExemple {
    text-align: center;
    padding: 2px;
    font-family: "Times New Roman", Times, serif;
    font-size: 25px;
}

.rgrTextePageExemple {
    text-align: left;
    padding: 2px;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: normal;
}