/* CSS Document */
#menu {
	font: 0.7em Arial, Helvetica, sans-serif;	
}
#menu a {
	background: url(../images/puce-menu.png) no-repeat 0px 4px;
	padding-left: 6px;
	text-transform: uppercase;
	color: #f6f3f3;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	background: url(../images/puce-menu-actif.png) no-repeat 1px 4px;
	padding-left: 6px;
	color: #FFFFFF;
}
#menu li {
	display: inline;
	list-style: none;
	margin-right: 8px;
	margin-left: 8px;
}
#texte {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
}

div.full-ref p {
	font-size: 80%;
}
div.full-ref a,div.full-ref a.line:hover {
	text-decoration: none;
}
div.full-ref a:hover, div.full-ref a.line {
	text-decoration: underline;
}
 {
	text-decoration: underline;
}

h1 {
	background: url(../images/puce-titre.png) no-repeat left center;
	padding-left: 18px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #ebe1d3;
	font-size: 120%;
	text-align: left;
	text-transform: uppercase;
}
p {
	margin-bottom: 9px;
	color: #cdb48f;
	text-align: left;
	font-size: 100%;
}
ul,li {
	color: #cdb48f;
	text-align: left;
	list-style: url(../images/puce-li.png);
}
ul {
	margin-left: 30px;
	padding-left: 30px;
}
li {
	margin-bottom: 5px;
}
span.or, a {
	color: #e9cca3;
}
a:hover {
	text-decoration: none;
}
p.hdclic {
	font: 0.6em "Trebuchet MS", sans-serif, Arial;
	margin: 0px 50px 0px 0px;
	text-align: right;
}
p.hdclic a {
	color: #730606;
	text-decoration: none;
}
p.hdclic a:hover {
	color: #FFAE1A;
	text-decoration: underline;
}
