/* Corps
************************************************************/
* {
	padding: 0;
	margin: 0;
}
body
{
	text-align: center;
	font-size: 0.6em;
	font-family: verdana, sans-serif;
	background: #fff;
	color: #000;
}


/* Liens
************************************************************/
a {
	color: #777;
	text-decoration: none;
}
a:hover {
	color: #aaa;
}


/* En-tetes H
************************************************************/
h2 {
	padding-left: 30px;
	line-height: 30px;
	background: url(puce.png) no-repeat left bottom;
	border-bottom: 1px solid #ddd;
	color: #000;
	margin: 0 0 1em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h2 a ,h2 a:hover ,h3 a ,h3 a:hover {
	color: #000;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	border-left: 3px solid #ddd;
	padding-left: 5px;
	margin: 0 0 1em 0.3em;
	line-height: 25px;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1.4em 1em;
}
h5 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 1em 1.1em;
}
h6 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 0.6em 1.5em;
}
p {
	line-height: 1.3em;
	margin: 0 0 1em 0.5em;
}


/* Conteneur
************************************************************/
div#conteneur {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(main.png) repeat-y;
}


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

/* En-tete
************************************************************/
h1#header a
{
	display: block;
	height: 100px;
	background: url(header.png) no-repeat;
}
h1#header a span
{
	visibility: hidden;
}


/* Contenu
************************************************************/
div#contenu
{
	padding: 0 255px 20px 0;
}
div#main
{
	position: relative;
	text-align: justify;
	top: 10px;
	left: 55px;
}

/* Barre verticale
************************************************************/
div#navigation {
	position: relative;
	top: 10px;
	right: 80px;
	float: right;
	width: 110px;
	text-align: justify;
	padding: 0 0 0 15px;
}

div#navigation ul {
	list-style-type: none;
	padding: 0 0 1em 0.5em;
	cursor: pointer;
}
div#navigation ul li {
	line-height: 1.5em;
}


/* Pied de page
************************************************************/
p#footer {
	clear: left;
	line-height: 42px;
	padding: 0 0 0 56px;
	margin: 0;
	color: #aaa;
}
p#footer a {
	color: #aaa;
	text-decoration: none;
}


