

body
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
}

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

section h1, nav a
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: small;
    text-transform: uppercase;
	font-size: 1.3em
}

/* Header */

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

#titre_principal
{
    display: inline-block;
}

header h1
{
	color: red;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 2.5em;
    font-weight: normal;
}

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

header h2
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 1em;
    margin-top: 0px;
    font-weight: bold;
}


/* Navigation */

nav
{
    display: inline-block;
	
}

nav ul
{
    list-style-type: none;
	text-align: right;
	
}

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

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

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


/* Bannière */

#banniere_image
{
    margin-top: 5px;
    height: 190px;
    border-radius: 5px;
    background: url('../images/top2.png') no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
}

/* section */

section
{
	text-align: center;
}

section h1
{
	color: red;
	margin-top: 50px;
}

#map
{
	margin-top: 50px;
	margin-bottom: 50px;
}


/* Footer */

footer
{
    background:  url('../images/separateur.png') repeat-x top;
    padding-top: 25px;
}

#appelez
{
    display: inline-block;
    vertical-align: top;
	font-size: 0.7em;
}