body {
	/*background: #ffdd00;*/
	font-family: 'MisoRegular';
    background: #e4ebe9 url(images2/pattern.png) repeat top left;
   background-color: white;
}
.header {
    font-family: 'Arial Narrow', Arial, sans-serif;
    line-height: 24px;
    font-size: 11px;
    background: #fff;
    opacity: 0.9;
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    -moz-box-shadow: 1px 0px 2px #000;
    -webkit-box-shadow: 1px 0px 2px #000;
    box-shadow: 1px 0px 2px #000;
    margin-top: -83px;
    height: 80px;
} 
.container1
{
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*.logo h1 a {
    font-family: 'bullpen 3d', sans-serif;
    text-decoration: none;
    color: #1C97CA;
    font-size: 40px;
    font-weight: 100;
     padding: 20px 0px; 
    margin-left: 110px;
    margin-top: -130px;
    display: block;
    letter-spacing: 4px;
    text-transform: uppercase;
}

////////////menu/////////////////
#navigation
{
	 
        margin-top: -100px;
}

.menu
{
	float: right;
        margin-top: -100px;
}
.menu ul li
{
	display: inline-block;
	padding: 33px 15px;
}
.menu ul li a
{
	float:right;
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	color: #4e4f4f;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	-webkit-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
}
.menu ul li a:hover
{
	color: #1C97CA;
}  */


////////////////////////////////

h1.main,p.demos {
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	-ms-animation-delay: 8s;
	animation-delay: 8s;
}
.sp-container {
	width: 1000px;
	height: 250px; 
	position: relative;
	margin: 80px auto 0px auto;
}
.sp-content {
	width: 300px;
	height: 400px;
	position: relative;
	
	margin-left:380px;
	margin-top:70px;
	
	-webkit-animation: open 0.4s linear forwards, squeeze 0.6s linear 5.5s forwards;
	-moz-animation: open 0.4s linear forwards, squeeze 0.6s linear 5.5s forwards;
	-ms-animation: open 0.4s linear forwards, squeeze 0.6s linear 5.5s forwards;
	animation: open 0.4s linear forwards, squeeze 0.6s linear 5.5s forwards;
}
.sp-content:after {
	    content: '';
    width: 4px;
    background: #000;
    height: 70%;
    position: absolute; 
    left: 210%;
}
/*.sp-container h2 {
	color: #000;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.9);
}*/
.sp-container h2 {
    color: #fff;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.9);
    font-family: arial;  
}
.sp-wrap {
	    width: 400px;
    padding: 10px 150px;
    height: 100%;
    text-align: right;
    font-size: 25px;
    line-height: 30px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-left: 360px;
	
}
.sp-wrap span {
	display: block;
	//background: #ffdd00;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;	;
}
.sp-wrap span.sp-mid {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.sp-container .sp-right h2 {
	color: #fff;
	text-shadow: 0px 0px 1px rgba(255,255,255,0.9);
	
	
	
}
.sp-wrap span.sp-mid {
	font-family: 'MisoBold';
	text-transform: uppercase;
	font-size: 20px;
	line-height: 80px;
	position: relative;
        width: 200px;
        margin-left: -100px;
}
.sp-left span.sp-top {
	-webkit-animation: slideLeft 0.5s ease-in 0.6s backwards, fadeOut 1s linear 4s backwards;
	-moz-animation: slideLeft 0.5s ease-in 0.6s backwards, fadeOut 1s linear 4s backwards;
	-ms-animation: slideLeft 0.5s ease-in 0.6s backwards, fadeOut 1s linear 4s backwards;
	animation: slideLeft 0.5s ease-in 0.6s backwards, fadeOut 1s linear 4s backwards;
	

	
}
.sp-left span.sp-mid {
	-webkit-animation: slideLeft 0.5s ease-in 1s backwards, moveUp 0.6s linear 5s forwards;
	-moz-animation: slideLeft 0.5s ease-in 1s backwards, moveUp 0.6s linear 5s forwards;
	-ms-animation: slideLeft 0.5s ease-in 1s backwards, moveUp 0.6s linear 5s forwards;
	animation: slideLeft 0.5s ease-in 1s backwards, moveUp 0.6s linear 5s forwards;
}
.sp-left span.sp-bottom {
	-webkit-animation: slideLeft 0.5s ease-in 1.4s backwards, fadeOut 1s linear 4.2s backwards;
	-moz-animation: slideLeft 0.5s ease-in 1.4s backwards, fadeOut 1s linear 4.2s backwards;
	-ms-animation: slideLeft 0.5s ease-in 1.4s backwards, fadeOut 1s linear 4.2s backwards;
	animation: slideLeft 0.5s ease-in 1.4s backwards, fadeOut 1s linear 4.2s backwards;
        
         width: 200px; 
         margin-left: -100px;
}
.sp-right span {
	//text-align: left;
	border: 2px solid red; 
	width:300px;
	height:200px;
}
.sp-right span.sp-top {
	-webkit-animation: slideRight 0.5s ease-in 2s backwards, fadeOut 1s linear 4.4s backwards;
	-moz-animation: slideRight 0.5s ease-in 2s backwards, fadeOut 1s linear 4.4s backwards;
	-ms-animation: slideRight 0.5s ease-in 2s backwards, fadeOut 1s linear 4.4s backwards;
	animation: slideRight 0.5s ease-in 2s backwards, fadeOut 1s linear 4.4s backwards;
}
.sp-right span.sp-mid {
	-webkit-animation: slideRight 0.5s ease-in 2.4s backwards, moveUp 0.6s linear 5s forwards;
	-moz-animation: slideRight 0.5s ease-in 2.4s backwards, moveUp 0.6s linear 5s forwards;
	-ms-animation: slideRight 0.5s ease-in 2.4s backwards, moveUp 0.6s linear 5s forwards;
	animation: slideRight 0.5s ease-in 2.4s backwards, moveUp 0.6s linear 5s forwards;
}
.sp-right span.sp-bottom {
	-webkit-animation: slideRight 0.5s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
	-moz-animation: slideRight 0.5s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
	-ms-animation: slideRight 0.5s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
	animation: slideRight 0.5s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
}
.sp-wrap i {
	position: absolute;
	background: #ffdd00;
	width: 60px;
}
.sp-wrap i:first-child {
	color: #000;
}
.sp-wrap i:last-child {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-animation: fadeOut 1s linear 6s backwards;
	-moz-animation: fadeOut 1s linear 6s backwards;
	-ms-animation: fadeOut 1s linear 6s backwards;
	animation: fadeOut 1s linear 6s backwards;
}
.sp-full {
    position: absolute;
    font-size: 37px;
    top: 132px;
    width: 700px;
    left: 730px;
    -webkit-animation: fadeIn 1s linear 6.6s backwards;
    -moz-animation: fadeIn 1s linear 6.6s backwards;
    -ms-animation: fadeIn 1s linear 6.6s backwards;
    animation: fadeIn 1s linear 6.6s backwards;
}
.sp-full a { 
	background: #000;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 40px;
	display: inline-block;
	font-size: 20px;
	margin-top: 10px;
	-webkit-animation: zoomIn 0.7s ease-in-out 7s backwards;
	-moz-animation: zoomIn 0.7s ease-in-out 7s backwards;
	-ms-animation: zoomIn 0.7s ease-in-out 7s backwards;
	animation: zoomIn 0.7s ease-in-out 7s backwards;
	
	margin-left: 180px;
}
.sp-full h2 {
	    width: 500px;
    /* padding: 0px 50px 0px 0px; */
    float: left;
    text-align: right;
    font-size: 28px;
}

.sp-full h4 {
    width: 400px;
    padding: 0px 50px 0px 0px;
    float: left;
    text-align: right;
	margin-top:20px;
	    margin-left: -65px;
}
.sp-full a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
/**/
@-webkit-keyframes open{
	0%{
		-webkit-transform: scale(1,0);
	}
	100%{
		-webkit-transform: scale(1,1);
	}
}
@-webkit-keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 120px;
	}
}
@-webkit-keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-webkit-keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-webkit-keyframes slideLeft{
	0%{
		-webkit-transform: translateX(120%);
	}
	100%{
		-webkit-transform: translateX(0%);
	}
}
@-webkit-keyframes slideRight{
	0%{
		-webkit-transform: translateX(-120%);
	}
	100%{
		-webkit-transform: translateX(0%);
	}
}
@-webkit-keyframes moveUp{
	0%{
		-webkit-transform: translateY(0px);
	}
	100%{
		-webkit-transform: translateY(-170px);
	}

}
@-webkit-keyframes zoomIn{
	0%{
		-webkit-transform: scale(0);
	}
	100%{
		-webkit-transform: scale(1);
	}
}
/**/
@-moz-keyframes open{
	0%{
		-moz-transform: scale(1,0);
	}
	100%{
		-moz-transform: scale(1,1);
	}
}
@-moz-keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 120px;
	}
}
@-moz-keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-moz-keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-moz-keyframes slideLeft{
	0%{
		-moz-transform: translateX(120%);
	}
	100%{
		-moz-transform: translateX(0%);
	}
}
@-moz-keyframes slideRight{
	0%{
		-moz-transform: translateX(-120%);
	}
	100%{
		-moz-transform: translateX(0%);
	}
}
@-moz-keyframes moveUp{
	0%{
		-moz-transform: translateY(0px);
	}
	100%{
		-moz-transform: translateY(-170px);
	}

}
@-moz-keyframes zoomIn{
	0%{
		-moz-transform: scale(0);
	}
	100%{
		-moz-transform: scale(1);
	}
}
/**/
@keyframes open{
	0%{
		transform: scale(1,0);
	}
	100%{
		transform: scale(1,1);
	}
}
@keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 120px;
	}
}
@keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes slideLeft{
	0%{
		transform: translateX(120%);
	}
	100%{
		transform: translateX(0%);
	}
}
@keyframes slideRight{
	0%{
		transform: translateX(-120%);
	}
	100%{
		transform: translateX(0%);
	}
}
@keyframes moveUp{
	0%{
		transform: translateY(0px);
	}
	100%{
		transform: translateY(-170px);
	}

}
@keyframes zoomIn{
	0%{
		transform: scale(0);
	}
	100%{
		transform: scale(1);
	}
}

 .ca-more {
     position: absolute;
    top: 150px;
    right: 20px;
    padding: 8px 18px;
    font-weight: bold;
    background: #ccbda2;
    text-align: center;
    color: white;
    font-family: "Georgia","Times New Roman",serif;
    font-style: italic;
    text-shadow: 1px 1px 1px #897c63;
}
 .ca-more1 {
      position: absolute;
    /*top: 140px;*/
    right: 20px;
    padding: 4px 15px;
    font-weight: bold;
    background: #ccbda2;
    text-align: center;
    color: white;
    font-family: "Georgia","Times New Roman",serif;
    font-style: italic;
    text-shadow: 1px 1px 1px #897c63;
}
 .ca-more2 {
      position: absolute;
    top: 158px;
    right: 20px;
    padding: 4px 15px;
    font-weight: bold;
    background: #ccbda2;
    text-align: center;
    color: white;
    font-family: "Georgia","Times New Roman",serif;
    font-style: italic;
    text-shadow: 1px 1px 1px #897c63;
}
.damion{
    margin-top: 10px;
    font-family: "damion","Times New Roman",serif;  
    font-size: 20px;
}
   
