/* =Home ---------------------*/

#home #intro {
	float: left;
	width: 410px;
}
#home #intro h2 {
	color: #DA6B00;
	height: 39px;
	font-size: 1.4em;
	margin: 0 0 .75em;
	overflow: hidden;
	position: relative;
}
#intro h2 span {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.fr #intro h2 span {
	background: transparent url(/fr/img/tagline.gif) 0 0 no-repeat;
}
.en #intro h2 span {
	background: transparent url(/en/img/tagline.gif) 0 0 no-repeat;
}
#home #intro p {
	font-size: 1.2em;
	margin: 0;
}
#home #intro ul {
	font-size: 1.2em;
	line-height: 1;
	list-style: none;
	margin: 0 0 1.5em;
}
#home #intro li {
	background: transparent url(/img/bg/bg-expertise.gif) 0 0 repeat-y;
	margin: 6px 0 0;
	padding: .3em 0 .3em 10px;
}

#home #ad {
	float: right;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 200px; height: 217px;
}
#ad .replace {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.fr #ad .replace {
	background: transparent url(/fr/img/free-review.png) 0 0 no-repeat;
}
.en #ad .replace {
	background: transparent url(/en/img/free-review.png) 0 0 no-repeat;
}

#home #articles {
	clear: both;
	width: 630px;
}
#articles h2 {
	color: #DA6B00;
	float: left;
	font-size: 1.4em;
	margin: 0 0 .75em -5px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	width: 635px; height: 34px;
}
.fr #articles h2 {
	background: transparent url(/fr/img/articles-header.gif) 0 0 no-repeat;
}
.en #articles h2 {
	background: transparent url(/en/img/articles-header.gif) 0 0 no-repeat;
}
#home #articles ul {
	float: left;
	line-height: 1.2;
	list-style: none;
	margin: 0;
	position: relative;
	width: 400px;
}
#home #articles li {
	float: left;
	margin: 0 0 .75em;
	width: 400px;
}
#home #articles #action {
	float: right;
	font-size: .85em;
	width: 200px;
}
