
/* Eléments principaux de la page */


#bloc_page

{

    width: 900px;

    margin: auto;

}





/* Header */
header
{
    background: url('images/separateur.png') repeat-x bottom;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
#langue
{
	display: flex;
	flex-direction: column-reverse;
}
#titre_principal
{
    display: flex;
    flex-direction: column;
}
#figures_titre
{
	display: flex;
	flex_direction:column;
}



#logo
{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

#logo img
{
    width: 59px;
    height: 60px;
}

header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    color: rgb(100,100,100);
    font-weight: normal;
    margin: 0 0 0 10px;
}

header h2
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}
/* Navigation */


nav ul

{

    list-style-type: none;

    display: flex;

}


nav li

{

    margin-right: 15px;

}

nav
{
	border: 3px blue dashed;
	border-radius: 10px;
	border-color: rgb(100,100,100);
}

nav a

{

    font-size: 1.3em;

    color: rgb(0,0,255);

    padding-bottom: 3px;

    text-decoration: none;

}


nav a:hover

{

    color: rgb(255,0,0);

    border-bottom: 3px solid rgb(0,0,0);

}

section h1
{
	color: rgb(100,100,100);
	font-size: 1.5em;
}
section h2
{
	color: rgb(100,100,100);
	font-size: 1.3em;
}
/*nav
{
    display: inline-block;
    width: 150px;
    border: 1px solid black; 
    verticalr-align : top;
}
*/
/*section
{
    display: inline-block;
    margin-left: 170px;
    border: 1px solid blue; 
    verticalr-align : top;
}*/