.damion2{
    margin-top: 10px;
    font-family: "Georgia","Times New Roman",serif;
    font-size: 30px;
    color: white; 
} 
.damion3{
 font-family: 'MisoRegular';
    font-size: 20px;
    margin-top: 40px;
    margin-left: 235px;
}
.damion4{
  
    font-family: 'MisoRegular';
    font-size: 20px;
     
}
.damion5{
 font-family: 'MisoRegular';
    font-size: 20px;
    margin-top: 40px;
    margin-left: 155px;
}

.damion6 {
    font-family: 'MisoRegular';
    font-size: 20px;
    margin-top: 40px;
    margin-left: 235px;
}
///////////////////////// ////////////////////////
/*.programme2 {
    font-size: 36px;
    color: #787878;
    font-weight: 400;
    line-height: 34px;
    font-family: 'mv boli';
    color: #000;
    margin-bottom: 20px;
     height: 85px; 
     text-align: center; 
    margin-left: 100px;
    text-shadow: 0px 1px 1px #e4ebe9;
    width: 350px;
}*/
.ac-container{
	width: 400px;
	margin: 20px 100px 50px 100px;
	text-align: left;
}
.ac-container label {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    
    
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 70px;
    cursor: pointer;
    color: #3F860C;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 57px;
    font-size: 19px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 
 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
 0px 2px 2px rgba(0,0,0,0.1);
    
    
    
    
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images2/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images2/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 27px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 120px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 260px;
}
.ac-container input:checked ~ article.ac-large{
	height: 190px;
}
.ac-container input:checked ~ article.ac-TRESlarge{
	height: 100px;
}

