/* ©2009 Didier Berck */

/* flash --> */
div#flash {
	height: 400px;
	padding-top: 28px;
	background-image: url(../images/bg-home.jpg);
}
/* <-- flash */

/* content --> */
div#page {
	background-image: none;
}
/* <-- content */

/* blocks --> */
div#blocks {
	height: 135px;
	padding: 30px 6px;
}
div#blocks div.block {
	width: 308px;
	height: 135px;
	padding: 0 27px;
	float: left;
	border-right: 1px dotted #615d73;
}
div#blocks div.buttons {
	width: 188px;
	height: 135px;
	padding: 0 27px;
	float: left;
}
div#blocks h2 {
	margin: 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #d0d0d0;
	font-size: 16px;
}
div#blocks h3 {
	margin: 12px 0;
	font-size: 12px;
	text-transform: uppercase;
}
div#blocks h3 a {
	color: #898989;
	text-decoration: none;
}
div#blocks h3 a:hover,
div#blocks h3 a:focus {
	color: #ea690b;
	text-decoration: none;
}
div#blocks img.doc {
	margin: -40px 5px 0 0;
	float: right;
}
div#blocks ul {
	margin: 0;
	padding: 0 0 0 16px;
	list-style-image: url(../images/list-bullet1.png);
}
div#blocks li {
	margin: 13px 0 0 0;
}
div#blocks p {
	margin: 12px 0 0 0 !important;
	line-height: 16px;
}
div#blocks p.next {
	margin: 0 !important;
	color: #ea690b;
	font-size: 10px;
	text-align: right;
}
div#blocks a {
	color: #ea690b;
	text-decoration: none;
}
div#blocks a:hover,
div#blocks a:focus {
	text-decoration: underline;
}
div#blocks div.block div.img {
	width: 97px;
	margin: 15px 15px 6px 0;
	float: left;
	font-size: 10px;
	text-align: center;
}
div#blocks div.block div.img img {
	border: 1px solid #929292;
}
/* <-- blocks */

