#tools-menu {
	float: left;
	width: 230px;
	margin-top: 10px;
}
#tools-main {
	float: right;
	margin-top: 20px;
	width: 720px;
}
#tools-main h2 {
	margin-bottom: 10px;
}
.tools {
	background-repeat: no-repeat;
	min-height: 30px;
	margin-bottom: 20px;
}
.tools.generalites {
	background-image: url(/img/icon/podcast.png);
}
.tools.windows {
	background-image: url(/img/icon/windows.png);
}
.tools.mac {
	background-image: url(/img/icon/mac.png);
}
#tools-menu h2 {
	color: #000;
	margin: 0 0 12px 40px;
	padding-top: 6px;
	border-bottom: 1px solid #000;
}
#tools-menu ul {
	margin: 10px 0;
	list-style-type: none;
}
#tools-menu li {
	margin: 2px 0 4px 0;
}
.code {
	background: #fff;
	border: 1px solid #eee;
	padding: 10px;
	font-family: Courier new;
	margin: 0 10px 10px 0;
}