.decoppose {
    font-size: 36px;
    color: #787878;
    font-weight: 400;
    line-height: 34px;
    font-family: 'mv boli';
    color: #000;
    margin-bottom: 20px;
    height: 85px;
    text-align: center;
    margin-left: 100px;
    text-shadow: 0px 1px 1px #e4ebe9;
    width: 350px;
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
    color: #9c8468;
    opacity: 0.3;
    font: 'Museo700';
}



.monfooter
{
        margin-top: -35px;
    /*height: 85px;*/
    margin-left: 10px;
}
 
.test6 {
    width: 60%;
    margin-left: 500px;
    margin-top: -70px;
}

/////////////////////////you tube///////////////////
/* Circular Content Carousel Style */
.ca-container{
	position:relative;
/*	margin: 100px auto 20px auto;*/
margin: 40px auto 0px auto;
	width:990px;
	height:450px;
       
        /*border:5px solid #99bcb4;*/
}

.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
         margin-left: auto;
      margin-right:  auto;
    
      /*border:1px solid #99bcb4;*/
   
}
.ca-item{
	position:relative;
	float:left;
	width: 330px;
	height: 90%;
	text-align:center;
        /*margin-right:5px;*/
}
.ca-more2 {
    position: absolute;
    /* bottom: 10px; */
    right: 20px;
    padding: 4px 15px;
    font-weight: bold;
    background: #ccbda2;
    text-align: center;
    color: white;
    font-family: "Georgia","Times New Roman",serif;
    font-style: italic;
    text-shadow: 1px 1px 1px #897c63;
    /*margin-top: 180px;*/
}
.ca-moreyoutube {
    position: absolute;
    /* bottom: 10px; */
    right: 20px;
    padding: 4px 15px;
    font-weight: bold;
    background: #ccbda2;
    text-align: center;
    color: white;
    font-family: "Georgia","Times New Roman",serif;
    font-style: italic;
    text-shadow: 1px 1px 1px #897c63;
    /* margin-top: 180px; */
}



