/* HOMEPAGE */

#content div.homepage {
	margin-top: 10px;
	font-size: 10px;
	margin-bottom: 0px;
}

#content div.splashscreen h1 {
	display: none;
}
#content div.homepage div.research {
	background-color: #B3001A;
	width: 342px;
	color: #fff;
	background-image: url(../img/research-home-Bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	height: 310px;
}

#content div.homepage div.fieldwork {
	background-color: #7FB841;
	width: 170px;
	color: #fff;
	background-image: url(../img/fieldwork-home-Bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 150px;
}

#content div.homepage div.mypanel {
	background-color: #8D3868;
	width: 170px;
	color: #fff;
	background-image: url(../img/mypanel-home-Bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 10px;
	height: 150px;
}

#content div.homepage div.research div.left {
	width: 150px;
	float:left;
	margin-top: 10px;
	padding-left: 10px;
	}
	
#content div.homepage div.research div.right {
	width: 150px;
	float:right;
	margin-top: 10px;
	padding-right: 10px;
	}

#content div.homepage div.research h3 {
	font-size: 11px;
	color: #7D0009;
	background-image: url(../img/research-subtitleBg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 19px;
	line-height: 19px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 8px;
}
#content div.homepage div.research ul, #content div.homepage div.fieldwork ul, #content div.homepage div.mypanel ul {
	margin-bottom: 19px;
}
#content div.homepage div.research p {
	margin-bottom: 14px;
}

#content div.homepage div.research li, #content div.homepage div.fieldwork li, #content div.homepage div.mypanel li {
	background-image: url(../img/whiteDot4px.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 8px;
	margin-bottom: 6px;
}

#content div.homepage div.research li a, #content div.homepage div.fieldwork li a, #content div.homepage div.mypanel li a {
	color: #fff;
	text-decoration:none;
}
#content div.homepage div.research li a:hover, #content div.homepage div.fieldwork li a:hover, #content div.homepage div.mypanel li a:hover {
	text-decoration:underline;
}
#content div.homepage div.fieldandpanel {
	width: 170px;
	float: left;
	margin-left: 10px;
}

#content div.homepage div.fieldwork ul, #content div.homepage div.mypanel ul {
	margin: 10px;
}
#content div.homepage div.references {
	background-image: url(../img/bottom-references.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
	width: 359px;
	float: right;
}
#content div.homepage div.references div.clients {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding: 0 12px;
}

#content div.homepage div.references li {
	display: inline;
	margin-right: 8px;
}
#content div.homepage div.infos {
	width: 190px;
	float: left;
	padding-left: 19px;
	padding-top: 12px;
	background-image: url(../img/infosBg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 16px;
}
#content div.homepage div.infos li {
	margin-top: 16px;
	background-image: url(../img/bulle-info.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	padding-right: 12px;
}

#content div.homepage div.infos li a {
	color: #666;
	text-decoration:none;
}

#content div.homepage div.infos li a:hover {
	color: #333;
	text-decoration:underline;
}
#content div.homepage div.buzzpanel {
	float: right;
	width: 150px;
	padding-top: 12px;
}

#content div.homepage div.certif {
	background:url(../img/horizontalDots.gif) repeat-x left bottom;
	padding-bottom:12px;
	margin-bottom: 12px;
}
#content div.homepage div.certif img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content div.homepage div.certif a {
	color: #008CAD;
}
#content div.homepage div.buzz {
	color: #6B0F5C;
}

#content div.homepage div.buzz a {
	color: #6B0F5C;
}
#content div.homepage div.buzz h4 {
	font-size: 11px;
}

#content div.homepage div.buzz p {
	margin: 5px 0;
}

