body{
	margin: 0;
 	padding: 0; 
  	width: 100%;
  	height: 100%;
  	background-color: white;
  	font-family: Arial, sans-serif;

}
.contenu{
	width: 75% ;
	float: right;
}
.contenu p {
	padding-left: 10px;
	text-align: justify;
	font-size: 30px;

}
.contenu h1{
	font-size: 37px;
	padding-left: 10px;
	text-decoration: underline;
	text-align: center;
	
}
.contenu h2{
	font-size: 35px;
	padding-left: 10px;
	text-decoration: underline;
	
}
.contenu h3{
	font-size: 32px;
	padding-left: 10px;
	text-decoration: underline;
	color: red;
}

.gras{
	font-weight: bold;
}
.ba{
	color: red;
	text-decoration: underline;
	text-decoration-color: black;
}
.red{
	color: red;
}
section ul li {
	margin-bottom: 20px;
	font-size: 30px;
}
section .logo{
	max-width: 100px;
	padding-left: 30px;
	display: inline-block;
}
section aside{
	width: 25%;
	height: 150vh;
	background-color: black;
	color: white;
	float: left;
	left: 0;
	top: 0;
	position: fixed;
}
section aside .tete{
	max-width: 50%;
	padding-left: 115px;
	padding-top: 35px;
}
section aside .info{
	max-width: 30px;
	border-left: 10px;
	display: inline-block;
}
section aside a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 24px;
	height: 90px;
	

}
section aside a:hover {
	background-color: darkgrey;
}
section aside p {
	padding-left: 10px;
	display: inline-block;
	text-align: center;
}
section aside h3{
	padding-left: 10px;
	text-decoration: underline;
	text-align: center;
}
.gene{
	max-width: 320px;

}
.contenu a{
	text-decoration: none;
	font-weight: bold;
}
.contenu a:hover{
	color: gray;
	font-weight: bold;
}
.contenu a:visited{
	color:black;
	text-decoration: none;
	font-weight: bold;
}