
html{
margin-left: 5%;
margin-right: 5%;
background-color: #FFFFFF;
}

body {
	margin-right: 10%;
}

h1 {
	margin-top : 50px;
	text-align: center;
	position : none;
	background-color: red;
}
h2 {
	text-align : center;
	background-color: red;	
	margin-left: ;
	margin-right: ;
}
h3 {
	text-align : center;
	background-color:red;
}

a { /* tous les liens du document */
	color: brown;
	text-decoration: none;
	cursor : pointer;
}

nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 10%;
    background-color: #FFFFFF;
    position: fixed;
    overflow: auto;
	right: 3%;
	top : 25%;
}
li  a{
    display: block;
    color: #000;
    padding: 8px 0px 8px 16px;
    text-decoration: none;
}
li a.active {
    background-color: red;
    color: white;
}
li a:hover:not(.active) {
    background-color: #555;
    color: white;
}

p{
	text-align : left;
}
div.sous_partie{	
	margin-left: 5%;
	margin-right: 5%;
}

#content {
	text-align : center;
	margin-left: 5%;
	margin-right: 5%;
	
}

img{
	
}
img.description{
	padding : 15px;
	text-align : center;
}
img.sals{
	cursor : pointer;
	float: right;
	width: 200px;
	height: 160px;
}
img.titre{
	
}
img.présentation{
	float : right;
	width : 30%;
	height : 25%;
}
img.icone{
	width: 32px;
	height: 32px;
}
img.index{
	width : 100%;
	height : 100%;
}

img.sem{
	float : center;
	width : 25%;
}