<!-- Made by Thomas Delapierre -->

/*Fonts*/

@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alluraregular';
    src: url('polices/Allura-Regular-webfont.eot');
    src: url('polices/Allura-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/Allura-Regular-webfont.woff2') format('woff2'),
         url('polices/Allura-Regular-webfont.woff') format('woff'),
         url('polices/Allura-Regular-webfont.ttf') format('truetype'),
         url('polices/Allura-Regular-webfont.svg#alluraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*Header*/

body
{	margin:0;
	max-width:100%;
}

header
{	
	position: fixed;
	top: 0;
	left:0;
	z-index:3;
	width: 100%;
	margin:0;
	padding:0;
	background-color: rgba(0,0,0,0.5);
	border-radius: 5px 5px 5px 0px;
	box-shadow: 3px 3px 2px silver;
	font-family: alluraregular,serifs;
	color: white;
	text-shadow: 1px 1px 1px black;
	
}

header h1
{	
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin: 0;
	padding-left:2%;
	font-size:3em;
	text-align: left;
	
}

header nav
{
    display: inline-block;
	vertical-align: top;
	padding: 0;
	margin-top: 1%;
	width: 77%;
	color: white;
	font-size:1.5em;
	
}

nav ul
{
	list-style-type: none;
	text-align: right;
	margin: 0;
	padding: 0;
	
}

nav li
{
    display: inline-block;
	vertical-align: middle;
	margin-right: 3%;
	padding-top: 1.3%;
	
}

a
{
    font-size: 1.2em;
	text-shadow: 1px 1px 0px black;
	color: white;
    text-decoration: none;
}

p a
{	color: black;
	text-decoration:underline;
	font-style:italic;
}

a:hover
{
    color: violet;
    border-bottom: 2px solid violet;
}


#arrow_prev , #arrow_next
{	position : fixed;
	top: 50%;
	z-index:99;
	
}

#arrow_prev
{	left : 0.5%;
	text-align: left;
}

#arrow_next
{	right: 0.5%;
	text-align: right;
}

/*Section*/


div
{
	display: block;
	max-height:50%;
	margin:0;
	padding:0;
}	

section
{	
	display: block;
	width:87%;
	margin-left: 13%;
}

article
{	display:inline-block;
	vertical-align: middle;
	width:50%;
	text-align: justify;
}

.alone
{	width:75%;
	margin-left: 15%;
	margin-right:10%;
}

article ul
{	display:inline-block;
	vertical-align: top;
}

.photos
{	list-style-type: none;
	padding:0;
}

aside
{	display: inline-block;
	vertical-align: middle;
	width:40%;
	padding:3%;
}

h1
{	text-decoration:underline;
	font-size:1.5em;

}

Strong
{	
	font-family: Cambria,serifs;
	font-size: 1.2em;
}

mark
{	font-family: alluraregular,serifs;
	font-size: 1.6em;
	color:;
	background: none;
}

#intro
{	font-size: 2em;
	text-align: center;

}
.under
{	
	clear: both;
}
/*Pictures*/

p img
{	
	max-width: 100%;
	max-height:300px;

}

aside img
{	
	max-width: 300px;
	max-height:	300px;

}

.about
{	margin-bottom: 10%;}

.activities
{	margin-right:5%;
	margin-left:5%;
}


#background
{
	max-width: 100%;
	max-height:100%;
	margin: 0;
	padding: 0;
	z-index:2;
	border-bottom: 2px solid silver;
	box-shadow: 1px 6px 6px silver;

}

#arrow_down

{	display:block;
	position: relative;
	left:42.5%;
	top:15%;
	z-index:1;
	margin:0;
	padding:0;
	
}

#hosts, #history
{
    float: left;
	margin-right: 2%;
}

/*Footer*/

footer
{	
	display: block;
	width: 100%;
	text-align: center;
	margin:0;
	padding:0;
	background-color: silver
}