@font-face {
	font-family: 'Times New Roman';
	src: url('../Times_New_Roman.ttf')format('truetype');
}

@font-face {
	font-family: 'Open Sans Regular';
	src: url('../OpenSans-Regular.ttf')format('truetype');
}

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans Regular', verdana, sans-serif;
	background: url(fond4.jpg);
	background-attachment: fixed;
	font-size: 100%;
}

#page {
	text-align:center;
	margin-left: 15%; 
	margin-right: 15%; 
	margin-top: 80px;
   	font-size: 1.1em;
	}
h2 {
	font-family: 'Playfair Display SC bold', 'Times New Roman', serif;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0;
}

a:link {
	color: black;
	text-decoration: none;
}

.espacebas2 {
	margin-bottom: 8em;
}
/*
* 
*
*
*
*/
@media screen and (max-width: 980px) {

#page {
	text-align:center;
	line-height:1.2em;
	margin-left: 10%; 
	margin-right: 10%; 
	margin-top: 3em;
   	font-size: 1em;
	}
h2 {
	font-family: 'Playfair Display SC bold', 'Times New Roman', serif;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
}
