html{
background:url(../img/background.jpg)no-repeat center center fixed;
background-size: cover;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

	}
	
body{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:18px;
	}
	
.clear-1{
	clear:both;
	height:28px;
	padding-left:200px;
}

#wrapper{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	
	}

header{
	width:960px;
	height:206px;
	}

#logo{
	width:339px;
	height:176px;
	left:30%;
	top:20px;
	position:absolute;
	
	
	}
	
#zone-1{
	margin-top:20px;
	
	}
	
#col-80{
	float:right;
	width:80px;
	}
	
#col-380{
	float:right;
	width:320px;
	background:#fff;
	padding:20px 20px 20px 30px;
	height:210px;
	}
	
#col-480{
	float:right;
	width:330px;
	height:107px;
	background:#fff;
	padding:10px 20px 20px 20px;
	margin-left:120px;
	margin-top:113px;
	
	}
	
	
h1{
	
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:28px;
	font-style:italic;
	color:#000;
	
	}
	
.taille-h2-t1{
	
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:24px;
	font-style:italic;
	
	
	}

.taille-h2-t2{
	
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:16px;
	
	
	}
	
.color-violet{
	color:#5c1441;
	}

.color-orange{
	color:#e5882e;
	}

.color-rouge{
	color:#e54834;
	}
	
#col-480 p{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:14px;
	font-style:italic;
	}
	
p{
	margin-top:10px;
	}
	
.taille-p{
	font-size:18px;
	font-family: 'Lato', sans-serif;
	
	}
	
.img-left{
	float:left;
	margin-right:20px;
	}
	
li{
	margin-top:15px;
	}
	
.clear img{
	float:left;
	}
	
#col-140{
	float:left;
	width:140px;
	}
	
#col-480-2{
	float:left;
	width:440px;
	height:103px;
	background:#fff;
	padding:22px 20px 22px 20px;
	
	}
	
#col-320{
	float:left;
	width:280px;
	padding:20px;
	height:103px;
	}
	
#col-320 p{
	color:#fff;
	}
	
.min-col-240{
	float:left;
	width:220px;
	
	}
	
.p-regular{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:14px;

	}
	
.clear-2{
	float:left;
	height:73px;
	clear:both;
	margin-top:-3px;
	}
	
footer{
	background:#5c1441;
	width:100%;
	margin-top:220px;
	height:100px;
	/*position:relative;*/
	padding-top:50px;

	}
	
/*footer img {
	position:absolute;
	right:60px;
	top:50px;
	}*/
	
#zone-footer{
	width:960px;
	margin-right:auto;
	margin-left:auto;
	padding-left:30px;
	}
	
#zone-footer ul li{
	
	float:left;
	margin-left:30px;
	color:#941738;
	font-size:14px;
	display:block;
	}
	
#mentions-legales{
	display:block;
	text-decoration:none;
	color:#941738;
	
	}
	
#logo-footer{
	padding-left:150px;
	margin-top:-20px;
	}
	
.icon-pdf{
	padding-top:15px;
	
	}
	
.min-col-240 a{
	text-decoration:none;
	color:#000;
	}
	
.min-col-240 a:hover{
	color:#5c1441;
	}
	
#content-ml{
	background:#fff;
	width:960px;
	margin-top:20px;
	padding:30px;
	
	}
	
.p-titre{
	margin-top:20px;
	}
	
#content-ml a{
	text-decoration:underline;
	color:#000;
	}