/* Font */
@font-face {
	font-family: 'HelveticaNeueLTStd-Th';
	src: url('../font/HelveticaNeueLTStd-Th.eot?') format('eot'), 
	     url('../font/HelveticaNeueLTStd-Th.woff') format('woff'), 
	     url('../font/HelveticaNeueLTStd-Th.ttf')  format('truetype'),
	     url('../font/HelveticaNeueLTStd-Th.svg#HelveticaNeueLTStd-Th') format('svg');
	font-style: normal;
	font-weight: normal;
}

/* General */
body{
	background-color: black;
	font-family: arial;
	margin: 0;
	padding: 0;
	text-align: justify;
}
a img{
	border: none;
}
p{
	font-size: 14px;
}
.center{
	margin: auto;
	width: 1006px;
}
.text-center{
	text-align: center;
}
.hlink{
	position: absolute;
	margin-left: -99999px;
}
.spacer{
	clear: both;
}

/* Couleur */
.grey{
	color: #aaa;
}
.orange{
	color: #ff6600;
}
.bg-white{
	background-color: #fff;
}

.white{
	color: #fff;
}

/* Font-family */
.helvetica{
	font-family: helvetica,arial;
}
.helveticaN{
	font-family: 'HelveticaNeueLTStd-Th',arial;
}

/* Font-size */
.font-size1{
	font-size: 70px;
}
.font-size2{
	font-size: 47px;
}
.font-size3{
	font-size: 14px;
}
.font-size4{
	font-size: 14px;
}

/* Font-weight */
.bold{
	font-weight: bold;
}

/* Width */
.width1{
	width: 723px;
}
.width2{
	width: 320px;
}
.width3{
	width: 849px;
}

/* Header */
header{
	padding: 25px;
}
header div{
	float: left;
}
header h1{
	font-weight: normal;
	margin: -25px 0px 0px 30px;
	padding: 10px 25px;
}
header h1 span{
	display: block;
}
header h1 span#autonomie{
	margin-bottom: -15px;
}
header h1 span#solution{
	margin-bottom: 15px;
}


/* Contenu */
div#contenu{
	padding: 25px;
}
div#contenu p{
	padding: 10px 0;
}
div#contenu div.bloc{
	border: 1px solid #ccc;
	box-shadow: 3px 3px 20px #CCC;
	float: left;
	margin-right: 20px;
}
div#contenu div.bloc.last{
	margin-right: 0px;
}
div#contenu div.bloc a.bouton{
	border-radius: 72px;
	background: #ff6801;
	background-image: linear-gradient(to bottom, #ff882a, #ff882a 0%, #e95d3b 100%, #e42a32 100%, #ff6801);
	cursor: pointer;
	padding: 5px 10px;
	text-decoration: none;
}
div#contenu h2{
	font-size: 25px;
}
div#contenu div.bloc h3,
div#contenu div.bloc p{
	padding: 0 20px;
}
div#contenu div.bloc h3{
	text-align: left;
}
div#contenu div.bloc img{
	width: 100%;
}
div#contenu div.bloc p{
	margin-bottom: 18px;
}
div#contenu div.bloc#pdf p{
	margin-bottom: 51px;
}
div#contenu div.bloc#html p{
	margin-bottom: 35px;
}

/* Footer */
footer{
	padding: 30px 0;
}
footer p{
	float: left;
	margin: 0 30px -15px 0;
	padding: 0;
}


/* Media Query */
@media (max-width : 1100px){
	.center{
		width: 800px;
	}
	.width2{
		width: 250px;
	}
	.width3{
		width: 643px;
	}
	div#contenu div.bloc h3{
		font-size: 16px;
	}
	div#contenu div.bloc#pdf p{
		margin-bottom: 67px;
	}
	div#contenu div.bloc#html p{
		margin-bottom: 35px;
	}
}

@media (max-width : 900px){
	.center{
		width: 600px;
	}
	.font-size1{
		font-size: 56px;
	}
	.font-size2{
		font-size: 35px;
	}
	.width1{
		width: 598px;
	}
	.width2{
		width: 194px;
	}
	.width3{
		width: 443px;
	}
	header h1{
		margin-left: 18px;
		padding: 10px 0;
	}
	header h1 span#autonomie{
		margin-bottom: -10px;
	}
	header h1 span#solution{
		margin-bottom: 10px;
	}
	div#contenu h2{
		font-size: 23px;
	}
	div#contenu div.bloc{
		margin-right: 5px;
	}
	div#contenu div.bloc h3,
	div#contenu div.bloc p{
		padding: 0 10px;
	}
	div#contenu div.bloc h3{
		text-align: center;
	}
	div#contenu div.bloc p{
		text-align: left;
	}
	div#contenu div.bloc#pdf p{
		margin-bottom: 68px;
	}
	div#contenu div.bloc#html p{
		margin-bottom: 18px;
	}
}

@media (max-width : 700px){
	.center,
	.width1,
	.width3{
		width: 420px;
	}
	.font-size1{
		font-size: 36px;
	}
	.font-size2{
		font-size: 25px;
	}
	.font-size3{
		font-size: 12px;
	}
	.width2{
		width: 320px;
	}
	header h1 span#autonomie{
		margin-bottom: -5px;
	}
	header h1 span#solution{
		margin-bottom: 5px;
	}
	div#contenu div p#img{
		text-align: center;
	}
	div#contenu div.bloc,
	div#contenu div.bloc.last{
		float: none;
		margin: 20px auto;
	}
	div#contenu div.bloc h3,
	div#contenu div.bloc p{
		padding: 0 10px;
	}
	div#contenu div.bloc p{
		text-align: justify;
	}
	div#contenu div.bloc#pdf p,
	div#contenu div.bloc#html p{
		margin-bottom: 18px;
	}
	footer div p{
		margin-bottom: 25px;
	}
	footer div span{
		display: block;
		margin-bottom: -20px;
		text-align: center;
	}
}

@media (max-width : 500px){
	.center,
	.width1,
	.width2,
	.width3{
		width: 248px;
	}
	.font-size1{
		font-size: 23px;
	}
	.font-size2{
		font-size: 20px;
	}
	.font-size3{
		font-size: 14px;
	}
	.bold{
		font-weight: normal;
	}
	header div{
		float: none;
		padding: 0;
		text-align: center;
	}
	header div h1{
		margin: 0;
		padding: 0;
	}
	header h1 span#autonomie{
		margin-bottom: 0;
	}
	header h1 span#solution{
		margin-bottom: 10px;
	}
	div#contenu h2{
		font-size: 18px;
		text-align: center;
	}
	footer{
		padding: 30px 25px;
	}
}