body {
	text-align: center;
	background-color: #FFE7B8;
}

#content h1 {
	background-image: url(images/topbanner.gif);
	background-repeat: no-repeat;
	text-indent: -15000px;
	height: 112px;
	width: 800px;
	background-position: 100px;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 60px;
	color: #FF9900;
	background-image: url(images/icone_orange.gif);
	text-indent: 60px;
	background-repeat: no-repeat;
	text-align:left;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: justify;
}

#content #texte h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 30px;
	color: #006699;
	background-image: url(images/icone_blue2.gif);
	text-indent: 35px;
	background-repeat: no-repeat;
}

#content {
	float:none;
	background-color:#FFFFFF;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 150px;
	margin-left: 150px;
	clear: both;	
	border: 1px dashed #CCCCCC;
}

#texte {
	padding: 5px;
	text-decoration: none;
}

#menu {
	background-color: #eeeeee;
	height: 20px;
	text-align: left;
}
#menu li {
	list-style-type: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:12px;
	height: 25px;
	width: 300px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 20px;
}
#menu a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
}
#menu a:hover, a:active {
	color: #6699FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #6699FF;
	border-bottom-color: #6699FF;
}


#texte a:link a:visited {
	color: #6699FF;
	text-decoration: none;
}
#texte a:hover a:active {
	color: #6699FF;
	background-color: #EEEEEE;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-color: #FFCC00;
}

