body{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 40px;
	font-weight: normal;
	text-align: center;
}

header{
	height: 100px;
}

footer{
	height: 80px;
	padding-top: 30px;
	text-align: center;
	background-color: #C5C5C5;
	border-top: 2px solid #AAA;
}

nav li{
	list-style-type: none;
	float: left;
}

nav ul{
	margin: 0px;
	padding: 0px;
}

nav{
	width: 100%;
	background-color: #424558;
}

nav a{
	display: inline-block;
	text-decoration: none;
	padding: 20px 30px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
}

.table{
	display: table;
	margin: 0 auto;
}

.menu-ind:hover{
	border-top: 5px solid #4c8;
	background-color: RGBa(64, 200, 130, 0.15);
}

.menu-ide:hover{
	border-top: 5px solid #f1dc4f;
	background-color: RGBa(241, 211, 79, 0.15);
}

.menu-nos:hover{
	border-top: 5px solid #0070bb;
	background-color: RGBa(000, 112, 192, 0.15);
}

.menu-con:hover{
	border-top: 5px solid #e44d26;
	background-color: RGBa(228, 77, 38, 0.15);
}

nav li:hover a{
	padding: 15px 30px 20px 30px;
}

section{
	width: 100%;
	min-height: 550px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.sec{
	margin: 0px 10%;
}

.left{
	float: left;
	width: 30%;
}

.right{
	float: left;
	width: 70%;
}

#notre-idee{
	border-top: 5px solid #f3e241
	background-color:rgba(240, 225, 69, 0.15);
}
.jaune{
	border-top: 5px solid #f3e241
	background-color:rgba(240, 225, 69, 0.15);
}
#accueil{
	border-top: 5px solid #4c8;
	background-color: RGBa(64, 200, 130, 0.15);
}

#restauration{
	border-top: 5px solid #f1dc4f;
	background-color: RGBa(241, 211, 79, 0.15);
}

#saveurs{
	border-top: 5px solid #0070bb;
	background-color: RGBa(000, 112, 192, 0.15);
}

