body
{
	background: url('images/fond_jaune.png');	
}

body h1
{
	margin-left: 30px;
}
#bloc_page
{
	width: 900px;
	margin: auto;
}

/* Header */

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

#titre_principal
{
	display: inline-block;
}

header h1
{
	font-size: 2.5em;
	font-weight: normal;
}

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

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

/* Navigation */
nav
{
	background: url('images/separateurY.png') repeat-y right;
	float:left;
	width:150px;
}

nav ul
{
	list-style-type: none;
}

nav a
{
	font-size: 0.8em;
	
	color: #181818;
	text-decoration: none;
	text-transform: uppercase;
}

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

nav li
{
	margin-top: 20px;
}
/* Section */

section
{
	margin-top: 30px;
	margin-left: 250px;

}

/* Footer */

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