body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D00123;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-image: url(/images/interface/fon-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#contenu {
	width: 980px;
	margin-left: 0px;
	height: 443px;
	background-image: url(/images/interface/fon-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#nav {
	background-image: url(/images/interface/wayoflife.gif);
	height: 68px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffacba;
	list-style-type: none;
	background-repeat: no-repeat;
	background-color: #D00123;
	margin-top: 0px;
	padding-top: 15px;
	padding-left: 135px;
}

#nav li {
	list-style-type: none;
	float: left;
	display: block;
	
	
}

#nav li a{
	color: #ffacba;
	text-decoration: none;
	display: block;
	border: 1px solid #d00123;
	padding-top: 7px;
	padding-right: 13px;
	padding-bottom: 9px;
	padding-left: 13px;
	
	
}

#nav li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/interface/fon-nav.gif);
	display: block;
	border: 1px solid #f13252;
	
}
a:link {
	text-decoration: underline;
	color: #577D3E;
	border: 0px;
}
a:visited {
	color: #577D3E;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #E7181D;
}
a:active {
	text-decoration: none;
}

* {
	margin: 0px;
	padding: 0px;
}
p{
	margin-bottom: 8px;
}

h1 {
	color: #4FA500;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4FA500;
	padding-bottom: 5px;
	padding-left: 20px;
}

h2 {
	color: #FF6666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-left: 42px;
	font-weight: normal;
}

.spacer {
	overflow: hidden;
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	font-size: 1px;
}
h3 {
	margin-top:15px;
	margin-bottom: 10px;
	color: #FEA702;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../images/flecheh3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.image-droite {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	border: none;

}
.image-gauche {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
