html{
	background-color:#c6e1ff;
}
body{
	padding:5px;
	background-color:white;
	margin:auto;
	width:1200px;
	font-family : Verdana, Arial, sans-serif;
	box-shadow: 0px 0px 10px grey;
	position:relative;
}
a{
	text-decoration: none;
}

/***************************************************************/

header{
	position:absolute;
	right:40px;
	width:810px;
	text-align:center;
	margin:10px;
	margin-top:-14px;
	border-bottom:1px solid black;
	padding-bottom:14px;
}
header img{
	width:200px;
	margin:20px;
}
header h1{
	display:inline-block;
	font-size:40px;
	position:relative;
	top:-105px;
}
header h2{
	margin-top:-106px;
	font-size:25px;
}

/***************************************************************/

nav{
	padding-top:35x;
	width:290px;
	display:inline-block;
	border-right: 1px solid black;
}
#actu{
	overflow:auto;
	margin:10px;
	margin-top:0px;
	padding:5px;
}
nav ul{
	list-style-type: none;
	padding:5px;
	margin-bottom:-10px;
	overflow:auto;
}
nav ul li{
	margin:5px;
	border: 1px solid black;
	padding:4px;
	background-color:#ffb46b;
}
nav ul li:hover{
	background-color:#e49347;
}
nav ul li ul{
	display:none;
	margin-left:25px;
}
nav ul li ul li{
	width : 200px;
}
nav ul li ul .sousMenu{
	width : 211px;
}
nav ul li ul li ul li{
	width : 152px;
}
a li{
	padding-left:15px !important;
}
nav a{
	color: black;
}
.sousMenu{
	background-image : url("Ressources/Images/puceFerme.png");
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 14px 6px;
	cursor: pointer;
}
.sousMenuTitre{
	margin-left:37px;
}

/***************************************************************/

.mainSection{
	width:820px;
	float:right;
	text-align:center;
	margin-top:180px;
	padding-right:30px;
	padding-left:30px;
	margin-right:10px;
	
}

.mainSection h2{
	font-size:30px;
}

.mainSection p{
	font-size:20px;
}

/***************************************************************/

footer {
	float:right;
	width:100%;
	text-align:center;
	padding-top:10px;
	border-top : 1px solid black;
}