@charset "UTF-8";
#wrapper {
	
    width: 1350px;
	border-style: solid;
	border-color: #95864A;
	background-color: #D1C59C;
	margin-left: auto;
	margin-right: auto;
	background-image: url(image/image1.jpg);
	background-repeat: no-repeat;
	
	
}
#header {
	text-align: center;
	color: #FFFF00;
	width: 600px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: -51px;
}
body {
	background-color: #000000;
}
#menu {
	width: 217px;
	border: thick double #B0C4DE;
	margin-left: 2%;
	margin-top: 12%;
	margin-bottom: 1%;
	
}
#menu ul {
	width: auto;
	color: #FCFCFC;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
}
#menu h3 {
	text-align: center;
	color: #7DBFD6;
	background-color: #000000;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}
#cours {
	width: 61%;
	color: #FBFBFB;
	border: thick double #FCFCFC;
	margin-left: 35%;
	margin-top: -22%;
	padding-left: 10px;
}
#video1 {
	width: 23%;
	margin-left: 50%;
	margin-top: 6%;
	position: relative;
	border: 15px groove #D2B48C;
}
#video1 video {
	width: 100%;
}
footer {
	color: #FCFCFC;
	margin-top: 250px;
	margin-left: 10px;
	color:orangered;
}
a   {
	color: #F9F9F9;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #E6E245;
	text-decoration: underline;
}
a:focus {
	background-color: white;
}
a:visited {
	color:blue;
}
