/* CSS Document */
body {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
}
#menu ul, #menu li {
	display: inline;
}
#menu ul {
	top: 2px;
	left: 0px;
	position: absolute;
	text-align: center;
	font-size: 120%;
	text-transform: uppercase;
}
#menu li {
	background: url(../images/bord-menu.png) no-repeat left top;
	height: 47px;
	float: left;
	padding-top: 15px;
	padding-right: 34px;
	padding-left: 34px;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	color: #000;
}
/* Contenu */
h1,h2,h3,h4,h5,h6 {
	text-align: left;
	font-size: 120%;
	text-transform: uppercase;
	color: #ee7302;
}
span.orange {
	color: #ee7302;
	font-weight: bold;
}
p, li {
	text-align: left;
	font-size: 100%;
	color: #4a4a4a;
	margin-bottom: 8px;
}
#texte li {
	margin-left: 25px;
}
p a, li a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, strong {
	color: #ee7302;
}  
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, strong {
	text-decoration: none;
}  
p.agrement {
	text-align: right;
	margin: 0px;
	font-size: 80%;
	color: #7f7f7f;
}
p.hdclic {
	font: 80% "Trebuchet MS", sans-serif, Arial;
	color: #E69B00;
	margin: 0px 20px 0px 0px;
	text-align: right;
}
p.hdclic a {
	color: #E69B00;
	text-decoration: none;
}
p.hdclic a:hover {
	color: #FFAE1A;
	text-decoration: underline;
}
