body {
    background-color: #DFE9F6;;
    color: #000000;
    margin: 0;
    padding: 0;
    width: 100%;
    --width: 1245px;
    --width:max-content;
	height: 100%;
    display: block;
    font-family: Elsie, sans-serif;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
	min-width: max-content;
}

a {
text-decoration: none;
}


#main {

}

div#top-photo {
    background-position: center 0px !important;
    background-image: url(residence.jpg);
    width: 100%;
    height: 500px; 
    background-size: cover;
}

div#menu-left {
    background-color: rgba(60,98,144,0.85);
    width: 160px;
    position: absolute;
    top: 130px;
    left: 0px;
}

div#menu-box {
    background-color: rgba(60,98,144,0.85);
    --width: 100%;
    --width: 1245px;
    position: absolute;
    top: 130px;
	min-width:max-content;
}


ul#ul1 {
display: block;
    --max-width: 1600px;
    list-style-type: none;
    padding: 0 0 0 310px;
    margin: 0 auto;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 310px; 
	--width: 1600px;
}

li#li1 {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
    list-style-type: none;
}

li:hover>a {
    color: #FFFFFF;
}

li.licurrent>a {
    color: #FFFFFF;
}

a.cm_anchor {
    font-size: medium;
    font-family: Elsie, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: rgba(255,255,255 ,0.6);
    outline: 0;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.5em .9em;
    transition: color .25s;
}


div#menu-logo {
    background-image: url(LogoRond.png) !important;
    background-size: cover;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50px;
    top: 40px;
}

#pagetitle {
    position: relative;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    background-color: #3C6290;
}

h1#titleh1{
    margin: 0;
    padding-top: 0px;
    font-size: 3em;
}

h1#titleh2 {
    margin: 0;
}


div#pagetext {
    padding: 20px 0 20px 270px;
    width: 720px;
    display: inline-block;
    min-height: 930px;
}

div#TitreLevel1 {
    color: #3C6290;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    font-size: 1.5em;
}

div#TitreLevel2 {
    color: #3C6290;
    font-weight: bold;
    padding-top: 20px;
    font-size: 1.5em;
}

div#TextNormal {
    color: #000000;
    font-size: 1.2em;
    line-height: 1.5em;
    padding-top: 20px;
    text-align: justify;
}

div#TextCenter {
    color: #000000;
    font-size: 1.2em;
    line-height: 1.5em;
    padding-top: 20px;
    text-align: center;
}

div#TextSmall {
    color: #000000;
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 20px;
    text-align: justify;
}

li#PointNormal {
    font-size: 1.2em;
    line-height: 1.5em;
}


div#ImageCenter {
    text-align: center;
}

div#bottom {
    width: 100%;
    text-align: center;
    height: 90px;
    background-color: #3C6290;
}

div#BottomBar {
    padding-top: 40px;
    color: #FFFFFF;
    font-size: 1.2em;
}


a#abottom {
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.scrollup {
    padding-right: 100px;
    display: inline;
    margin-top: -35px;
    position: absolute;
    right: 0;
    -webkit-transition: bottom .5s;
    transition: bottom .5s;
}

.scrollup a {
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 0 0 5px #fff;
    font-size: 2.5em;
    text-decoration: none;
    -webkit-transition: padding .3s,box-shadow .3s;
    transition: padding .3s,box-shadow .3s;
    color: #FFFFFF;
}


.scrollup a:hover {
    box-shadow: 0 0 15px 5px #fff;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


div#VerticalInfo {
    color: #FFFFFF;
    background-color: #3C6290;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    padding: 40px 10px 30px;
    margin: 0 0 0 30px;
    height: 800px;
}

div#sidebottom {
    margin-top: 100px;
    margin-left: -10px;
    height: 100px;
    width: 220px;
    background: #3C6290;
    background: -moz-linear-gradient(top,#3C6290 0,#DFE9F6 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3C6290 ),color-stop(100%,#DFE9F6 ));
    background: -webkit-linear-gradient(top,#3C6290 0,#DFE9F6 100%);
    background: -o-linear-gradient(top,#3C6290 0,#DFE9F6 100%);
    background: -ms-linear-gradient(top,#3C6290 0,#DFE9F6 100%);
    background: linear-gradient(to bottom,#3C6290 0,#DFE9F6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3C6290',endColorstr='#DFE9F6',GradientType=0);
}

div#FB {
    display: block;
    color: #FFFFFF;
    background: #333;
    height: 170px;
}

a.FBClass {
    min-height: 61px;
    color: #FFFFFF;
    background: #333;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    padding: 1em;
    margin: 0 auto;
    width: 100px;
    margin-top: 20px;
    line-height: 1.5;
}

img#imgFB {
    padding-left: 100px;
    /* border-right: 2px; */
    position: relative;
    /* block-size: 20px; */
    position: relative;
    /* width: 50px; */
    top: -120px;
    right: -25px;
}


div#MAP {
    position: relative;
    width: 100%;
    height: 359px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(map.jpg);
    top: 50px;
}

img#imgPin {
    position: absolute;
    margin-left: -14px;
    margin-top: -35px;
    left: 29.5%;
    top: 51.532%;
}

