﻿body
{
    background: url('images/fond_jaune.bmp');
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
}

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

section h1, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}



header
{
    background: url('images/separateur.png') repeat-x bottom;
}

#titre_principal
{
    display: inline-block;
}

header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    font-weight: normal;
}

#logo, header h1
{
    display: inline-block;
    margin-bottom: 0px;
}

header h2
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}



nav
{
    display: inline-block;
    width: 740px;
    text-align: right;
}

nav ul
{
    list-style-type: none;
	 color: #FFFFFF;
}

nav li
{
    display: inline-block;
    margin-right: 15px;
	 color: #FFFFFF;
}

nav a
{
    font-size: 1.3em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}



#banniere_image
{
    margin-top: 15px;
    height: 200px;
    border-radius: 14.5px;
    background: url('images/baniere.bmp') no-repeat;
    position: relative;
    box-shadow: 0px 10px 10px #1c1a19;
    margin-bottom: 25px;
}

#banniere_descr
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgb(24,24,24); 
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
    
}












