* { box-sizing:border-box; }

body {

	background:url(../images/mainbg.png);
	background-repeat:repeat;
}

header {

	position:absolute;
	top:0;
	left:18%;
	height:20%;
	width:64%;
	border:1px solid darkred;
	border-top:none;
	background:url(../images/headerbg.png);
	background-size:cover;
}

/* 16% de 9 = 1,44
   64% de 16 = 10,24
   r(l/h) = 7,111 */  

#menu {

	position:absolute;
	top:20%;
	left:18%;
	width:12%;
	height:70%;
	background-image:url(../images/menubg.png);
	background-repeat:no-repeat;
	background-size:cover;
	border:1px solid darkred;
}

#corps {

	position:absolute;
	top:20%;
	left:30%;
	width:52%;
	height:70%;
	background-color:#eee;
	border:1px solid grey;
	overflow-y:scroll;
	padding:3%;
	text-align:justify;
	font-family:Verdana;
}

#corps h2 {

	color:rgb(210, 140, 60);
	text-transform:uppercase;
	text-indent:7%;
	margin-bottom:30px;
}

footer {

	position:absolute;
	top:90%;
	left:18%;
	height:9.9%;
	width:64%;
	background-color:#222;
	border:1px solid grey;
	border-bottom:none;
}

footer nav {

	position:relative;
	margin:auto;
	text-align:center;
	font-family:Helvetica;	
	font-size:0.7em;
	top:25%;
	color:#333;
}

footer nav span {

	color:rgb(80,80,80);
	letter-spacing:2px;
	padding-left:5px;
	padding-right:5px;
}

footer nav p span:hover {

	color:red;
}

footer nav p span:active {

	color:rgb(255, 185, 91);
}

footer nav p span {

	cursor:pointer;
}

#menu nav {

	font-family:Calibri;
	padding-right:4%;
}

#menu nav ul {

	margin-top:6%;
	margin-left:0px;
	padding-left:2%;
	padding-right:1%;
}

#menu nav li { 

	list-style-type:none;
	margin-bottom:5%;
	margin-left:0px;
}

.menuButton {
	box-shadow:inset 2px 0px 2px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	border-radius:9px;
	text-indent:0px;
	border:1px solid darkred;
	display:inline-block;
	color:rgb(255, 185, 91);
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	width:100%;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
}

.menuButton:disabled, .menuActive {

	color:#111;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cb0700), color-stop(1, #9b0000) );
	background:-moz-linear-gradient( center top, #cb0700 5%, #9b0000100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb0700', endColorstr='#9b0000');
}

.menuButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}

.menuButton:active {
	position:relative;
	top:1px;
}

#localisation {

	text-align:center;
	font-family:Calibri, Serif;
	margin:0;
	font-size:1.2em;
	margin-top:2%;
}

#tableauCours {

	width:100%;
	text-align:center;
	margin-bottom:5%;
}

#tableauCours tr td a {

	text-decoration:none;
}

#tableauCours tr td a:hover {

	color:red;
	text-decoration:underline;
}

#tableauCours tr td a:active {

	color:orange;
}

#tableauCours tr td a:visited { 

	color:blue;
	
}

.margeImg {

	position:absolute;
	top:0;
	right:0;
	width:18%;
	opacity:0.6;
	border-bottom:1px solid black;
}