@import "page.css";

/* @group Home */

#headerLogoHome{
	position:absolute;	
	width:275px; 
	height:85px; 
	padding-top:5px; 
	padding-left:13px;
}

#headerDroiteHome {
	margin-left:700px;
	height:55px;
	text-align:right;
	padding-top: 65px;
}

#centreHome{
	background-position:0px 100px;
	background-image: url(../images/freelances.jpg);
	background-repeat: no-repeat;	
	padding:0px;
	margin:0px;
}

#centreHome-content-1{
	margin-left : 100px;
	margin-top:20px;
	width: 480px;
	font-size:14px;
}

#centreHome-content-2{
	float:left;
	padding-top: 10px;
	margin-left:300px;
	width: 325px;
	font-size:12px;
	text-align:left;
}
#centreHome-content-2 ul{ 
	padding:0px;
	margin:0px;
	margin-left:30px;
}
#centreHome-content-2 li{ 
	margin-bottom:15px;
}
#centreHome-content-2 li .li-titre{
	color:#525E7E; 
	font-size: 14px; 
	font-variant: small-caps; 
	text-decoration: none; 
	letter-spacing: 1px;
	font-weight:bold;
}


#centreHome-content-3{
	float:left;
	width: 310px;
	padding-left:50px; 
	font-size:11px;
	text-align:left;
}
#centreHome-content-3 ul{ 
	padding:0px;
	margin:0px;
	margin-top:15px;
	margin-left:0px;
}
#centreHome-content-3 li{ 
	list-style-type:none;
	list-style-image:none;
	list-style-position:inside;
}
#centreHome-content-4{
	width: 450px;
	font-size:12px;
	text-align:left;
}
#centreHome-content-5{
	width: 450px;
	font-size:12px;
	text-align:left;
}

.hp_titres{
	font-weight:bold;
	font-size:14px;
	font-variant:small-caps;		
}

#referencesHome{
	clear:both;
	margin-top:15px;
}

#partenairesHome{
	clear:both;
	float:left;
	width:500px;
}

#menuBasHome{
	float:right;
	padding-right:10px;
	text-align:right;
	width:385px;
	height:35px;
	margin-bottom:60px;
}
#menuBasHome_left{
	float:left;
}
#menuBasHome_right{
	float:right;
}

#linkHome{
	clear:both;
}

#linkHome a {
	color:#999;	
}

/* @end Home */



