body.home #content {
	position: absolute;
	top: 99px;
	left: 0;
	padding: 0;
	margin: 0;
	width: 770px;
	background: url("../img/common/bg_home.gif");
	border: none;
	height: 332px;
}

body.home #content h3 {
	background-repeat: no-repeat;
	background-position: 10px 30px;
	height: 60px;
	text-indent: -5000px;
	background: url("../img/titles/title_home_architectural.gif") no-repeat 0 0;
	width: 446px;
	height: 34px;
	margin: 201px 0 0 29px;
}

body.home #content.es h3 {
	background-image: url("../img/titles/title_home_arquitecturales.gif");
	width: 428px;
	height: 48px;
	margin: 187px 0 0 29px;
}

body.home #content.fr h3 {
	background-image: url("../img/titles/title_home_metaux_ouvres.gif");
	width: 429px;
	height: 58px;
	margin: 177px 0 0 29px;
}

body.home  #content p {
	padding: 0;
	margin: 8px 295px 0 96px;
	color: #333;
	font-size: 10px;
	text-align: justify;
}

body.home #footer {
	height: 54px;
	background-position: 0 -11px;
}

#featured {
	width: 252px;
	position: absolute;
	top: 0;
	right: 26px;
}

#featured h4 {
	background: url("../img/titles/title_featured_project.gif");
	height: 28px;
	text-indent: -5000px;
	padding: 0;
	margin: 0;
	}
	
div.es #featured h4 { background: url("../img/titles/title_proyecto_ofrecido.gif"); }
div.fr #featured h4 { background: url("../img/titles/title_projets_vedettes.gif"); }

#featured div.fader { 
	border: 1px solid #FFF; 
	background-color: #000;
}

#featured dl {
	background-image: url("../img/common/bg_featured_description.gif");
	padding: 9px 10px 0 70px;
	margin: 0;
	height: 96px;
	border: 1px solid #FFF;
	border-top: none;
	border-bottom: none;
}

div.es #featured dl { background-image: url("../img/common/bg_ofrecido_description.gif"); }
div.fr #featured dl { background-image: url("../img/common/bg_vedettes_description.gif"); }

#featured dt { display: none; }

#featured dd {
	font-size: 9px;
	line-height: 11px;
	padding: 0 0 7px;
	margin: 0;
	color: #CED2D7;
}

#featured dd a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: url("../img/common/arrow_featured.gif") no-repeat 100% 0;
	/* padding-right: 15px; */
}

#featured dd a span {
	margin-right: 15px;
}

#featured dd a:hover {
	color: #FFF;
	background-position: 100% -22px;
}

#featured dd a:hover span {
	border-bottom: 1px solid #788695;
	margin-right: 15px;
}