body
{
    background: url('accueil-new.jpg');
    font-family: Tahoma, Arial, serif;
    color: #674724;
}

#bloc_page
{
    margin: auto;
    background-color: #676D85; 
}

nav
{
    display: inline-block;
    width: 980px;
    text-align: center;
}

nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 30px;
	font-variant: small-caps;
    font-size: 1.1em;
    border-bottom: 2px inset #674724;
}

nav a, footer a
 {
    color: #cdc678;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover, footer a:hover
{
    color: #cdc678;
	text-decoration: underline overline; 
    border-bottom: 2px inset #674724;
}
#banniere_header
{
    position: absolute;
    top: 0;
    border-radius: 0px 0px 40px 40px;
    width: 99.5%;
    height: 170px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(24,24,24,0.8);
    color: #cdc678;
    font-size: 1em;
	left: 50%;
	width: 980px;
	margin-left: -490px;
}

img
{
display: block;
margin: 0 auto;
height: 118px;
width: 960px;
border: 0;
}


#banniere_description
{
    position: absolute;
    bottom: 0;
    width: 99.5%;
    height: 35px;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 5px;
    background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(24,24,24,0.8);
    color: #cdc678;
    font-size: 0.8em;
	left: 50%;
	width: 980px;
	margin-left: -490px;
    }

	footer
{
    background-color: #cdc678;
    display: inline-block;
    width: 960px;
    text-align: center;
	padding: 10px 10px 10px 10px;
    border-bottom: 5px solid;
    font-size: 0.9em;
}

footer p
{
    font-size: 0.9em;
	color: #674724;
}
