/* CSS Document */
#menu, #texte {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
}
#menu a {
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/puce-menu.png) no-repeat center bottom;
	margin-right: 21px;
	margin-left: 21px;
	text-decoration: none;
	float: left;
	padding-bottom: 7px;
}
#menu a:hover {
	background: url(../images/puce-menu-actif.png) no-repeat center bottom;
}
#texte p, ul {
	font-weight: bold;
	color: #df7e00;
	text-align: left;
}
#texte p {
	margin-top: 6px;
	margin-bottom: 14px;
}
#texte h1, #texte h2, #texte h3, #texte h4 {
	margin-top: 6px;
	margin-bottom: 8px;
}
#texte h1 {
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/titre.jpg) no-repeat left center;
	text-align: left;
}
#texte .demi h2, #texte .demi h3  {
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/demi-titre.jpg) no-repeat left center;
	text-align: left;
}
ul,li {
	text-align: left;
	list-style: url(../images/puce.png);
}
#texte a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#texte a:hover {
	color: #df7e00;
	text-decoration: none;
}
p.hdclic {
	font: 0.6em "Trebuchet MS", sans-serif, Arial;
	margin: 0px 40px 0px 0px;
	text-align: right;
}
p.hdclic a {
	color: #94846a;
	text-decoration: none;
}
p.hdclic a:hover {
	color: #FFAE1A;
	text-decoration: underline;
}
