@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../img/BG_body.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.SlideContainer {
	background-repeat: no-repeat;
	background-position: right top;
	width: 800px;
	margin-left: calc(50% - 400px);
	padding-right: 306px;
	position: relative;
}
.titleh2  {
	color: #6d7f30;
	}
.titleh1  {
	color: #606060;
	}
.ligne  {
	color: #606060;
	}
	
#container {
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.Title a:hover {
	text-decoration: underline;
}
#container article {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#container   article   h2  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container  article  h1 {
	font-family: Roboto, sans-serif;
	font-size: 1.6em;
	margin-bottom: 16px;
	font-weight: 500;
	letter-spacing: 2px;
}
#container article p {
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: 300;
	text-align: justify;
}
#container  article .aside {
	float: right;
	width: 320px;
	padding-top: 48px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fbf7f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container  article  .aside ul {
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 32px;
	margin-left: 0px;
}
#container  article  .aside li {
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 8px;
	padding-left: 32px;
	min-height: 24px;
	list-style-type: none;
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #606060;
}
#container  article .main {
	width: calc(100% - 385px);
	padding-right: 32px;
}

.IcoSocial {
	margin-right: 8px;
	opacity: 0.8;
}
.IcoSocial:hover {
	opacity: 1;
}
