body
{
    background: url('remontee-ecurie.jpg');
    font-family: Tahoma, Arial, serif;
    color: #674724;
}

#bloc_page
{
    width: 980px;
    margin: auto;
    background-color: #ffffff; 
}

header
{
    background-color: #cdc678;
    display: inline-block;
    width: 960px;
    text-align: justify;
	padding: 10px 10px 10px 10px;
    border-bottom: 5px solid;
    border-radius: 0px 0px 40px 40px;
    font-size: 0.9em;
    box-shadow: 0px 5px 15px #1c1a19;
}

header h1
{
    margin-bottom: 0px;
    font-family: Tahoma, Arial, serif;
    font-size: 1.1em;
    margin-right: 0px;
    font-weight: normal;
	text-align: center;
    text-transform: uppercase;
	vertical-align: middle;
	color: #674724;
	text-decoration: none;
}

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, header a, footer a
{
    color: #674724;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover, header a:hover, footer a:hover
{
    color: #674724;
	text-decoration: underline overline; 
    border-bottom: 2px inset #674724;
}

article a:hover
{
    background-color: #cdc678;
	text-decoration: none; 
}


section
{
    display: inline-block;
    width: 960px;
    text-align: justify;
	padding: 10px 10px 10px 10px;
}

section h1
{
    font-family: Tahoma, Arial, serif;
    font-size: 1.2em;
    margin-right: 0px;
    font-weight: normal;
    border-bottom: 5px solid;
    border-radius: 15px;
    box-shadow: 0px 2px 5px #1c1a19;
	font-variant: small-caps;
	text-align: center;
	vertical-align: middle;
	background-color: #cdc678;
	text-decoration: none;
}

article
{
    margin-right: 10px;
	width: 960px;
	float: left;
	font-family: Tahoma, Arial, serif;
    font-size: 0.9em;
    font-weight: normal;
    border-bottom: 5px solid;
    border-radius: 15px;
    box-shadow: 0px 2px 5px #1c1a19;
	vertical-align: middle;
	background-color: #ffffff;
	text-decoration: none;
}

h2
{
    font-family: Tahoma, Arial, serif;
    font-size: 0.9em;
	font-weight: normal;
	text-align: right;

}
.imageflottante
{
float: left;
}

.imageflottantedroite
{
float: right;
}

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;
}
