body
{
    background: url('couetil-piste.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, section a, header a, footer a
{
    color: #674724;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover, section a:hover, header a:hover, footer a:hover
{
    color: #674724;
	text-decoration: underline overline; 
    border-bottom: 2px inset #674724;
}

section
{
    display: inline-block;
    width: 960px;
    text-align: justify;
	padding: 10px 10px 10px 10px;
}

article
{
    margin-right: 10px;
    width: 700px;
	float: left;
}

article h1
{
    font-family: Tahoma, Arial, serif;
    font-size: 1.1em;
    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 p
{
    font-size: 0.9em;
}

aside
{
	float: right;
}

aside
{
    position: relative;
    width: 230px;
    background-color: #674724;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 15px;
    padding: 10px;
    font-size: 0.9em;
}

aside h1
{
    font-family: Tahoma, Arial, serif;
    font-size: 1.2em;
    margin-right: 0px;
    font-weight: normal;
    border-radius: 15px;
	font-variant: small-caps;
	text-align: center;
	vertical-align: middle;
	background-color: #cdc678;
	text-decoration: none;
}

aside h2
{
    font-size: 1.1em;
	color: #cdc678;
    font-family: Tahoma, Arial, serif;
	font-variant: small-caps;
	text-decoration: underline;
}

aside p
{
    font-size: 0.9em;
	color: #cdc678;
}

aside h3
{
    font-size: 0.7em;
	color: #cdc678;
	text-align: center;
    font-family: Tahoma, Arial, serif;

}

aside img
{
display: block;
margin: 0 auto;
border: 0;
}


.imageflottante
{
float: left;
}

.imageflottantedroite
{
float: right;
}

.blacktype
{
	font-weight: bold;
}

input, textarea
{
font-family: Tahoma, Arial, serif;
}

label
{
color: #674724;
}

legend
{
font-family: Tahoma, Arial, serif;
font-size: 14px;
color: #674724;
}

object {width:604px; height:600px}

footer
{
    background-color: #cdc678;
    display: inline-block;
    width: 960px;
    text-align: center;
	padding: 10px;
    border-bottom: 5px solid;
    font-size: 0.9em;
}

footer p
{
    font-size: 0.9em;
	color: #674724;
}