table#formtable {
    width: 730px;
}


input#name {
    width: 100%;
    height: 30px;
}

input#fname {
    width: 100%;
    height: 30px;
}

input#email {
    width: 100%;
    height: 30px;
}

input#phone {
    width: 100%;
    height: 30px;
}

textarea {
    width: 100%;
    height: 200px;
}

input#formbutton {
    height: 30px;
}











#mainMenu {
left: 10em;
position: relative;
width: 50em;
background-color:	#404040;
/*top: 5em;*/
}

	
	/*
#------------------------------------------------------------------------
# League News -February Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
/* Base for all menus */
.gkMenu > ul > li {
	float: left;
	width: auto;
	list-style: none;	
}

.gkMenu > ul > li > a {
	display: block;
}

.gkMenu > ul > li a small {
	display: block;
	font-size: 11px;
	line-height: 11px;
}

.gkMenu > ul > li > .childcontent,.gkMenu > ul > li > .childcontent .childcontent {
	position: absolute;
	left: -999em;
	z-index: 999;
}

.gkMenu > ul > li > .childcontent .gkcol {
	float: left;
}

.gkMenu > ul > li:hover > .childcontent,.gkMenu > ul > li:hover > .childcontent li:hover > .childcontent {
	left: inherit;
}
#menuteam{
	left:0em;
}

#menuactu{
	left:-3em;
}


.gkMenu > ul > li:hover > .childcontent .childcontent {
	margin-left: 140px !important;
	margin-top: -35px !important;
}

/* main menu CSS */
.gkMenu {
	position: relative;
	margin: 20px 0 0 0;
	border-top: 2px solid #FFFF20; /*#465d86;*/
	z-index: 1000;
}

.gkMenu > ul {
	height: 40px;
	margin: 0;
	padding: 0;
}

.gkMenu > ul > li {
	height: 30px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	margin-top: 8px;
	padding: 0 0 0 4px;
	text-transform: uppercase; 
}

.gkMenu > ul > li:first-child {
	padding-left: 5px;
}

.gkMenu > ul > li > a {
	color: #FFFF20;
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 6px;
}

.gkMenu > ul > li:hover > a,.gkMenu > ul > li:active > a,.gkMenu > ul > li:focus > a,.gkMenu > ul > li.active:hover > a,.gkMenu > ul > li.active:active > a,.gkMenu > ul > li.active:focus > a {
	background: #FFFF20;
	color: #404040;
}

.gkMenu > ul > li.active > a {
	background: #A8E907; /*#172033;*/
	color: #000000;
}

.gkMenu > ul ul {
	margin: 0;
	padding: 0;	list-style-type: none;
}

.gkMenu > ul div.childcontent-inner {
	background: #404040;

	-webkit-box-shadow: 0 1px 3px #FFFF20;
	-moz-box-shadow: 0 1px 3px #FFFF20;
	box-shadow: 0 1px 3px #FFFF20;
	padding: 6px 0;
	overflow: hidden;
	text-transform: none;		list-style-type:none;
}

.gkMenu > ul div.childcontent-inner div.childcontent-inner {
	-webkit-box-shadow: 0 0 3px #ddd;
	-moz-box-shadow: 0 0 3px #ddd;
	box-shadow: 0 0 3px #ddd;
}

.gkMenu > ul > li > .childcontent .gkcol {
	padding-bottom: 0;
}

.gkMenu > ul div.childcontent li {
	font-weight: normal;
	margin: 0 20px;
	--padding: 6px 0;
	--border-top: 1px solid #eee;
}

.gkMenu > ul div.childcontent li:first-child {
	border: none;
}

.gkMenu > ul div.childcontent a {
	font-size: 13px;
	color: #FFFF20;
	display: block;
	min-height: 24px;
}

