/* Corps
************************************************************/
* {
	padding: 0;
	margin: 0;
}
body
{
	text-align: center;
	font-size: 0.7em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #ffaf00 url(bg.jpg) repeat-x;
	color: #000;
}


/* Liens
************************************************************/
a {
	color: #FE7A31;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}


/* En-tetes H
************************************************************/
h2 {
	padding-left: 30px;
	line-height: 30px;
	background: url(puce.gif) no-repeat left bottom;
	border-bottom: 1px solid #B3DD10;
	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 #B3DD10;
	border-left: 3px solid #B3DD10;
	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: 780px;
	margin: 0 auto;
	text-align: left;
}


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

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


/* Contenu
************************************************************/
div#contenu
{
	padding: 0 20px 20px 170px;
	background: #fff url(main.jpg) repeat-y;
}

/* Barre verticale
************************************************************/
div#navigation {
	position: relative;
	float: left;
	width: 140px;
	text-align: left;
	padding: 0 0 0 15px;
	margin: -110px 0 0 0;
	font-weight: bold;
}

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


/* Pied de page
************************************************************/
p#footer {
	clear: left;
	line-height: 42px;
	height: 50px;
	padding: 0 0 0 26px;
	margin: 0;
	background: url(footer.jpg);
	color: #000;
	font-size: 1.2em;
}
p#footer a {
	color: #000;
	text-decoration: none;
}


