@charset "utf-8";/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	width: 360px;
	font-size: 16px;
	margin-top: 20px;
}
#container {
	text-align: center;
}
a  {
	color: #000;
	margin: 10px;
	padding: 10px;
	text-decoration: none;
	font-size: 18px;
	
}
#methode {
	background-color: #97C268;
	color: #000;
	margin: 10px;
	padding: 10px;
	text-decoration: none;
	font-size: 18px;
}
#team {
	background-color: #97C268;
	color: #000;
	margin: 10px;
	padding: 10px;
	text-decoration: none;
	font-size: 18px;
}
#liens {
	background-color: #97C268;
	color: #000;
	margin: 10px;
	padding: 10px;
	text-decoration: none;
	font-size: 18px;
}
#crédits {
	background-color: #97C268;
	color: #000;
	margin: 10px;
	padding: 10px;
	text-decoration: none;
	font-size: 18px;
}




/* ---navigation---*/
nav {
	font-size: 1.143em;
	height: 0px;
	line-height: 30px;
	
	width: 290px;
	text-align: center;
	-ms-transform: skew(0deg, -15deg);/* VARIABLE : rotation du contenu  */
	-moz-transform: skew(0deg, -15deg);
	-o-transform: skew(0deg, -15deg);
	-webkit-transform: skew(0deg, -15deg); /* VARIABLE : Cet élément permet de positionner la sidebar en fonction de l'écran  */
}

nav ul {
	list-style: none;
	width: 290px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}

nav li {
	display: inline;
	margin: 0;
}
nav a:link, #banner nav a:visited {
	background-color: #97C268;
	color: #fff;
	display: inline-block;
	height: 30px;
	text-decoration: none;
	margin: 5px;
	padding-top: 5px;
	padding-right: 1.5em;
	padding-bottom: 5px;
	padding-left: 1.5em;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	
}
nav a:hover, nav a:active,
nav .active a:link, nav .active a:visited {
	background: #fff;
	color: #333;
	margin: 5px;
	text-shadow: none !important;
}
/*---fin navigation---*/

#container a img {
	margin-bottom: -6px;
	display: inline-block;
	padding-bottom: -6px;
}
.titreNiveau2 {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #98C26D;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
}
.titreNiveau2 a {
	color: #000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: -30px;
}
.titreNiveau2 p {
	font-size: 16px;
	color: #000;
	text-align: justify;
	margin-left: 0px;
	margin-right: 0px;
}
.titreNiveau2 h6 {
	color: #98C264;
	font-size: 20px;
}