.gkMenu > ul div.childcontent small {
	color: #676767;
	margin: 0 0 6px;
}

.gkMenu > ul div.childcontent li.group {
	padding: 0;
	margin: 0;
	height: auto;
	border: none !important;
	background: none;
}

.gkMenu > ul div.childcontent li.active > a,.gkMenu > ul div.childcontent li:hover > a,.gkMenu > ul div.childcontent li > a:hover {
	color: #FFFF20;
	text-transform: uppercase;
}

.gkMenu > ul div.childcontent header {
	padding: 8px 0 0;
	display: block;
	color: #fff;
	border-bottom: 2px solid #A8E907;
	margin: 2px 20px 6px;
}

.gkMenu > ul div.childcontent header a {
	font-size: 16px;
	line-height: 24px;
	color: #A8E907;
}

.gkMenu > ul div.childcontent header small {
	display: block;
}

#gkMainMenu {
	clear: both;
}

#gkMainMenu .module p {
	font-size: 12px;
	line-height: 18px;
}

/* dropline & split menu */
#gkDropSub {
	background: transparent;
	border-top: 1px solid #465d86;
	height: 24px;
	margin-top: 8px;
	padding: 8px 0;
}

#gkDropSub > ul {
	height: 24px;
	position: absolute;
	left: -999em;
	z-index: 9999;
}

#gkDropSub > ul.active {
	left: auto;
}

#gkDropSub > ul > li {
	float: left;
	width: auto;
	line-height: 25px;
}

#gkDropSub > ul > li > a {
	display: block;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

#gkDropSub > ul > li > ul,#gkDropSub > ul > li > ul ul {
	position: absolute;
	left: -999em;
	width: 200px;
	z-index: 999;
}

#gkDropSub > ul.gkSplit {
	left: auto !important;
}

#gkDropSub > ul > li > ul {
	margin-left: 0 !important;
}

#gkDropSub > ul > li > ul .gkcol {
	float: left;
}

#gkDropSub > ul > li:hover > ul,#gkDropSub > ul > li:hover > ul li:hover > ul {
	left: inherit;
}

#gkDropSub > ul > li:hover > ul ul {
	margin-left: 190px;
}

/* dropline & split submenu */
#gkDropSub ul li {
	padding: 0 4px;
}

#gkDropSub ul li a {
	color: #fff;
	padding: 0 4px;
}

#gkDropSub ul li:hover > a,#gkDropSub ul li:active > a,#gkDropSub ul li:focus > a,#gkDropSub ul li.active:hover > a,#gkDropSub ul li.active:active > a,#gkDropSub ul li.active:focus > a {
	background: #fff;
	color: #2c3b57;
}

#gkDropSub ul li.active > a {
	background: #172033;
	color: #fff;
}

/* Sub Nav (lvl 2) */
#gkDropSub ul li li {
	clear: both;
	float: none;
	border-top: 1px solid #eee;
	margin: 0 10px;
	padding: 0;
	min-height: 30px;
}

#gkDropSub ul li li:first-child {
	border-top: none;
}

#gkDropSub ul li li > a {
	display: block;
	min-height: 30px;
	height: 30px;
	font-size: 12px;
	color: #333;
}

#gkDropSub ul li li > a:hover {
	color: #d35209;
}

#gkDropSub ul li ul,#gkDropSub ul li ul ul,#gkDropSub ul li ul ul ul {
	background: #fff;

	-webkit-box-shadow: 0 1px 3px #ddd;
	-moz-box-shadow: 0 1px 3px #ddd;
	box-shadow: 0 1px 3px #ddd;
	position: relative;
	padding: 6px 0;
}

#gkDropSub ul li ul ul,#gkDropSub ul li ul ul ul {
	-webkit-box-shadow: 0 0 3px #ddd;
	-moz-box-shadow: 0 0 3px #ddd;
	box-shadow: 0 0 3px #ddd;
}

#gkDropSub ul li:hover > ul {
	display: block;
	height: auto;
	left: auto;
	position: absolute;
}

#gkDropSub ul ul,#gkDropSub ul ul ul {
	display: none;
	left: -999px;
	position: absolute;
}

#gkDropSub ul ul li:hover > ul {
	margin-left: 180px !important;
	margin-top: -30px !important;
	display: block;
}


#wpdoc {
position: relative;
left: 15em;
width: 33em;
color: #404040;
display: block;
padding-bottom: 1em;
font-size: 1.2em;
/*top: 5em;*/
/*height: 35em;*/

}

