

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	font-family:Calibri, Arial;
	background-color: #FFFFFF;
}

#background{
	position:absolute;
	top:78px;
	height:147px;
	width:100%;
	border-top:3px solid #327D77;
	border-bottom:3px solid #327D77;
	background-color: #DBEFEE;
	
}

#center{
    position: relative;
    text-align: center;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

#header{
    height: 75px;
	width:1200px;
    position: relative;
    text-align: right;
	color:#327D77;
}

#header_lang{
    height: 75px;
	width:100px;
    position: relative;
    text-align: right;
	margin-left:1100px;
	color:#327D77;
}

h1{
	font-size:13px;
	text-align:left;
	margin-left: 330px;
	position: relative;
	top:-30px;
}

#header_bloc{
    height: 153px;
    position: relative;
    text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#header_logo{
	width:300px;
	height:220px;
	z-index:0;
	position:absolute;
	left:50%;
	margin-left:-550px;
	bottom:0;
}

#header_logo_content{
	position:absolute;
	z-index:7;
	left:20px;
	top:50px;
}

#header_logo_box{
	width:260px;
	height:180px;
	position:relative;
	transform:rotate(-7deg);
	top:20px; 
	left:10px; 
	box-shadow: 0px 0px 4px #327D77;
	background-color:white;
	z-index:0;
}

#header_menu{
	background: none repeat scroll 0 0 #48938F;
    height: 50px;
	width:1100px;
	left:50%;
	margin-left:-580px;
    position: absolute;
    text-align: center;
	bottom:0;
	border-radius: 10px 10px 0 0;
	z-index:5;
	color:white;
	font-weight:bold;
	text-align:center;
	font-size:18px;
	line-height:50px;
}

#header_menu table tr td{
	text-align:center;
	padding-left:50px;
	padding-right:50px;
}


#header_rightbox{
	width:250px;
	height:135px;
	z-index:9;
	position:absolute;
	left:50%;
	margin-left:350px;
	bottom:0;
	color:white;
	font-weight:bold;
	text-align:center;
	font-size:20px;
}

#header_rightbox_box{

	width:218px;
	height:120px;
	position:relative;
	transform:rotate(14deg);
	top:-56px; 
	left:22px; 
	background-color:#327D77;
	border-radius:10px;
	z-index:-3;
}


#content{
    display: inline-block; 
	padding-bottom:30px;
	top:3px;
	position:relative;
	z-index:10;
	background-color:#FFFFFF;
}

#content_box{
	width:1200px;
    text-align: left;
	margin-left:auto;
	margin-right:auto;
	clear:right;
}

#content_box  p {margin-top:0;margin-bottom:0;}

#content_box a {
	color:#327D77;
	text-decoration:underline;
}

h2{
	font-size:1.3em;
	color:#327D77;
	font-style:italic;
}

h3{
	font-size:1.1em;
	color:#327D77;
	font-style:italic;
}

h4{
	font-size:1em;
	color:#327D77;
	font-style:italic;
}

a {
	color:#FFFFFF;
	text-decoration:none;

}

a:hover {
	color:#CCEEFE;
	text-decoration:underline;

}

#content_left{
	width:860px;
    position: relative;
    text-align: left;
	padding-left:10px;
	padding-right:20px;
	float:left;
}

.ombree{
	box-shadow: 0px 0px 3px 1px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 3px 1px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(119, 119, 119, 0.75);
}

#content_right{
	width:300px;
	padding-top:5px; 
    text-align: center;
	float:right;
	
}

.bloc{
	width:100%;
	background-color:white;
	height:140px;
	box-shadow: 0px 0px 3px 1px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 3px 1px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(119, 119, 119, 0.75);
}

#footer{
	position:relative;
	z-index:11;
	width:100%;
    text-align: center;
	display: inline-block; 
	background: none repeat scroll 0 0 #DBEFEE;
}

.separator{
	background: none repeat scroll 0 0 #327D77;
    height: 3px;
    position: relative;
    text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#footer_box{
	width:100%;
    position: relative;
    text-align: center;
	margin-left:auto;
	margin-right:auto;
	font-size:13px;
	height:50px;
	padding-top:10px;
	color:black;
}

strong{
	color:#327D77;

}

.color{
	color:#327D77;
}

#footer_box a {
	color:black;
	text-decoration:underline;
}


.scene3D{
    width:180px;
    height:240px;
    margin:20px 20px;
    -webkit-perspective:500px;
    -moz-perspective:500px;
    -ms-perspective:500px;
    -o-perspective:500px;
    perspective:500px;
    
}
.flip div{
    position:absolute;
    width:180px;
    height:240px;
    font-style:italic;
	font-weight:bold;
    text-align:center;
	color:#327D77;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
}

.flip div p{
	padding-top:5px;
}

.flip div:last-child{
    background:#327D77;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.flip div:last-child p{
    color:white;
	font-style:normal;
    padding:10px;
	font-size:13px;
    text-align:center;
	
}

.flip{
    width:180px;
    height:240px;
    box-shadow:0 0 10px black;
    -webkit-transform: rotateX(0deg);
    -webkit-transition: all 1s ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform: rotateX(0deg);
    -moz-transition: all 1s ease;
    -moz-transform-style: preserve-3d;
    -ms-transform: rotateX(0deg);
    -ms-transition: all 1s ease;
    -ms-transform-style: preserve-3d;
    -o-transform: rotateX(0deg);
    -o-transition: all 1s ease;
    -o-transform-style: preserve-3d;
    transform: rotateX(0deg);
    transition: all 1s ease;
    transform-style: preserve-3d;

}
.scene3D:hover .flip{
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);

}

.events{
	
	background-image:url(../img/postit.png);
	background-repeat:no-repeat;
	background-position: center center ;
	width:346px;
	height:346px;
	padding-left:20px;
	padding-right:20px;
	
}

.round{
	width:29px;
	height:29px;
	background-color:#327D77;
	position:relative;
	left:163px;
	top:1px;
	border-radius:14px;
	background:radial-gradient( farthest-side ellipse at 40% 40%, #E7F7F8, #185454);
}

.events .date{
	
	text-align:center;
	font-size:1.3em;
	padding-top:70px;
	color:#327D77;
	font-style:italic;
	font-weight:bold;
	position:relative;
	top:-35px;
}

.events .event{
	padding-left:40px;
	padding-right:40px;
	text-align:center;
	font-size:0.8em;
	position:relative;
	top:-30px;
}




.events .event strong{
	font-size:1.1em;
}

