/*-------------------------------*/
/*----   STRUCTURE DU SITE   ----*/
/*-------------------------------*/
body {
	background-image: url('../images/fond-repeat.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #dfe5c5;
	width: 100%;
}

#body {
	width: 1200px;
	margin: auto;
}

.required {
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	color: white;
	display: inline;
	background-color: rgb(132, 125, 125);
}

/* ---- Header ----*/
header#header {
	width: 100%;
	height: 220px;
	margin-bottom: 32px;
	position: relative;
}

header#header img.logo {
	position: absolute;
	top: 0;
	left: 0;
}

header#header a.unlock {
	width: 64px;
	height: 64px;
	float: right;
	background-image: url('../images/unlock.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

header#header a.unlock:hover {
	background-position: 0 -64px;
}

p.enteteCentre {
	position: absolute;
	top: 124px;
	right: 0;
	color: #666;
	font-size: 22px;
	font-style: italic;
}

.pointer {
	cursor: pointer;
}

a.menuMobile {
	display: none;
}

nav#menuPrincipal {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1200px;
	height: 50px;
}

nav#menuPrincipal ul {
	height: 50px;
}

nav#menuPrincipal ul li {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	position: relative;
}

nav#menuPrincipal ul li:hover {
	background-color: #86934b;
}

nav#menuPrincipal ul li a,
nav#menuPrincipal ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 0 14px;
}

nav#menuPrincipal ul li a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

nav#menuPrincipal ul li a:focus {
	outline: 0;
}

nav#menuPrincipal>ul>li ul {
	position: absolute;
	top: 44px;
	left: 0px;
	z-index: 40;
	display: none;
	width: 200px;
	background-color: #889448;
}

nav#menuPrincipal ul>li:hover ul {
	display: block;
}

nav#menuPrincipal ul li ul li {
	position: relative;
	background-color: #889448;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #fff;
	text-align: left;
	width: 250px;
}

nav#menuPrincipal ul li ul li a,
nav#menuPrincipal ul li ul li a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	position: relative;
	z-index: 2;
	text-align: left;
	padding-left: 8px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	color: #ffffff;
}

nav#menuPrincipal ul li ul li a:hover {
	color: #4d4d4d;
	text-decoration: none;
	font-weight: normal;
	background-color: #ffffff;
}

nav#menuPrincipal ul li ul li a:focus {
	outline: 0;
}


/* ---- Section, Aside ----*/
section.content {}

section.content article {
	background-color: #fff;
	min-height: 150px;
	padding: 15px;
	margin-bottom: 30px;
}

.col2 {
	float: left;
}

div.col2 {
	width: calc(50% - 15px);
}

article.col2 {
	width: calc(50% - 45px);
}

.col2.no1 {
	margin-right: 30px;
}


.col3 {
	float: left;
}

div.col3 {
	width: calc(33% - 17px);
}

article.col3 {
	width: calc(33% - 46px);
}

.col3.no1,
.col3.no2 {
	margin-right: 30px;
}

.col4 {
	float: left;
}

div.col4 {
	width: calc(25% - 23px);
}

article.col4 {
	width: calc(25% - 45px);
}

.col4.no1,
.col4.no2,
.col4.no3 {
	margin-right: 30px;
}



.col6 {
	width: 170px;
	float: left;
	margin-right: 30px;
}

figure.col6 img,
.col6 img.figure {
	width: 170px;
}

.col6.no6 {
	margin-right: 0;
}



/* ---- Footer ----*/
footer#footer {
	width: 100%;
	height: 35px;
}

footer#footer p {
	text-align: center;
}