#title {
position: relative;
left: 2.5em;
font-size: 4em;
width: 12em;
text-align: right;
color: #404040;
}
#watermark {background: URL(Arbre.png);height: 40em;position: fixed;top: 11em;background-repeat: no-repeat;width: 60em;margin-left: auto;margin-right: auto;background-position-x: 1em;}
#logo {
position: absolute;
left: 0.7em;
top: 0.7em;
}

#logo > img {
height: 8em;
width: auto;
}

#maintitle {
color: #FFFF20;
background-image: url(FishIkebana2.jpg);
background-repeat: round;
background-size: cover;
height: 30em;
}

#titleikebana {
font-size: 6em;
text-align: center;
top: 0.5em;
position: relative;
background-color: #404040;
}

#legendikebana {
font-size: 2.5em;
text-align: center;
position: relative;
top: 1em;
background-color: #404040;
}
table.agenda {
	background-color: black;
	color: black;
}
tr.daytext {
height: 2em;
background-color: gray;
}

td.noday {
background-color: lightgray;
width: 8.25em;
min-width: 8.25em;
max-width: 8.25em;
height: 8em;
}

td.day {
background-color: white;
width: 8.30em;
min-width: 8.30em;
max-width: 8.30em;
height: 8em;
vertical-align: top;
}

td.today {
background-color: #FFFF20;
width: 8.25em;
min-width: 8.25em;
max-width: 8.25em;
height: 8em;
}

td.daynum{
	text-align:right;
	width: 7.75em;
	min-width: 7.75em;
	max-width: 7.75em;
}

tr.daylines {
height: 1.5em;

}
#divagenda {
position: relative;
top: 5em;
padding-bottom: 5em;
}

#agendaleft {
position: absolute;
top: 10em;
left: 1em;
height: 3em;
}

#agendaright {
position: absolute;
top: 10em;
right: 1em;
height: 3em;
}

#agendacenter {
position: absolute;
top: 3em;
right: 5em;
left: 5em;
text-align: center;
font-size: 3em;
}

table.menu2 {
z-index: 100;
}


div.fb-like.fb_iframe_widget {
padding-left: 1em;
padding-top: 0.5em;
}

#bottomemail {
right: 1em;
text-align: right;
color: #000000;
top: 1.5em;
position: absolute;
}

#copyright {
right: 1em;
text-align: center;
left: 1em;
color: #000000;
top: 1.5em;
position: absolute;
}

#wpdoc > table.media > tbody > tr > th {
background-color: #DDDDDD;
}

tr.agendahour {
	color: #1010FF;
}

#register_mail {
top: 4em;
position: relative;
Left: 18em;
color: #000000;
}

#loginbutton {
position: relative;
left: 27em;
top: 5em;
}

#bottombar1 {
position: relative;
height: 5em;
padding-top: 1em;
background: #FFFF20;
width: 60em;
margin-left: auto;
margin-right: auto;
}

#agenda{
position: relative;
left: 15em;
width: 33em;
color: #404040;
display: block;
padding-bottom: 1em;
font-size: 1.2em;
/* top: 5em; */
height: 35em;
}


//***********************************************CALENDRIER******************************************//


.calendar
{
    background-color:#f7f6f3;
    position:absolute;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    border:1px solid #0099cc;
    -moz-opacity:0;
    filter:alpha(opacity=0);
     
}
 
.calendar a
{
    text-decoration:none;
    color:#ffffff;
    font-weight:bold;
}
 
.ListeDate
{
    background-color:#FFFFFF;
}
 
#Contenant_Calendar
{
    float:left;
    width:100%;
    overflow:hidden;
    position:relative;
}
 
#Contenant_Calendar span
{
    float:left;
    display:block;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
}
 
.DayDate:hover
{
    background-color:#8CD1EC;
    cursor:pointer;
}
 
#curentDateString
{
    width:100%;
    text-align:center;
}
 
.titleMonth
{
    width:100%;
    background-color:#08a1d4;
    color:#FFFFFF;
    text-align:center;
    border-bottom:1px solid #666;
    margin:0px;
    padding:0px;
    padding-bottom:2px;
    margin-top:0px;
    margin-bottom:0px;
    font-weight:bold;
}
 
.separator
{
    float:left;
    display:block;
    width:25px;
}
 
.currentDay
{
    font-weight:bold;
    background-color:#FFB0B0;
}


/******************/


.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */


#cal {
position: absolute;
top: -9.2em;
left: -15em;
}				