/* CSS Document */
#menu {
	font: bold 0.8em/3.18em "Trebuchet MS", sans-serif, Arial;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: left;
}
#menu a {
	color: #95834f;
	text-decoration: none;
	background: url(../images/lapin-vert.png) no-repeat;
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu a:hover {
	background: url(../images/lapin-marron.png) no-repeat;
	color: #B09F6A;
}
#menu a.actif {
	color: #95834f;
	text-decoration: none;
	background: url(../images/lapin-vert.png) no-repeat;
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/lapin-marron.png) no-repeat;
}
#texte {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 140%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}
h1,h4 {
	color: #fd4e21;
}
h2,h5 {
	color: #7eabcd;
}
h3,h6 {
	color: #ced823;
}
p,ul{
	text-align: left;
	font-size: 100%;
	color: #887e64;
}
ul,li {
	list-style: url(../images/puce.png) none;
}
span.titre {
	font-size: 80%;
	font-weight: bold;
	color: #807559;
	text-transform: none;
}
span.orange {
	color: #fd4e21;
}
span.gras {
	font-weight: bold;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #fd4e21;
}
a:hover {
	color: #AF2401;
	text-decoration: none;
}
#contact p {
	margin-top: 0px;
	margin-bottom: 5px;
}
#news h1 {
	font-size: 100%;
	color: #ffdf7d;
	margin-top: 0px;
	margin-bottom: 7px;
}
#news p {
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 7px;
}
p.centre {
	text-align: center;
}
P.hdclic {
	font: 0.5em "Trebuchet MS", sans-serif, Arial;
	text-align: right;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p.hdclic a {
	color: #FFD688;
	text-decoration: none;
}
p.hdclic a:hover {
	color: #FF6600;
	text-decoration: underline;
}
