body {

	background-image: url(fd-page.jpg);

	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

	font-size:12px;

	margin: 0 0 0 0;

	padding: 0 0 0 0;

	text-align:center;

	line-height:1.5em;

	}



#header {

	background: url(fd-header.png) top repeat-x;

	height: 180px;

	width:100%;

}



#menu {

	height:30px;

	color:white;

	width:1200px;

	padding-top:10px;

	margin:0 auto;

	text-align:left;

	}



#menu a, a:active, a:visited {

	color:white;

	text-decoration: none;

}



#menu a:hover {

	color:#29a9b7;

}



#menu ul, #menu li {

	list-style: none;

	margin-top:0px;

	display:inline;

	margin-right:30px;

	font-size:15px;

}



#logo {

	margin-top:45px;

	text-align:center;

	width:100%;

}



#cont-langues {

	width:1200px;

	margin:0 auto;

	text-align:right

}



#langues {

	float:right;

	margin-top:-70px;

	

}



#page {

	width:1200px;

	margin:0 auto;

	min-height: 600px;

	background-color: white;

	padding:10px;

	text-align:left;

}



h1 {

	color:#29a9b7;

	font-size:24px;

	padding:15px;

	font-weight:normal;

	margin-left:20px;

}



h2 {

	color:#29a9b7;

	font-size:18px;

	padding:10px;

	font-weight:normal;

	margin-left:70px;

}



#footer {

	width:300px;

	margin:0 auto;

	font-size:11px;

	color:#29a9b7;

	padding:5px;

}

p {

	margin-left:20px;

	margin-right:20px;

	line-height:1.5em;

}

a, a:visited, a:active {
	text-decoration : none;
	color:#29a9b7;
}

a:hover {
	color:black;
}

/*style du sous-menu sur la page cvthèque*/
nav > ul {
	margin: 0px;
	padding: 0px;
}

nav > ul > li {
	float: left;
	position: relative;
}

nav li {
	list-style-type: none;
}

.submenu {
	display: none;
}

nav {
	width: 100%;
	background-color: #29a9b7;
}

nav > ul::after {
	content:"";
	display: block;
	clear: both;
}

nav a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
}

nav > ul > li > a {
	padding: 20px 30px;
	color: #FFF !important;
}

.submenu {
	display: none;
}

nav li:hover .submenu {
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 0px;
	z-index: 99000;
}

.submenu li {
	border-bottom : 1px solid #77D2DB;
	background-color: #FFF;
}

.submenu li a {
	padding: 15px 30px;
	color: #29a9b7;
	width: 170px;
}

.menucv:hover {
	border-top: 5px solid #29a9b7;
	background-color: #77D2DB;
}

nav > ul >li:hover a {
	padding: 15px 30px 20px 30px;
}

.menucv .submenu li:hover a {
	font-size: 15px;
}


/*style des img sur chaque cv*/
#photo-cv {
	float: left;
	height: 200px;
	margin: 5px;
}

.logo-cv {
	float: right;
	height: 120px;
	margin: 5px;
	margin-top: 25px;
	
}

.logo-long {
	float: right;
	height: 55px;
	margin: 5px;
	margin-top: 0;
	
}

/*style page news/actus
/!\ les img-news doivent être qualibrées en 600px max x 350px max*/
.div-img-actu {
	width: 450px;
	height: 250px;
	float: left;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
	
}

.img-actu {
	height: 200px;
	margin: auto;
}

.desc-actu {
	float: right;
	width: 700px;
	height: 290px;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
	text-align: justify;
}

.button-set {
	clear: left;
	float: left;
	width: 450px;
	margin-left: 28px;

}