@charset "utf-8";
/* CSS Document */


*{margin:0; padding:0;}
body
{
	font-family: 'Arimo', helvetica, sans-serif;
	background: url(../img/bg.jpg) no-repeat center fixed; 
  	-webkit-background-size: cover; /* pour Chrome et Safari */
  	-moz-background-size: cover; /* pour Firefox */
  	-o-background-size: cover; /* pour Opera */
  	background-size: cover; /* version standardisée */
	background-color:#02468d;
	background-position: 0 20px;

}

#page
{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid #000;*/
}

#header
{

	width: 940px;
	margin: 10px 0 0 0;
	padding: 0;

}

#header .contener
{
	width: 940px;
	height: 83px;
	clear: both;
}

#header .logo
{
	float: left;
	width: 186px;
	height: 63px;
	padding-right: 10px;
}

#header h1.titre 
{
	font-family: 'Arimo', sans-serif;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding-top: 15px;

}

#header span.big 
{
	font-family: 'Arimo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-transform: none;
}

#header span.medium 
{
	font-family: 'Arimo', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-transform: none;
}

#header span.small 
{
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-transform: none;
}

#content
{
	width: 940px;
	margin: 10px 0 0 0;
	padding:0;
	/*border: 1px solid #000;*/
}

#content .bloc-promo-left
{
	float: left;
	width: 460px;
	height: 611px;
	/*border: 1px solid #000;*/
}


#content .bloc-promo-left h1
{
	font-family: 'Arimo', sans-serif;
	font-size: 60px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

#content .bloc-promo-left h2
{
	font-family: 'Arimo', sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	display: inline-block;
}

#content .bloc-promo-left h3
{
	font-family: 'Arimo', sans-serif;
	font-size: 150px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);

}

#content .bloc-promo-left .slider
{
	width: 470px;
	height: auto;
	/*border: 1px solid red;*/
	margin-top: 80px;
	
}



#content .bloc-forms-right
{
	float: left;
	width: 460px;
	height: 611px;
	/*border: 1px solid #000;*/


}

.bloc-forms-right .content-forms
{
	width: 420px;
	height: 611px;
	background-color: #fff;
	-webkit-box-shadow: 3px -5px 33px -8px rgba(0,0,0,0.69);
	-moz-box-shadow: 3px -5px 33px -8px rgba(0,0,0,0.69);
	box-shadow: 3px -5px 33px -8px rgba(0,0,0,0.69);
	position: relative;
	float: right;
	

}


.content-forms img.famille-ski
{
	position: absolute;
	top: -100px;
	right: 0px;


}

.titre-forms
{
	width: 420px;
	padding-top: 60px;
}

.content-forms h2
{
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	color: #054082;
	padding: 0px 15px;

}
.content-forms p
{
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #000;
	padding: 5px 15px;

}

#footer
{
	width: 920px;
	padding: 0;
	margin: 10px;
	/*border: 1px solid red;*/
	clear: both;	
}

#footer p
{
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #666;
	text-align: center;
	padding: 20px;

}
