/*****
	Header
*****/
div#header {
	background: url("bg_header.gif") no-repeat left bottom;
}

div#header form#top_connexion a.link_home_connexion,
div#header form#top_connexion a.link_home_connexion:link,
div#header form#top_connexion a.link_home_connexion:visited {
	background: url("btn_link_home_connexion_off.gif") top left no-repeat;
}

div#header form#top_connexion a.link_home_connexion:hover {
	background: url("btn_link_home_connexion_on.gif") top left no-repeat;
}


form#home_connexion a.link_home_connexion,
form#home_connexion a.link_home_connexion:link,
form#home_connexion a.link_home_connexion:visited {
	background: url("btn_link_home_connexion_off.gif") top left no-repeat;
}

form#home_connexion a.link_home_connexion:hover {
	background: url("btn_link_home_connexion_on.gif") top left no-repeat;
}

/*****************************************************************
Page Home
*****************************************************************/
a.link_home_je_m_inscrit {
	background: url("btn_link_home_je_m_inscrit_off.gif") top left no-repeat;
}

a.link_home_je_m_inscrit:hover {
	background: url("btn_link_home_je_m_inscrit_on.gif") top left no-repeat;
}


/*********************************************
				TITRE
*********************************************/

h2.titre_home 						{background: url("img_titre_home.gif") top left no-repeat;}
h2.titre_shopping_gagnant		 	{background: url("img_titre_sinscrire.gif") top left no-repeat;}
h2.titre_shopping_gagnant_submit 	{background: url("img_titre_merci.gif") top left no-repeat;}
h2.titre_contact					{background: url("img_titre_contact.gif") top left no-repeat;}
h2.titre_credit						{background: url("img_titre_credit.gif") top left no-repeat;}
h2.titre_mentions_legales			{background: url("img_titre_mentions_legales.gif") top left no-repeat;}


/*h3.stitre_les_10_jours_fantastiques {background: url("img_titre_les_10_jours_fantastiques.gif") top left no-repeat;}*/
h3.stitre_deja_membre {background: url("img_stitre_deja_membre.gif") top left no-repeat;}
h3.stitre_pas_encore_membre {background: url("img_stitre_pas_encore_membre.gif") top left no-repeat;}

h3.stitreHomeEtape1 {
	display: block;
	height: 89px;
	width: 151px;
	background: url("img_home_etape_1.gif") no-repeat top left;
}
h3.stitreHomeEtape2 {
	display: block;
	height: 89px;
	width: 214px;
	background: url("img_home_etape_2.gif") no-repeat top left;
}
h3.stitreHomeEtape3 {
	display: block;
	height: 89px;
	width: 244px;
	background: url("img_home_etape_3.gif") no-repeat top left;
}
/*********************************************
				LIENS
*********************************************/
/*
	boutons submit
*/

/* type 1 avec fond pour formulaire*/
a.linkSubmitValiderform {
	display: block;
	height: 49px;
	background: url("img_link_valider_form_generique_off.gif") no-repeat top right;
	width: 176px;
}
a.linkSubmitValiderform:hover {
	display: block;
	height: 49px;
	background: url("img_link_valider_form_generique_on.gif") no-repeat top right;
}
a.linkSubmitValiderform span{
	display: none;
		
}

/* submit valider 1*/
a.linkSubmitValider1 {			background: url("img_link_submit_valider_1_off.gif") top left no-repeat;}
a.linkSubmitValider1:hover { 	background: url("img_link_submit_valider_1_on.gif") top left no-repeat;}

/* submit valider 2*/
a.linkSubmitValider2 {			background: url("img_link_submit_valider_2_off.gif") top left no-repeat;}
a.linkSubmitValider2:hover { 	background: url("img_link_submit_valider_2_on.gif") top left no-repeat;}


/********************
	AUTRES
********************/

/* fond de la page shopping gagnant */
.shoppingGagnantFond {						background: url("bg_shopping_gagnant.gif") bottom right no-repeat;}
#page_shopping_gagnant_inscription .content{background: url("bg_shopping_gagnant_inscription.gif") top right no-repeat;}


