/* Eléments principaux de la page */

body
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: black;
	background-color:#ffc299;
}

#bloc_page
{
    width: 900px;
    margin: auto;
}


/* Header */


#logo img
{
    width: 900px;
    height: 100px;
}

/* Corps */
p
{
	color:black;
	font-size:1.2em;
	text-align:justify;
}

.coeur
{
	
	float:left;
	margin-right:10px;
	text-align:justify;
}

.centre
{
	
	text-align:center;
    margin:auto;
}

#centre
{
	
	text-align:center;
    margin:auto;
}

nav ul
{
	display: flex;
	flex-direction: row;
    list-style-type: none;
	color:  #ffc299;
    background-color:#803300;
	
}

nav li
{
    /*margin-right: 15px;*/
	margin:auto;
}

nav a
{
    font-size: 1.5em;
    /*color: #181818;*/
	color:  #ffc299;
	border-width:2px;
	border-style:solid;
	border-color:#803300;
	/*border-bottom: 1px solid #803300;*/
    text-decoration: none;
}

nav a:hover
{
    /*color: #760001;*/
	color:  #803300;
    background-color:#ffc299;
	
	 padding-bottom: 3px;
    text-decoration: underline;
}

h2
{
	text-decoration:underline;
	margin-left:50px;
}

h3
{
	margin-left:90px;
}

h3 a:hover
{
	color:  #803300;
	text-decoration: underline;
}

h3 a
{
	color:  black;
    background-color:#ffc299;
	text-decoration: none;
}
