body {
	font-family: "Verdana";
	font-size: 13px;
}

#bandeau {	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a9e4f7+0,0fb4e7+100;Ble+3D+%235 */
	background: #a9e4f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #a9e4f7 0%, #0fb4e7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a9e4f7 0%,#0fb4e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */
}

#bandeau img {
	display: block;
	margin: auto;
}

.retour {
	clear: both;
}

#menu {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
	background: #9dd53a; /* Old browsers */
	background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 10px 9px 0 #999999;
	box-shadow: 0 2px 7px 0 gray;
	position: relative;
	z-index: 10;
}

#menu a {
	text-decoration: none;
	color: white;
	font-family: "Grobold";
	float: left;
	padding: 10px 23.9px;
	line-height: 25px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	border-right: 1px solid #D0D0D0;
}

#menu a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#menu ul {
	width: 980px;
	margin: auto;
}

#home {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
	background: #ffa84c; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	height: 745px;
}

#acceuil {
	width: 980px;
	margin: auto;
	background-color: #f9f9f9;
	height: 700px;
	position: relative;
	z-index: 9;
}

aside {
	width: 20%;
	background-color: white;
	float: left;
	height: 700px;
}

#boutons {
	font-family: "Grobold";
}

aside h2 {
	font-family: "Grobold";
	font-size: 15px;
	color: #f48f26;
	padding: 8%;
}

aside p {
	margin: 0 17px;
	color: #C9C9C9;
}

#description h1 {
		font-family: "Grobold";
	font-size: 17px;
	color: #f48f26;
	padding: 20px 0 20px 20px;
}

#boutons li {
	display: block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a9e4f7+0,0fb4e7+100;Ble+3D+%235 */
	background: #a9e4f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #a9e4f7 0%, #0fb4e7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a9e4f7 0%,#0fb4e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */
	padding: 15px 0;
}

#boutons a {
	font-family: "Grobold";
	color: white;
	font-size: 16px;
	text-decoration: none;
	text-shadow: 1px 1px 5px #000000;
	text-transform: uppercase;
	padding: 18px;
}

#boutons a:hover {
	background: url("img/arrow.png") no-repeat left;
}

#boutons li:hover {
	-webkit-box-shadow:inset 0 1px 9px 0 #999999;
	box-shadow:inset 0 0 7px 0 gray;
}

#description {
	float: right;
	width: 80%;
	position: relative;
}

#description p {
	font-size: 13px;
	margin: 0 35px;
	line-height: 23px;
	padding-bottom: 15px;
}

aside strong {
	font-weight: bold;
}

#description strong {
	color: #D67E3A;
}

#description em {
	font-family: "Grobold";
	color: #f48f26;
	letter-spacing: 1px;
}

#mascotte {
	float: right;
	width: 16%;
	margin-right: 30px;
}

#formulaire {
	color: #D67E3A;
}

footer {
	width: 980px;
	margin: auto;
	bottom: 15px;
	-webkit-box-shadow: 0 10px 9px 0 #999999;
	box-shadow: 0 5px 7px -5px gray;
	background-color: white;
}

footer p {
	text-align: right;
	color: gray;
	border: 1px solid #D3D3D3;
	padding: 10px;
	font-size: 11px;
}

#slider {
	width: 100%;
}

#news {
	display: flex;
}

#news h3 {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	color:white;
	font-family: "Grobold";
	text-shadow: 1px 1px 5px #000000;
	padding: 13px;
	border-right: 1px solid gray;
	font-size: 14px;

}

#news p {
	text-transform: uppercase;
	color: gray;
	line-height: 16px;
}

#nouveau {
	background: url("img/cheque.png") no-repeat right;
	height: 220px;
}

#actu {
	width: 484px;
}

#actu h1 {
	padding-top: 70px; 
}

#contact {
	padding-top: 60px;
}

#video {
	width: 300px;
}

.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 650px;
    max-height : 600px; 
    margin: 0;
}