/* -------------------------------------------- */
/* ------------- style_services ----------- */
/* -------------------------------------------- */


/* ----- @Id : services_global ----- */
/* Conteneur qui englobe englobe l'image et le cadre */
/* Taille, marges externes, etc... */
#services_global {
	width: 950px;
	margin: 0 auto 2em;
}


/* ----- @Class : service ----- */
/* Redéfinition des tailles, marges externes, fond, etc... */
.service {
	float: left;
	width: 300px;
	height: 400px;
	margin: 0 -5em 3em 8.5em; 
	background: url(../images/back_services3.png) top left no-repeat;	
}
.service h4 {
	width: 250px;
	text-align: center;
	color: #334aa0;	/*Rouge TPT */
	margin: 1em auto;
	padding-bottom: 0.2em;
	border-bottom: 1px ridge #334aa0;
}
.service p {
	text-align: justify;
	padding: 0 25px 0.2em;
	margin: 0 auto 1em;
}
.service a {
	display: inline;
}
#s_immoschool img {
	width: 250px;
	margin: 1em 1.5em 2em;
}
#s_immoschool p { margin-bottom: 2em;}

#s_dominus img {
	width: 120px;
	margin: 0.7em 5.5em 1.5em;
}
#s_dominus p { margin-bottom: 1em;}

#s_info img {
	width: 230px;
	margin: 0.7em 2.2em 1em;
}
#s_info p { margin-bottom: 2.5em;}

#s_mon_album img {
	width: 250px;
	margin: 1em 1.5em;
}
#s_mon_album p { margin-bottom: 2.7em;}

#s_cash img {
	width: 270px;
	margin: 1em 1em 1em;
}
#s_cash p { margin-bottom: 2em;}

#s_deal img {
	width: 270px;
	margin: 1em 1em 1em;
}
#s_deal p { margin-bottom: 3.1em;}

#s_pourvousrevoir img {
	width: 250px;
	margin: 1.5em 1.5em 2.5em;
}
#s_houra img {
	width: 160px;
	margin: 2em 4.5em 2em;
}
#s_houra p { margin-bottom: 3.2em;}

#s_fnac #logo_fnac {
	margin: 0.3em 4.7em 0;
}
#s_fnac p { margin-bottom: 2em;}

#s_vsf img {
	width: 150px;
	margin: 1em 4.5em 2em;
}
#s_vsf p { margin-bottom: 4.5em;}

#s_sponsorise img {
	width: 270px;
	margin: 1em 1em 2.5em;
}
#s_sponsorise p { margin-bottom: 1.5em;}

#s_dweho img {
	width: 200px;
	margin: 1em 3em 1em;
}
#s_dweho p { margin-bottom: 2.3em;}


/* ----- @Class : p_long ----- */
/* Pour les paragaphes trop long qui apparaissent mal en justifié, on les aligne à gauche */
.service .align_centre {
	text-align: center;
}