.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images2/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left: 5px;
	right:5px;
	bottom:5px;
	/* background: #f5f5f5; */
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.ca-icon1{
	width: 100%;
	height: 189px;
	position:relative;
	margin:0 auto;
        
        
	/*background:   url(../images2/reserve3.png) no-repeat center center;*/
}
.ca-item-2 .ca-icon1{
	/*background-image:url(../images2/ecom1.png);*/
}
.ca-item-3 .ca-icon1{
	 background-image:url(../images2/bal1.png);
	
}
.ca-item-4 .ca-icon1{
	background:url(../images2/bienetre.png) no-repeat center;
        
      
}
.ca-item-5 .ca-icon1{
	background:url(../images2/net3.png)no-repeat center;
        
         
}
.ca-item-6 .ca-icon1{
	background:url(../images2/site_frag_net.png)no-repeat center;
}
.ca-item-7 .ca-icon1{
	background-image:url(../images2/animal7.png);
}
.ca-item-8 .ca-icon1{
	background-image:url(../images2/animal8.png);
}
.ca-item h2 {
    font-family: 'Coustard', sans-serif;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    /* height: 85px; */
    text-align: center;
    text-shadow: 0px 1px 1px #e4ebe9;
        font-size: 16px;
}
.ca-item h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	 
	color:#000;
	margin-bottom:20px;
	/* height: 85px; */
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:12px;
	text-align:left;
	border-left:10px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	text-indent:60px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin: 10px 0px;
	padding:10px 20px;
	line-height:24px;
	height: 250px;
	width: 670px;
}
.ca-content-text p{
	padding-bottom: 5px;
	margin-left: 20px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Coustard', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color: #f5f5f5;
	background:#000;
	padding:3px 6px;
	font-size: 14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images2/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
} 
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{  
	opacity:1.0;
}
///////////////////tabs///////////////  
.tabs input[type=radio] {
          position: absolute;
          top: -9999px;
          left: -9999px;
      }
      .tabs {
        width: 650px;
        float: none;
        list-style: none;
        position: relative;
        padding: 0;
        margin: 75px auto;
      }
      .tabs li{
        float: left;
      }
      .tabs label {
          display: block;
          padding: 10px 20px;
          border-radius: 2px 2px 0 0;
          color: #08C;
          font-size: 24px;
          font-weight: normal;
          font-family: 'Lily Script One', helveti;
          background: rgba(255,255,255,0.2);
          cursor: pointer;
          position: relative;
          top: 3px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
      }
      .tabs label:hover {
        background: rgba(255,255,255,0.5);
        top: 0;
      }
       
      [id^=tab]:checked + label {
        background: #08C;
        color: blue;
        top: 0;
      }
       
      [id^=tab]:checked ~ [id^=tab-content] {
          display: block;
      }
      .tab-content{
        z-index: 2;
        display: none;
        text-align: left;
        width: 100%;
        font-size: 20px;
        line-height: 140%;
        padding-top: 10px;
        background: #08C;
        padding: 15px;
        color: blue;
        position: absolute;
        top: 53px;
        left: 0;
        box-sizing: border-box;
        -webkit-animation-duration: 0.5s;
        -o-animation-duration: 0.5s;
        -moz-animation-duration: 0.5s;
        animation-duration: 0.5s;
      }   
      
      ////////////// icone facebook //////////////
      

