body
{
    background: #40A497;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #000000;
}

#bloc_page
{
    width: auto;
    margin: auto;
}


header
{	
    background: url('images/separateur.png') repeat-x bottom;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.headercolor{
	background: #FFFFFF;
}

#titre_principal
{
    display: flex;
    flex-direction: column;
    color: #000000;
}

#logo
{
	font-size: 1.3em;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

#logo img
{
    width: 130px;
    height: 100px;
}

nav ul
{
	margin-right: 80px;
    list-style-type: none;
    display: flex;
}

nav li
{
    margin-right: 60px;
}

nav a
{
    font-size: 1.3em;
    color: #000000;
    padding-bottom: 3px;
    text-decoration: none;
}

section
{
    margin-left: 30px;
	margin-right: 100px;
	text-align: justify;
}


.paragraph {
	margin-left : 50px;
}


.phraseDAcroche {
	margin-left : 50px;
	font-size: 1.8em;
	color: #0036E2;
}

.sousTitrePrestations{
	color: #0036E2;
	font-size: 1.8em;
	
}

#email
{
    display: flex;
    flex-direction: row;
    align-items: end;
}

#email img
{
    width: 166px;
    height: 92px;
}

#telephone
{
    display: flex;
    flex-direction: row;
    align-items: end;
}

#telephone img
{
    width: 166px;
    height: 200px;
}

#contact {
	margin-left : 50px;
	font-size: 1.8em;
}

.reglementation {
	text-align: right;
	margin-right: 20px;
	font-size: 1.2em;	
}

.centrer {
	margin-left: 100px;
	margin-right: 150px;
	text-align: justify;
}