@media screen and (max-width: 1360px) {
	#headerpics{
		display: none;
	}
}

@media screen and (max-width: 1250px) {
	#logo{
		height: 150px;
	}
}

@media screen and (max-width: 1000px) {
	nav{
		display: none;
	}

	#onglets{
		display: block !important;
	}

	section{
	top: 285px !important;
	left: 0 !important;
	}

	#welcome{
		width: 100%;
		padding: 10px 0 !important;
		border-radius: 0 !important;
	}

	span{
		margin-left: 3%;
	}
}

@media screen and (max-width: 600px) {
	#logo{
		margin-left: 0 !important;
	}

	header{
		height: 160px !important;
	}

	section{
		top: 485px !important;
	}

	#onglets{
		top: 160px !important;
	}

	.onglet, .ongletactif{
		font-size: 100% !important;
		width: 100% !important;
		margin: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-bottom: 1px solid black;
		box-shadow: 0 0 6px black inset;
	}

	.onglet:hover, .ongletactif:hover{
		padding-top: 15px !important;
		text-decoration: none !important;
	}

	.onglet:active, .ongletactif:active{
		box-shadow: 0 0 6px 3px black inset;
	}

	#welcome{
		display: none;
	}

	.narrowsection{
		width: 99% !important;
		margin-top: 1%;
	}

}

@media screen and (max-width: 400px) {
	#logo{
		height: 120px
	}

}

body{
	background-image: url(img/background.jpg);
	background-attachment: fixed;
}

header{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 200px;
	background: linear-gradient( #ffffff, #c8c8c8);
	border-bottom: 1px solid black;
	box-shadow: 0 0 6px black;
}

nav{
	background-image: url(img/bottle.png);
	min-height: 1000px;
	width: 225px;
	position: absolute;
	left: 0;
}

#logo{
	display: block;
	float: left;
	margin-left: 160px;
}

#sidebar{
	margin-top: 350px;
	height: 600px;
	width: 225px;
}

.bouton{
	display: block;
	background-color: #2f0007;
	background: linear-gradient( to left, #000000, #2f0007);
	height: 40px;
	width: 225px;
	margin-top: 10px;
	padding-top: 15px;
	text-align: center;
	font-family: Times, Trebuchet, Arial, Serif;
	font-size: 150%;
	color: #fff;
	text-decoration: none;
	transition: 0.1s linear;
}

.bouton:hover{
	text-shadow: 0 0 6px white;
	background: linear-gradient( to left, #2f0007, #2f0007);
	padding-left: 10px;
	width: 215px;
	transition: 0.1s linear;
}

.bouton:active{
	box-shadow: 0 0 6px 3px black inset;
	color: black;
	transition: 0s linear;
}

.boutonactif{
	display: block;
	background-color: #2f0007;
	background: linear-gradient( to left, #2f0007, #2f0007);
	padding-left: 10px;
	width: 215px;
	height: 40px;
	margin-top: 10px;
	padding-top: 15px;
	text-align: center;
	font-family: Times, Trebuchet, Arial, Serif;
	font-size: 150%;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 6px white;
	transition: 0.1s linear;
}

#onglets{
	display: none;
	height: 40px;
	width: 100%;
	position: absolute;
	top: 200px;
	left: 0;
}

.onglet, .ongletactif{
	display: block;
	height: 40px;
	width: 18.7%;
	margin-left: 1%;
	padding-top: 15px;
	float: left;
	background: linear-gradient( #c8c8c8, #c8c8c8);
	font-family: Trebuchet, Arial, Serif;
	font-weight: bold;
	font-size: 1.8vw;
	text-align:center;
	color: black;
	box-shadow: 0 6px 6px black;
	text-decoration: none;
	transition: 0.1s linear;
}

.ongletactif{
	background: linear-gradient( #c8c8c8, #ffffff);
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.onglet:hover, .ongletactif:hover{
	text-decoration: underline;
	padding-top: 20px;
	transition: 0.05s linear;
}

.onglet:active, .ongletactif:active{
	font-size: 1.6vw;
}

#welcome{
	float: right;
	padding: 10px;
	border-bottom-left-radius: 20px;
	background-color: #c8c8c8;
	font-family: Trebuchet, Arial, Serif;
	box-shadow: 0 0 6px black;
}

section{
	position: absolute;
	top: 210px;
	left: 235px;
}

form{
	font-family: Trebuchet, Arial, Serif;
	font-size: 90%;
}

.narrowsection{
	float: left;
	width: 49%;
	margin-right: 1%;
}

.narrowsectionform{
	float: left;
	width: 49%;
	margin-right: 1%;
}

.widesection{
	float: left;
	width: 99%;
	margin-right: 1%;
	margin-top: 1%;
}

.sectiontitle{
	border: 1px solid black;
	padding: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: linear-gradient(#2f0007, #140003);
	text-shadow: 0 0 6px white;
	color: white;
	font-size: 110%
}

.sectioncontent{
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: linear-gradient( #ffffff, #c8c8c8);
	font-size: 105%;
}

.illustration{
	float: right;
	width: 35%;
	border-bottom-left-radius: 5px;
	box-shadow: 0 0 6px black;
	margin: -10px -10px 10px 10px;
}

#headerpics{
	height: 60%;
	margin: 60px 10px 0 0;
	position: relative;
}

.headerpic{
	float: right;
	height: 100%;
	margin: 0 10px;
	box-shadow: 0 0 6px black;
}

.clear{
	clear: both;
}