/* Générique */
h1,h2,h3,h4,h5,h6
{
	background:#AACA5A url(../images/generique/titre-fond.gif) left center no-repeat;
	font-weight:bold;
	padding:0.1em 1.9em;
	border:0;
	border-bottom:1px solid #70843D;
	border-top:1px solid #70843D;
}
p
{
	margin:0.6em 0;
	padding:0;
}

/* Sous menu */
.sous-menu
{
	border-top:1px solid #70843D;
}

.sous-menu ul li a{
	background:#AACA5A;
	color:#23231F;
	text-decoration:none;
	border:1px solid #70843D;
	border-top:none;
}

.sous-menu ul li a:hover,
.sous-menu ul li a.selec{
	background:#70843D;
	color:#fff;
	text-decoration:none;
}

/* Codes énergie */
ul.codes li
{
	height:25px;
	line-height:25px;
}
.code
{
	padding:3px;
	border:1px solid #000;
	font-weight:bold;
}
.A{background:#00A24A}
.B{background:#52BA4A}
.C{background:#C6D731}
.D{background:#FFEF00}
.E{background:#FFBA00}
.F{background:#EF6500}
.G{background:#E70008}

/* Liste */
ul.liste
{
	line-height:25px;
	list-style:square;
}