

body
{
    background-color: rgb(200, 235, 243);
    font-family: 'Trebuchet MS', Arial, sans-serif;
    
}

#bloc_page
{
    width: 1000px;
    margin: auto;
	
}

#titre_principal
{
    display: flex;
    flex-direction: column;
}


#logo
{
    display: flex;
    flex-direction: row;
    /*align-items: baseline;*/
	width: 400px
	
}

h1
{
overflow-wrap: normal;

/*font-size: 1.2em;*/
justify-content: center;
margin-left: 15px;

}

h2
{
overflow-wrap: normal;

font-size: 1.2em;
justify-content: center;
margin-left: 15px;

}

section h1, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
	align-items: flex-right;

}


nav ul
{
    list-style-type: none;
    display: flex;
	font-size: 1.0em;

}

nav li
{
    margin-right: 15px;
	font-size: 1.0em;

}

nav a
{
    font-size: 1.0em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}

header
{
    background: url('Images/separateur.png') repeat-x bottom;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	margin-left: 0px;
}


#banniere_image
{
    margin-top: 15px;
    height: 200px;
    border-radius: 5px;
    background: url('Images/bandeau.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 8px 8px #1c1a19;
    margin-bottom: 25px;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 1.1em;
    
}

.bouton_rouge
{
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url('Images/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 10px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}

article p
{
    font-size: 1.0em;
	text-align: justify;

}

article h1
{
    font-size: 1.8em;
}

/* Footer */

footer
{
    display: flex;
    background:  url('Images/ico_top.png') no-repeat top center, url('Images/separateur.png') repeat-x top, url('Images/ombre.png') repeat-x top;
    padding-top: 25px;
}

footer p, footer ul
{
    font-size: 0.8em;
}

footer h1
{
    font-size: 1.1em;
}

.carte{
    width:300px;
	float: right;
	padding: 15px;
}

.dessous{
    clear: both;
}