/* Corps
************************************************************/
* {
	padding: 0;
	margin: 0;
}
body
{
	text-align: center;
	font-size: 75%;
	font-family: "Franklin Gothic Medium", verdana, sans-serif;
	background: #fff;
	color: #000;
}


/* Liens
************************************************************/
a {
	color: #ff5995;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
}


/* En-tetes H
************************************************************/
h2 {
	padding-left: 37px;
	line-height: 30px;
	background: url(puce.jpg) no-repeat left bottom;
	color: #ff9900;
	margin: 0 0 1em 0;
	font-size: 17px;
}
h2 a ,h2 a:hover ,h3 a ,h3 a:hover {
	color: #ff9900;
}
h3 {
	font-size: 16px;
	border-left: 5px solid #ff9900;
	color: #ff9900;
	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: 700px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(main.jpg) repeat-y;
}


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

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


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

/* Barre verticale
************************************************************/
div#navigation {
	position: relative;
	top: -10px;
	right: 25px;
	float: right;
	width: 180px;
	text-align: left;
	padding: 0 0 0 15px;
	font-size: 1.05em;
}

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: 45px;
	height: 55px;
	padding: 0 0 0 26px;
	margin: 0;
	background: url(footer.jpg) repeat-y;
	color: #999;
	font-size: 1.2em;
}
p#footer a {
	color: #999;
	text-decoration: none;
}

