/*
 * ETUDES EN LIGNE ********************************************************************************
 */
a#rachat-credits_etude-gratuite, a#credits-prets_demande
{
	display				: block;
	
	width				: 350px;
	height				: 190px;
}


a#rachat-credits_etude-gratuite
{
	float				: left;
}

/*
 * A ACTIVER QUAND ON LE LIEN AURA L'IMAGE EN BACKGROUND
 * 
 * XXX Penser à supprimer la classe ci-dessus
 * 
a#credits-prets_demande
{
	float				: left;
	
	background			: url(../../images/accueil/rachat-credits_etude-gratuite.png) no-repeat;
}

a#credits-prets_demande:hover
{
	background			: url(../../images/accueil/rachat-credits_etude-gratuite_hover.png) no-repeat;
}
 * 
 */


a#credits-prets_demande
{
	float				: right;
	
	background			: url(../../images/accueil/credits-prets_demande.png) no-repeat;
}

/*
 * A ACTIVER QUAND ON LE LIEN PRECEDENT AURA LUI AUSSI L'IMAGE EN BACKGROUND
 *
a#credits-prets_demande:hover
{
	background			: url(../../images/accueil/credits-prets_demande_hover.png) no-repeat;
}
 *
 */


/*
 * PARRAINAGE *************************************************************************************
 */
a#parrainage
{
	display				: block;
	
	margin-top			: 1em;
	margin-left			: auto;
	margin-right		: auto;
	
	padding				: 40px 40px 12px;
	
	width				: 600px;
	height				: 48px;
	
	background			: url(../../images/accueil/parrainage.png) no-repeat;
	
	color				: #6e7544;
}


/*
 * PROJETS ****************************************************************************************
 */
a#projets
{
	display				: block;
	
	margin-top			: 1em;
	
	padding				: 57px 12px 12px 120px;
	
	width				: 578px;
	height				: 52px;
	
	background			: url(../../images/accueil/projets.png) no-repeat;
	
	line-height			: 2em;
	
	color				: #6e7544;
	
	text-align			: center;
}

a#projets .title
{
	color				: #960ca6;
	
	font-size			: 1.2em;
	font-weight			: 700;
}


/*
 * CALL BACK **************************************************************************************
 */

/* Général */
div#call_back
{
	display				: block;
	
	margin-top			: 1em;
	margin-left			: auto;
	margin-right		: auto;
	
	padding-top			: 120px;
	
	width				: 680px;
	height				: 113px;
	
	background			: url(../../images/accueil/call_back.png) no-repeat;
	
	color				: #6e7544;
	
	text-align			: center;
}

div#call_back div label
{
	color				: #726002;
	
	font-size			: 1.2em;
	font-weight			: 700;
}

div#call_back div input
{
	margin-top			: 0.3em;
	
	padding				: 2px;
	
	width				: 164px;
	height				: 20px;
	
	border				: none;
	
	background			: url(../../images/accueil/call-back_input.png) no-repeat;
}


/* Champs du formulaire */
div#call_back_phone, div#call_back_dept
{
	margin-top			: 2em;
}

/* Téléphone */
div#call_back_phone
{
	float				: left;
	
	margin-left			: 40px;
	
	width				: 200px;
}


/* Département */
div#call_back_dept
{
	float				: right;
	
	margin-right		: 40px;
	
	width				: 200px;
}


/* Bouton Submit */
input#call_back_submit
{
	margin-top			: 1em;
}


/*
 * SOLUTIONS **************************************************************************************
 */
div#solutions
{
	display				: block;
	
	margin-top			: 1em;
	margin-left			: auto;
	
	padding				: 40px 40px 12px;
	
	width				: 630px;
	height				: 151px;
	
	background			: url(../../images/accueil/solutions.png) no-repeat;
	
	color				: #6e7544;
}

div#solutions .title
{
	display				: block;
	
	margin-bottom		: 0.5em;
	
	color				: #4077bf;
	
	font-size			: 1.2em;
	font-weight			: 700;
}


div#solutions p
{
	margin-left			: 1em;
}

