*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-Serif;
}
html{
background:#fff;
width:100%;
height:100%;
}
@font-face {
    font-family: 'copperplate_gothic_boldRg';
    src: url('COPRGTB-webfont.eot');
    src: url('COPRGTB-webfont.eot?#iefix') format('embedded-opentype'),
         url('COPRGTB-webfont.woff2') format('woff2'),
         url('COPRGTB-webfont.woff') format('woff'),
         url('COPRGTB-webfont.ttf') format('truetype'),
         url('COPRGTB-webfont.svg#copperplate_gothic_boldRg') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
/** **/
body{
	background:#fff url("../img/bg_site.jpg") no-repeat 0% 0px;
	width:1200px; position:relative;
	margin:0px auto; display:block;
	height:800px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
h1{
	display:none;
}
nav{
	position:absolute;
	top:280px;
	left:180px;
	z-index:10000;
}
nav li{
	list-style:none;
	font-family: 'copperplate_gothic_lightRg';
	font-size:16px;
	line-height:22px;
	
}
nav li.active{
	font-weight:bold;
	 font-family: 'copperplate_gothic_boldRg';
}
nav li a{
	color:#222;
	font-family: 'copperplate_gothic_lightRg';
}
nav li a:hover{
	 font-family: 'copperplate_gothic_boldRg';
}
section#accroche{
	font-family: 'copperplate_gothic_lightRg';
	position:absolute;
	top:180px; left:370px;
}
section#accroche h2{
	font-size:31px;
	line-height:31px;
	font-weight:normal;
	font-family: 'copperplate_gothic_lightRg';
}
section#accroche h3{
	font-size:23px;
	line-height:23px;
	font-weight:normal;
	font-family: 'copperplate_gothic_lightRg';
}
.violet{
	color:#9c099c;
	font-family: 'copperplate_gothic_lightRg';
}
.jaune{
	color:#ffc000;
	font-family: 'copperplate_gothic_lightRg';
}
h2#titre{
 font-size:30px;
 display:block;
 position:absolute;
 width:300px;
 line-height:30px;
 font-weight:normal;
 top:260px; left:370px;
 font-family: 'copperplate_gothic_lightRg';
}
/** SlideShow **/
#slideshow { 
    margin: 0px 0px; 
    position: relative; 
    width: 274px; 
    height: 180px; 
    padding: 5px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 5px; 
    left: 5px; 
    right: 5px; 
    bottom: 5px; 
}
/** **/ 
#contenu{
	position:absolute;
	top:325px;
	left:370px;
	width:640px;
}
/** **/
#lanceurs{
	position:relative;
	margin-top:5px;
}
.bloc1,.bloc2,.bloc3 {
	position:absolute;
}
.bloc1 {
	left:0px;
}
.bloc2 {
	left:183px;
	top:5px;
	z-index:10;
}
.bloc3 {
	z-index:5;
		left:430px;

}
/** **/
.texte{
	width:300px;
	font-size:14px;
	float:left;
	line-height:16px;
}
/** **/
h4.titre{
 font-family: 'copperplate_gothic_lightRg';
 font-size:16px;
}
.table td{ 
	padding-right:10px; font-size:12px;
}
.calendrier {
	font-size:12px;
	text-align:center;
	margin:10px 0px;
}
.calendrier th{
	background:#ccc;
}
.calendrier td{
	font-size:11px;
	padding:5px;
	border-bottom:1px solid #ccc;
}
/** **/
#fdw-pricing-table {
		margin:0 auto;
		text-align: center;
		width: 720px; /* total computed width */
		zoom: 1;
	}

	#fdw-pricing-table:before, #fdw-pricing-table:after {
	  content: "";
	  display: table
	}

	#fdw-pricing-table:after {
	  clear: both
	}

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

	#fdw-pricing-table .plan {
		font: 13px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;     
		background: #fff;      
		border: 1px solid #ddd;
		color: #333;
		padding: 20px;
		width: 100px;
		float: left;
		_display: inline; /* IE6 double margin fix */
		position: relative;
		margin: 0 5px;
		-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
		box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);		
	}

	#fdw-pricing-table .plan:after {
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  bottom: 10px;
	  right: 4px;
	  width: 80%; 
	  top: 80%; 
	  -webkit-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);   
	  -moz-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
	  box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
	  -webkit-transform: rotate(3deg);    
	  -moz-transform: rotate(3deg);   
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);	
	}	
	
	#fdw-pricing-table .popular-plan {
		top: -20px;
		padding: 40px 20px;   
	}
	
	/* --------------- */	

	#fdw-pricing-table .header {
		position: relative;
		font-size: 15px;
		font-weight: normal;
		text-transform: uppercase;
		padding: 20px;
		margin: -20px -20px 20px -20px;
		border-bottom: 8px solid;
		background-color: #eee;
		background-image: -moz-linear-gradient(#fff,#eee);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
		background-image: -webkit-linear-gradient(#fff, #eee);
		background-image: -o-linear-gradient(#fff, #eee);
		background-image: -ms-linear-gradient(#fff, #eee);
		background-image: linear-gradient(#fff, #eee);
	}

	#fdw-pricing-table .header:after {
		position: absolute;
		bottom: -8px; left: 0;
		height: 3px; width: 100%;
		content: '';
		background-image: url(images/bar.png);
	}
	
	#fdw-pricing-table .popular-plan .header {
		margin-top: -40px;
		padding-top: 20px;		
	}

	#fdw-pricing-table .plan1 .header{
		border-bottom-color: #B3E03F;
	}

	#fdw-pricing-table .plan2 .header{
		border-bottom-color: #7BD553;
	}

	#fdw-pricing-table .plan3 .header{
		border-bottom-color: #3AD5A0;
	}

	#fdw-pricing-table .plan4 .header{
		border-bottom-color: #45D0DA;
	}			
	
	/* --------------- */

	#fdw-pricing-table .price{
		font-size: 30px;
	}

	#fdw-pricing-table .monthly{
		font-size: 12px;
		margin-bottom: 20px;
		text-transform: uppercase;
		color: #999;
	}

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

	#fdw-pricing-table ul {
		margin: 0px 0;
		padding: 0;
		list-style: none;
	}

	#fdw-pricing-table li {
		padding: 5px 0;
		font-size:11px;
	}
	
	/* --------------- */
		
	#fdw-pricing-table .signup {
		position: relative;
		padding: 10px 20px;
		color: #fff;
		font: bold 14px Arial, Helvetica;
		text-transform: uppercase;
		text-decoration: none;
		display: inline-block;       
		background-color: #72ce3f;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;     
		text-shadow: 0 -1px 0 rgba(0,0,0,.15);
		opacity: .9;       
	}

	#fdw-pricing-table .signup:hover {
		opacity: 1;       
	}

	#fdw-pricing-table .signup:active {
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
		box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;       
	}			

	#fdw-pricing-table .plan1 .signup{
		background: #B3E03F;
	}

	#fdw-pricing-table .plan2 .signup{
		background: #7BD553;
	}

	#fdw-pricing-table .plan3 .signup{
		background: #3AD5A0;
	}

	#fdw-pricing-table .plan4 .signup{
		background: #45D0DA;
	}

#promos{
	position:absolute;
	top:210px;
	left:180px;
	z-index:1000;
	width:230px;
}	
#zoom2{
	margin-top:188px;
	margin-left:-41px;
}
#zoom3{
	margin-top:-2px;
	margin-left:-18px;
}
	
	