@charset"utf-8";

head{
	display: none;
}

body {
	background-image: url(../images/fondweb2.jpg);
	background-size: cover;
	margin: 0;
	width: 100%;
	height: 100%; /* Adapte l'image de fond à la taille de l'écran */
	background-repeat: no-repeat;
}

#wrapper {
	width: 1024px;
	background-color : rgba(255, 255, 255, 0.5);
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
} /* marges externes */

header #nom {
	height: 90px;
    border-left: #A9BF5D solid 20px;
    padding-top: 10px;
}

header #facebook {
	float: right;
	margin-right: 10px;
	margin-top: -30px;
}

header #google {
	float: right;
	margin-right: 10px;
	margin-top: -30px;
}

header #gdf {
	float: right;
	margin-right: 10px;
	margin-top: -35px;
}

nav {
	margin-top: 3px;
	width: 1024px;
	height: 600px;
	background-repeat: no-repeat;
	display: block;
}

#menuhorizontal {
	padding-top: 20px;
}

#menuhorizontal ul {
	margin: 0; /*Enlève les marges internes*/
	padding: 0; /*Enlève les marges externes*/
	list-style: none; /*Enlève la puce*/
	background-color: rgba(23,24,20,0.8);
	height: 40px;
	text-align: right;
}

#menuhorizontal li {
	display: inline; /*Créer horizontalité du menu*/
}

#menuhorizontal a {
	text-decoration: none; /*Enlève le soulignement*/
	color: #FFF;
	padding: 5px;
	font-size: 18px;
	width: 180px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}

#menuhorizontal a:hover {
	border-bottom: #A9BF5D solid 5px;
}

aside {
	margin-bottom: 10px;
	margin-top: -540px;
	height: 650px;
	width: 252px;
	background-color: rgba(23,24,20,0.6);
	display: block;
	float: left;
}

aside p {
	color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	margin-top: -30px;
	font-family: monospace;
	font-size: 14px;
}

aside h1 {
	color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 30px;
	font-family: monospace;
	font-style: bold;
	font-size: 16px;
}

aside p .distance{
	text-align: justify;
}

section {
	width: 700px;
	margin-top: -520px;
	float: right;
	font-family: monospace;
}

section p {
	font-family: monospace;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: #A9BF5D;
	margin-top: 1px;
	width: 210px;
}

section a {
	text-decoration: none;
	font-size: 14px;
	font-family: monospace, sans-serif;
	color: #000000;
	display: block;
	width: 210px;
	height: 250px;
	background: ;
	text-align: center;
}

section a:hover {
	opacity: 0.8;
	font-weight: bold;
}

section li {
	display: inline-block;
	margin-bottom: 20px;
}

footer {
	border-top: rgba(23,24,20,1) solid 1px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

footer p {
	color: #000;
	vertical-align: center;
	text-align: right;
	border-right: #A9BF5D solid 15px;
}

.clear {
	clear:both;
} /* correction des blocs flottants */