/* Eléments principaux de la page */
p
{
    width: 1400px;
	font-size: 1.2em;
    margin: 50px;
    text-align: justify;
}
section li
{
    width: 1400px; 
	font-size: 1.2em;
    margin: 30px;
}

body
{
    background-color: rgb(250,250,250);
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
}


section h1, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
	font-size: 2.2em
}

/* Header */

header
{
    background: url('images/separateur.png') repeat-x bottom;
	background-color: rgb(159,159,0);
}

#titre_principal
{
    display: inline-block;
	color : rgb(78,78,39);
}

header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    font-weight: normal;
	color : rgb(78,78,39);
}

#logo, header h1
{
    display: inline-block;
    margin-bottom: 0px;
	font-size: 3em;
	font-weight: bold;
	color : rgb(250,250,250);
}

header h2
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
	color : rgb(250,250,250);
}

#logo, header h2
{
	font-size: 1.5em;
	font-weight: bold;
	color : rgb(250,250,250);
}

/* Navigation */

nav
{
    display: inline-block;
    width: 740px;
    text-align: right;
	
}

nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 20px;
	

}

nav a
{
    font-size: 1.3em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
	color : rgb(250,250,250);
}

nav a:hover
{
   color: #760001;*/
    border-bottom: 3px solid #760001;
}