@import url("/inc/html/cbrunet/reset-fonts-grids.css") screen;
@import url("/inc/html/cbrunet/cbb.css") screen;

html {
	background-color: black;
}
#hd1 {
	height: 87px;
	background-image: url("/inc/html/cbrunet/pix/slice_0_0.jpg");
	padding-right: 25px;
}
#hd2 {
	height: 65px;
	background-image: url("/inc/html/cbrunet/pix/slice_1_0.jpg");
	text-align: right;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}
#hd2 a {
	color: black;
	text-decoration: none;
	border-bottom: 10px solid blue;
}
#hd2 a:hover {
	border-bottom: 10px solid purple;
}
#hd2 #active {
	border-bottom: 10px solid red;
}
#bd {
	background-image: url("/inc/html/cbrunet/pix/slice_2_0.jpg");
	padding-left: 25px;
	padding-right: 25px;
}
#ft {
	height: 54px;
	background-image: url("/inc/html/cbrunet/pix/slice_4_0.jpg");
	background-repeat: no-repeat;
	color: yellow;
	text-align: center;
	padding-top: 50px;
}


h1 {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: gray;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

p {
	margin-left: 2em;
	margin-top: 0.5em;
}
ol {
	margin-left: 4em;
}
ol li {
	list-style-type: decimal;
}
ul {
	margin-left: 4em;
}
ul li {
	list-style-image: url('/inc/html/cbrunet/pix/blkpearl.png');
	line-height: 1.5em;
}
ul.treeview-gray li {
	list-style-image: none;
}

a:hover {
	color: purple;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
sub { vertical-align: sub }
sup { vertical-align: super } 

pre.geshi {
	background: #def;
	margin-left: 3em;
	padding: 10px;
	border: 2px dotted #666;
}
.geshi ol {
	margin-left: 2em;
	color: #888;
}
.geshi ol li div {
	color: black;
}
