
@font-face {
	font-family: 'pt_sans_narrowregular';
	src: url('../polices/PT-sans/PTN57F-webfont.eot');
	src: url('../polices/PT-sans/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
		url('../polices/PT-sans/PTN57F-webfont.woff') format('woff'),
		url('../polices/PT-sans/PTN57F-webfont.ttf') format('truetype'),
		url('../polices/PT-sans/PTN57F-webfont.svg#pt_sans_narrowregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'pt_sansregular';
	src: url('../polices/PT-sans/PTS55F-webfont.eot');
	src: url('../polices/PT-sans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
		url('../polices/PT-sans/PTS55F-webfont.woff') format('woff'),
		url('../polices/PT-sans/PTS55F-webfont.ttf') format('truetype'),
		url('../polices/PT-sans/PTS55F-webfont.svg#pt_sansregular') format('svg');
		font-weight: normal;
		font-style: normal;
}

/* Eléments principaux de la page */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'pt_sansregular', Arial, Helvetica, 'Helvetica Neue', sans-serif;
	display: table;
	width: 100%;
}

.grid {
	display: table;
	top: 0;
	bottom: 0;
	height: 100%;
	width:100%;
}

header {
	display: table-row;
	width: 100%;
}

header .entete {
	min-width: 905px;
}

#no_javascript {
	padding: 20px;
	background-color: rgb(200, 100, 50);
	font-size: 1.5em;
	color: rgb(20, 20, 20);
	position: fixed;
}

section {
	padding: 0 12% 30px 12%;
	font-size: 1.2em;
	color: rgb(45, 45, 45);
}

section p {
	text-align: justify;
}

section a:visited {
	color: rgb(40, 40, 110);
}

section a:hover {
	color: rgb(150, 150, 150);
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: rgb(88, 88, 88);
	font-family: 'pt_sans_narrowregular', Helvetica, 'Helvetica Neue', sans-serif;
}

strong {
	font-weight: normal;
}

a {
	font-style: italic;
}

span a, figure a, a img {
	border: none;
}

a:focus {
	outline: 0;
} 

.inter_page img {
	width: 100%;
	margin-bottom: -5px;
	background-size: cover;
}

.vide {
	display: none;
}

.italic {
	font-style: italic;
}

/* LOGO ENTETE */
.logo_entete {
	display: inline-block;
	width: 450px;
	padding: 100px 0 30px;
	margin: 0 -50px 0 10%;
	font-family: 'pt_sans_narrowregular';
}

.logo_entete a {
	font-style: normal;
	text-decoration: none; 
}

.titre_entete a {
	font-style: normal;
	text-decoration: none;
}

.titre_entete {
	display: inline-block;
	padding-left: 10px;
	margin-bottom: 20px;
	font-size: 2.3em;
	font-family: 'pt_sans_narrowregular', Helvetica, 'Helvetica Neue', sans-serif;
}

#l {
	font-size: 9.5em;
}

#s {
	position: relative;
	bottom: 55px;
	font-size: 4.5em;
}

#ousle {
	position: relative;
	bottom: 55px;
	font-size: 3em;
}

#v {
	position: relative;
	right: 3px;
	bottom: 55px;
	font-size: 4.5em;
}

#ent {
	position: relative;
	right: 6px;
	bottom: 55px;
	font-size: 3em;
}

#uberon {
	position: relative;
	right: 225px;
	font-size: 3em;
}

/* MENU */
nav {
	display: table-header-group;
}

nav a {
	font-style: normal;
	text-decoration: none; 
}

.menu {
	top: 0;
	bottom: 0;
	position: fixed;
	right: -170px;
	overflow: hidden;
	width: 260px;
}

.menu p {
	float: left;
	width: 45px;
	padding: 0 5px 0 10px;
	font-family: 'pt_sans_narrowregular';
	font-size: 1.3em;
	color: rgb(100,100,100);
}

.menu p:hover {
	color: rgb(45, 45, 45);
	cursor: pointer;
}

.bouton_menu {
	float: left;
	width: 30px;
	height: 57px;
	background: url('../images/fleche_menu.svg') no-repeat;
}

#bordure_menu {
	float: left;
	background-color: rgba(45, 45, 45, .8);
	width: 120px;
	height: 100%;
	padding: 25px;
	padding-top: 20%;
	/*padding-top: 90%;*/
}

#bordure_menu ul {
	list-style-type: none;
	padding-left: 0;
}

#bordure_menu ul li {
	padding: 0 0 20px 8px;
}

#bordure_menu ul li a {
	text-decoration: none;
	font-size: 1em;
}

#visu_menu {
	position: relative;
	bottom: 43px;
	right: 8px;
}

/* FOOTER */
footer {
	display: table-row;
	height: 250px;
	background-color: rgba(45, 45, 45, 1);
}

#footer {
	text-align: center;
}

footer a {
	font-size: .95em;
	color: rgb(128, 128, 128);
	text-decoration: none;
}

footer a:hover {
	color: rgb(180, 180, 180);
}

footer figure {
	display: inline-block;
	margin: 60px 3% 0 3%;
	border: none;
}

footer figure a {
	font-style: normal;
}

footer p {
	font-size: .8em;
	font-style: italic;
	color: rgb(85, 85, 85);
	margin-top: 30px;
}
