/* Corps
************************************************************/
div {
	padding: 0;
	margin: 0;
}
body
{
	padding: 1ex 0;
	text-align: center;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #f8f8f8;
	color: #000;
}


/* Liens
************************************************************/
a {
	color: #d00;
	text-decoration: none;
}
a:hover {
	color: #333;
}


/* En-tetes H
************************************************************/
h1 {
	font-size: 2.6em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 2em;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}
h5 {
	font-size: 0.9em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	font-weight: normal;
}


/* Conteneur
************************************************************/
div#conteneur {
	width: 63em;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border: 1px solid #eee;
}


/* Images
************************************************************/
img {
	border:0;
}

/* En-tete
************************************************************/
h1#header
{
	height: 7ex;
	background: #fff url(bg-header.png) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1#header a
{
	display: block;
	margin: 0 auto;
	color: #000;
	position: relative;
	top: 2ex;
}


/* Contenu
************************************************************/
div#contenu
{
	padding: 0 1em 3ex 14.5em;
}
div#main
{
	position: relative;
	top: 0;
	text-align: justify;
}
div#contenu p
{
	margin: 0 0 0 0.7ex;
	line-height: 1.5em;
}

/* Barre verticale
************************************************************/
div#navigation {
	position: relative;
	float: left;
	left: 0;
	padding: 0 0 3ex 0;
	top: 0;
	width: 13em;
	text-align: left;
}
div#navigation h2 {
	padding: 0 0 0 1ex; 
	border-bottom: 1px solid #eee;
}
div#navigation p , div#navigation h3 , div#navigation h4 , div#navigation h5 , div#navigation h6{
	line-height: 1.5em;
	padding: 0 0 0 2ex;
}
div#navigation ul {
	list-style-type: none;
	cursor: pointer;
	padding: 0 0 0 2ex;
	line-height: 1.5em;
}

/* Pied de page
************************************************************/
p#footer {
	clear: left;
	padding: 1em 2ex;
	background: #f5f5f5;
	color: #555;
	margin: 0;
}
p#footer a{
	color: #555;
	text-decoration: none;
}


