/* Définition des polices personnalisées */

@font-face
{
    font-family: 'haiku';
	src: url('polices/haiku.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'p3';
    src: url('polices/police3.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'p4';
    src: url('polices/police4.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Eléments principaux de la page */

body
{
    background: url('images/pap3.jpg');
    font-family: 'p4', sans-serif;
    color: black;
	font-size: 175%;
    background-size: cover;
}

#bloc_page
{
    
    margin: auto;
}

section h1, footer h1, nav a
{
    
    font-weight: normal;
	
}

/* Header */

header
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#titre_principal
{
    display: flex;
    
}



#logo_img
{
    width: 90px;
    height: 90px;
	background: url('images/logo.png');
    background-size: cover;
	position: relative;
	
}

h3
{
    
	font-size: 100%;
	margin-left: 40px;
	}
	
header h1
{
    
    font-size: 2em;
    font-weight: normal;
}

header h2
{
    
    font-size: 1.1em;
    margin-top: -70px;
    font-weight: normal;
}

/* Navigation */

nav ul
{
    list-style-type: none;
    display: flex;
}

nav li
{
    margin-right: 15px;
	margin-bottom: -55px
}
a
{
    font-size: 1em;
    color: black;
    padding-bottom: 3px;
    text-decoration: none;
}
nav a
{
    font-size: 1em;
    color: black;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    border-bottom: 3px solid #000000;
}

/* Bannière */

#banniere_image
{
    margin-top: 20px;
    height: 200px;
    background: url('images/ban.jpg') repeat-x;
    position: relative;
    background-size: cover;
}

#banniere_description
{
    vertical-align: bottom;
    position: absolute;
}
    


/* Corps */
h4
{
    
	font-size: 80%;
	margin-left: 40px;
	margin-left: 20px
	}


section
{
    display: flex;
    margin-bottom: 20px;
}

article, aside
{
    text-align: justify;
}

mac img
{
	margin-left: 100px
}

article
{
    margin-right: 20px;
    flex: 3;
}



article p
{
    font-size: 0.8em;
}

aside
{
    flex: 1.2;
    background-color: #706b64;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.1em;
}



/* Footer */

footer
{
    display: flex;
    padding-top: 25px;
	text-align: center;
	margin: auto;
}

footer p, footer ul
{
    font-size: 0.8em;
	text-align: center;
}

footer h1
{
    font-size: 1.1em;
	text-align: center;
}