.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}

.bubblewrap li{
display:inline;
width: 65px;
height:60px;
}

.bubblewrap li img{
width: 55px; /* width of each image.*/
height: 60px; /* height of each image.*/
border:0;
margin-right: 12px; /*spacing between each image*/
-moz-transition:-moz-transform 0.1s ease-in; /*animate transform property */
-webkit-transition:-webkit-transform 0.1s ease-in; 
-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
}

.bubblewrap li img:hover{
-moz-transform:scale(1.8); /*scale up image 1.8x*/
-webkit-transform:scale(1.8);
-o-transform:scale(1.8);
}
.bubblewrap li img:hover{
-moz-transform:scale(1.8); /*scale up image 1.8x in FF3.5+*/
-webkit-transform:scale(1.8); /*Safari and Chrome version*/
-o-transform:scale(1.8); /*Opera 9.5+ version*/
}
//////////////////     //////////////
#ContactForm {line-height:30px;font-weight:bold;letter-spacing:-1px;width:100%}
#ContactForm a {float:right;margin-bottom:0;background:url(../images2/button3_bg.gif) top repeat-x;margin-top:5px}
#ContactForm a span {background:url(../images2/button3_left.jpg) top left no-repeat}
#ContactForm a span span {background:url(../images2/button3_right.jpg) top right no-repeat}
#ContactForm .bg {float:right;margin-bottom:10px}
#ContactForm .input {width:761px}
#ContactForm .textarea {background:url(../images2/textarea_bg.gif) top repeat-x;border:1px solid #fff;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;behavior:url(js/PIE.htc);position:relative}
#ContactForm textarea {overflow:auto;height:208px;width:761px;padding:5px 10px;background:none;font:14px Arial, Helvetica, sans-serif;color:#aaa}

/////////////////// ////////////////////////////
      
.SECTIONTROISHAUTTITRE{
         color:  #8fbc8f;
        font-family: 'ARHARONI',sans-serif;
        font-size: 48px;
    line-height: 78px;
    }
              .SECTIONTROISBASTITRE{
         color:  white;
        font-family: 'ARHARONI',sans-serif;
        font-size: 36px;
    
    }