*{
    margin: 0;
    padding: 0;
}

html, body {
	background-image: url('images/fond.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	height: 100%;
	font-family: "Arial";
	line-height: 1.6em;
}

a:link {
    font-family: Arial, Sans-Serif;
	font-size: 14px;
	text-decoration: none;
}

a:visited {
    font-family: Arial, Sans-Serif;
	text-decoration: none;
}

/* -----------------------blocs de centrage------------------------------------*/

.container0 {
    width: 1020px;
    margin: auto;
	background-color: #668888;
}

.fnc_entete_menu {
    max-width: 100%;
    height: auto;
}

.container1 {
    display: flex;
    width: 1020px;
    min-height: 100vh;
    margin: auto;
	background-color: #bcdde0;
}

.container2 {
    width: 770px;
}

.container3 {
    float: right;
    width: 247px;
}

/* --------------------------- Menu -------------------------------------------*/

nav {
    width: 100%;
    margin: 0 auto;
    background-color: #111111;
    position: sticky;
    top: 0;
    z-index: 999;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    float: left;
    width: 12.5%;
    text-align: center;
    position: relative;
}

nav ul::after {
    content: "";
    display: table;
    clear: both;
}

nav a {
    display: block;
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
}

nav a:hover {
    color: orange;
    border-bottom: 2px solid gold;
}

/*-----------------------------------------------------------------------------*/

.sous {
    display: none;
    box-shadow: 0 5px 5px #555555;
    background-color: #668899;
    position: absolute;
    width: 300%;
    z-index: 1000;
}

nav > ul li:hover .sous {
    display: block;
}

.sous > li {
    float: none;
    width: 100%;
    text-align: left;
}

.sous a {
    padding: 10px;
    border-bottom: none;
}

.sous a:hover {
    border-bottom: none;
    background-color: RGBa(140,140,140,0.2);
}

/*-----------------------------------------------------------------------------*/

.deroulant > a::after {
    content:" ▼";
    font-size: 12px;
}

/* ---------------------pour les photos----------------------------------------*/

.fnc_titre_22px {
    background-color: #ffcca9;
    text-align: center;
    padding: 5px 0 5px 0;
    color: black;
    font-weight: bold;
}

.fnc_ph_bt {
    display: inline-block;
    background-color: #c8efd4;
    border-radius: 10px;
    border: 3px double #888888;
    color: #111111;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    width: 250px;
    cursor: pointer;
}

/* ----------------------container3--------------------------------------------*/

.fnc_titre_container3 {
    font-size: 15px;
    background-color: #ffcca9;
    text-align: center;
    padding: 5px 0 5px 0;
    color: black;
    font-weight: bold;
}

.fnc_link_right_side {
    font-family: 'verdana', Sans-Serif;
    font-size: 12px;
    width: 230px;
    height: 150px;
    border: 1px solid #a56015;
    padding: 3px;
    background-color: #fdf5e9;
    
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    
    -moz-box-shadow: 10px 10px 3px #444;
    -webkit-box-shadow: 10px 10px 3px #444;
    box-shadow: 10px 10px 3px #444;    
}

.fnc_link_right_side a:link {
    font-family: 'verdana', Sans-Serif;
    font-size: 15px;
    color: black;
    text-decoration: none;
}

.fnc_link_right_side a:visited {
    font-family: 'verdana', Sans-Serif;
    font-size: 15px;
    color: black;
}

.fnc_link_right_side a:hover {
    font-family: 'verdana', Sans-Serif;
    font-size: 18px;
    color: red;
}

.fnc_block2_container3 {
    font-family: 'verdana', Sans-Serif;
    font-size: 15px;
    width: 230px;
    height: 200px;
    text-align: center;
    border: 1px solid #a56015;
    padding: 3px;
    background-color: #fdf5e9;
    color: #a56015;
    
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    
    -moz-box-shadow: 10px 10px 3px #444;
    -webkit-box-shadow: 10px 10px 3px #444;
    box-shadow: 10px 10px 3px #444;    
}

/* ----------------------------------------------------------------------------*/

.fnc_accueil2 {
    font-family: comic_neueregular;
    font-size: 22px;
    font-weight: bold;
    color: black;
}

.fnc_accueil2:hover {
    background-color: #111111;
    color: yellow;
}

.fnc_accueil_bloc {
    background-color: #ffe;
    margin: 0 160px 0 80px;
    padding: 20px 40px 20px 40px;
    border: 2px solid #0F92C2;
}

.fnc_accueil_bloc p {
    font-family: comic_neueregular;
    font-size: 20px;
    font-weight: bold;
}

.fnc_accueil_liste {
    margin-left: 80px;
}

/*------------------------------------------------------------------------------
                                "Les Textes dans les pages"
-------------------------------------------------------------------------------*/
.fnc_title {
    display: block;
    font-family: comic_neueregular;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
    color: blue;        
}

.fnc_title ul {
    margin-left: 20px;
}

.fnc_texte {
    font-family: comic_neueregular;
    font-size: 1.1em;
    margin-left: 50px;
    color: black;
    text-align: justify;
}

ul.fnc_texte, ol.fnc_texte  {
    margin-left: 3em;
}

.fnc_ul, .fnc_ol {
    margin-left: 2em;
}

/* pour les videos */

.fnc_videos {
    width: 600px;
    margin: auto;
}

.fnc_day {
    color: #EA66A5;
    font-size: 1.5em;
}

.fnc_houz {
    color: red;
    font-family: arial;
    margin-left: 100px;
}


/*------------------------------------------------------------------------------
                            "Photos" et "Videos & Diapos"
-------------------------------------------------------------------------------*/

/*      dégradé pour la page des photos   */
.ett_photo {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#808080));
	background: -webkit-linear-gradient(bottom, #808080, #000000);
	background:    -moz-linear-gradient(bottom, #808080, #000000);
	background:      -o-linear-gradient(bottom, #808080, #000000);
	background:     -ms-linear-gradient(bottom, #808080, #000000);
	background:         linear-gradient(to top, #808080, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#808080', GradientType=0 );

	padding: 1.8em;
	margin: 0 0 0 50px;
	width: 70%;
        
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    
    -webkit-box-shadow: 10px 10px 5px #444;
    -moz-box-shadow: 10px 10px 5px #444;
    box-shadow: 10px 10px 5px #444;
}

.ett_photo a {
	font-family: roboto_regular; 
	font-size: 1.5rem;
}

div.ett_photo a:hover {
    color: orange;
    border-bottom: 2px solid gold;
}

.ett_photo a:link {
	color : #aaa;
	text-decoration: none;
}

.ett_photo a:visited {
    color : #aaa;
	text-decoration: none;
}

/*------------------------------------------------------------------------------
                                   Fontes supplémentaires
-------------------------------------------------------------------------------*/
@font-face {
    font-family: 'comic_neueregular';
    src: url('fontes/comicneue-regular-webfont.eot');
    src: url('fontes/comicneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/comicneue-regular-webfont.woff2') format('woff2'),
         url('fontes/comicneue-regular-webfont.woff') format('woff'),
         url('fontes/comicneue-regular-webfont.ttf') format('truetype'),
         url('fontes/comicneue-regular-webfont.svg#comic_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chicago';
    src: url('fontes/chicagoflf-webfont.eot');
    src: url('fontes/chicagoflf-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/chicagoflf-webfont.woff2') format('woff2'),
         url('fontes/chicagoflf-webfont.woff') format('woff'),
         url('fontes/chicagoflf-webfont.ttf') format('truetype'),
         url('fontes/chicagoflf-webfont.svg#chicagoflfregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_regular';
    src: url('fontes/roboto_regular_macroman/Roboto-Regular-webfont.eot');
    src: url('fontes/roboto_regular_macroman/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/roboto_regular_macroman/Roboto-Regular-webfont.woff2') format('woff2'),
         url('fontes/roboto_regular_macroman/Roboto-Regular-webfont.woff') format('woff'),
         url('fontes/roboto_regular_macroman/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fontes/roboto_regular_macroman/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotu-Regular';
    src: url('fontes/Gotu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------------------------------------------------
                       Fontes supplémentaires   ----------      FIN
-------------------------------------------------------------------------------*/



/*========== Couleur des cellules =========*/

.fnc_aujourdhui{ 
    background-color: #D8F781 !important;
}

.fnc_light_sky{ 
    background-color: #CED8F6 !important;
}

.fnc_white{ 
    background-color: #FFF !important;
}

/*========== Hover Popup ===============*/

.cell_over:hover { 
    background: #d8c5d7 !important;
}

a:hover {
    color: #f442e8;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    #calender_section{ width: 987px;}
    #calender_section_top ul li{ width: 140px; font-size: 12px;}
    #calender_section_bot ul li{ width: 140px;}
    #calender_section_bot{ width: 987px;}
    #calender_section_bot ul li{ height: 110px;}
}

@media only screen and (min-width:480px) and (max-width:767px) {
    #calender_section{ width: 336px;}
    #calender_section_top ul li{ width: 47px;}
    #calender_section_bot ul li{ width: 47px;}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    #calender_section{ width: 219px;}
    #calender_section_top ul li{ width: 30px; font-size: 11px;}
    #calender_section_bot ul li{ width: 30px;}
    #calender_section_bot{ width: 217px;}
    #calender_section_bot ul li{ height: 50px;}
}


.fnc_agenda_right_side {
    font-family: 'verdana', Sans-Serif;
    font-size: 15px;
    width: 230px;
    text-align: left;
    border: 1px solid #a56015;
    padding: 3px;
    background-color: #fdf5e9;
    color: #a56015;
    
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    
    -moz-box-shadow: 10px 10px 3px #444;
    -webkit-box-shadow: 10px 10px 3px #444;
    box-shadow: 10px 10px 3px #444;    
}

.contact_right_side {
    font-family: 'verdana', Sans-Serif;
    font-size: 15px;
    width: 230px;
    height: 180px;
    text-align: center;
    border: 1px solid #a56015;
    padding: 3px;
    background-color: #fdf5e9;
    color: #a56015;
    
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    
    -moz-box-shadow: 10px 10px 3px #444;
    -webkit-box-shadow: 10px 10px 3px #444;
    box-shadow: 10px 10px 3px #444;    
}

.cl21b {
    font-family: Arial, Sans-Serif;
	font-size: 15px;
	color: #14195b;
	background-color: #feeebd;
}

.even:hover {
    z-index: 9999;
    color: red;
}

.fnc_outputDescription1 {
    width: 805px;
    background-color: #F7CE4F;
    padding-left: 10px;
}
.fnc_outputDescription2 {
    width: 775px;
    background-color: #FBFFD7;
    padding: 7px 0 7px 10px;
    margin: 0 0 0 30px;
}

.toto:hover {
    color: red;
    cursor: pointer;
}

.fnc_lien_date {
    color: green;
}

.fnc_lien_date:hover {
    cursor: pointer;
    font-weight: bold;
}


