/***************************************************************
 *  Copyright notice
 * 
 *  MTPI - Groupe Belink
 *  (c) 2008 johan MIROL  <johan.mirol@free.fr> 
 *  All rights reserved 
 *  04/11/2008
 *   
 * Feuille de style générale pour :
 * IE6, IE7, FIREFOX
 *                                         
 *     
 */


/*------------------------------------------*/
/* STYLE GENERAL */
/*------------------------------------------*/
body {
	background: #e1e1e1;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px
}

img {
	border:none;	
}

.tx-prehome-pi1 {
	display:inline;
}

/* -------------- FIL D'ARIANE --------------*/
#fil_dariane a {
	color:#000;
}


/* ---------- LIEN --------------------------*/
a.lien_interne:link, a.lien_interne:visited, a.lien_interne:active {
	color:#a01149;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

a.lien_interne:hover  {	
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}


a.lien_interne_div:link, a.lien_interne_div:visited, a.lien_interne_div:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
	letter-spacing:normal
}

a.lien_interne_div:hover {
	text-decoration: none
}


a.perdumotdepasse:link, a.perdumotdepasse:visited, a.perdumotdepasse:active {
	color:#7f123a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	text-decoration:underline
}


a.perdumotdepasse:hover {
	text-decoration:none
}




a.deconnexion:link, a.deconnexion:visited, a.deconnexion:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;	
}

a.deconnexion:hover {
	text-decoration:none

}


.lien-gras:link, .lien-gras:visited, .lien-gras:hover, .lien-gras:active  {
	color: white;
}

.lien-gras {
	font-weight:bold;
	color:white;
}
.lien-gras:visited  {
	color:white;
}
.lien-gras:hover {
	color:lightgrey;
}

.lien, .lien:visited {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px
}

.lien:hover { 
	color:lightgrey;
}

/*--------------------------------------*/
/* CARACTERES */

.bold {
	font-weight: bold;
}

.bold_11 {
	font-weight: bold;
	font-size: 11px;
}

.normal_9 {
	font-weight: normal;
	font-size: 9px;
}

/*--------------------------------------*/
/* PARAGRAPHES */

div.partie_texte_confirmation p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 21px
}

	p.email{
		background:#FFFFFF url(../images/Home-MailValid.png) no-repeat;
		color:#000000;
		font-weight:bold;
		width:378px;
		height:41px;
		padding:10px 0 10px 20px;
		margin:10px 0 0 0;
	}

#contenu_gene p{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold

}

/*--------------------------------------*/
/* INPUT */

input.form_pass{
	width:200px;
	border:1px solid #aeaeae;
	margin: 0 10px 0 0;
}


input.form_pass_long{
	width:400px;
	border:1px solid #aeaeae;
	margin: 0 10px 0 0;
}

select.form_pass{
	width:200px;
	border:1px solid #aeaeae;
	margin: 0 10px 0 0;
	font-size:10px

}

#bouton{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding:0 15px 0 15px
}

/*-----------------------------*/
/* titre */


h2{
	color:#a01149;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
	letter-spacing:normal
}

h2.grand{
	color:#a01149;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding:0;
	margin:0;
	letter-spacing:normal;
	padding:0;
	margin:0
}

/*--------------------------------------*/
/* span */

span.personne{
	color:#92b503;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;	
}
span.personne_conf{
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;	
}
span.poste{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px
}

span.email{
	color:#a01149;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:12px
}


span.norm_little{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000000;
	letter-spacing:normal;
}


span.sup_span{
	position:relative;
	top:-10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	letter-spacing:normal
}

*html span.sup_span{
	top:65px;
	left:15px
}


span.red{
	color:#a01149
}

span.red_petit{
	color:#a01149;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;

}


/*---------------------------*/
td.align_right{
	text-align:right;
	width:200px;
}

td.align_right_norm{
	text-align:right;
}

td.align_right_norm_red{
	text-align:right;
	color:#a01149
}

td.classinput{
	width:200px;
}

td.classinput_norm{
}

/*////////////////////////////////////////////////////////////////////////*/
/*/////////////   BLOCS       ////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////*/

/*------------------------------------------*/
/* GABARIT */
/*------------------------------------------*/

#main {
	margin: 0 auto 0 auto;
	text-align:center;
	width:1020px;
	height:100%;
}

#main_gabarit2 {
	margin: 0 auto 0 auto;
	text-align:center;
	width:1020px;
	height:100%;
}


/*------------------------------------------*/
/* header */
/*------------------------------------------*/

#header{
	height: 110px;
	margin: 0;
	padding:0;
}

#header-left {
	background-image: url(../images/header_left.png);
	background-repeat: no-repeat;
	width: 233px;
	height: 110px;
	padding: 0;
	float: left;
	cursor: pointer;
}
#header-left-gabarit2 {
	background-image: url(../images/header_left_gabarit2.png);
	background-repeat: no-repeat;
	width: 233px;
	height: 110px;
	padding: 0;
	float: left;
	cursor: pointer;
}
#header-center {
	background-image: url(../images/header_center.png);
	background-repeat: no-repeat;
	width: 587px;
	height: 110px;
	padding: 0;
	float: left;
}

#header-center-gabarit2{
	background-image: url(../images/header_center_gabarit2.png);
	background-repeat: no-repeat;
	width: 587px;
	height: 110px;
	padding: 0;
	float: left;
}

#header-right {
	background-image: url(../images/header_right.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 110px;
	padding: 0;
	float: left;
	cursor: pointer;
}
#header-right-gabarit2 {
	background-image: url(../images/header_right_gabarit2.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 110px;
	padding: 0;
	float: left;
	cursor: pointer;
}



/*-------------------------------------*/
/* contenu */
/*-------------------------------------*/

#content {
	position:relative;
	top:0;
	background: #e1e1e1 url(../images/fond_contenu.png) repeat-y;
	text-align:left;
	margin: 0;
	padding: 10px 20px 0 20px;	
	
	min-height : 320px;	
	height : auto !Important;
	height : 320px;
}


#content_gabarit2 {
	position:relative;
	top:0;
	background: #e1e1e1 url(../images/fond_contenu.png) repeat-y;
	text-align:left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	min-height : 320px;	
	height : auto !Important;
	height : 320px;
}


#content_interne_gabarit2{
	margin: 0;
	padding: 0px 20px 0 20px;
}


#contenu{
	width:980px;
}


#contenu_confirmation{
	width:980px;
	padding:50px 0 0 0;
}

#contenu_gene{
	width:921px;
	margin:0 auto 0px auto;
	padding:10px 8px 4px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

#contenu_gene_ml{
	position:relative;
	left:-9px;
	width:998px;
	margin:0px;
	padding:10px 0px 4px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

#contenu_gene_ml div.titre{
	background: #e1e1e1 url(../images/fond_titre_Mentions-legales.png) repeat-y;
	width:998px;
	height:24px;
	margin:2px 0 0 0;
	margin-bottom:10px;
}


#contenu_gene_ml div.deconnexion{
	margin:3px 0 0 50px;
	float:left;
}

*html #contenu_gene_ml div.deconnexion{
	margin:3px 0 0 25px;
}

#contenu_gene_ml div.ml{
	margin:4px 0 0 80px;
	float:left
}

*html #contenu_gene_ml div.ml{
	margin:5px 0 0 80px;
}

#contenu_gene_ml div.center{
	margin:15px 148px 0 180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;

	
}







	/* left */
	div.left_contenu{
		width:400px;
		float:left;
		text-align:right;	
	}
	
		div.mascotte{
			width:100%;
			height:244px;
			background:#FFFFFF url(../images/mascotte_cetelem.jpg) no-repeat 150px;
		}
	
	
	/* right */
	div.right_contenu{
		width:580px;
		float:left
	}
	
	div.partie_texte_confirmation{
		padding:20px 0 0 0;
		/*width:400px;*/
	}


#fond_titre_question{
	margin:0 auto 15px auto;
	padding: 4px 0 4px 8px;	
	width:921px;
	background:#ffffff url(../images/fond_titre_question.png) repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	letter-spacing:1px
}

#fond_titre_question_2{
	margin:0 auto 15px auto;
	padding: 5px 0 5px 8px;	
	width:921px;
	background:#ffffff url(../images/fond_titre_question_2.png) repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	letter-spacing:1px
}


#contenu_pass{
	margin:auto auto auto auto;
	padding:0;	
	width:921px;
	background:#ffffff url(../images/fond_bord_gris.png) repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	letter-spacing: normal
}




	div.bord_haut_fond_bord_gris{
		background:#ffffff url(../images/bord_haut_fond_bord_gris.png) no-repeat bottom;
		height:9px;
		width:921px;
		padding:0;
		margin:0
	}
	
	div.bord_bas_fond_bord_gris{
		background:#ffffff url(../images/bord_bas_fond_bord_gris.png) no-repeat top;
		height:13px;
		width:921px;
		padding: 0 0 3px 0;
		margin:0
	}
	
#contenu_pass_reduit{
	margin:auto auto auto auto;
	padding:0;
	width:770px;
	background:#ffffff url(../images/fond_bord_gris_reduit.png) repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	letter-spacing: normal
}
	
	div.bord_haut_fond_bord_gris_reduit{
		background:#ffffff url(../images/bord_haut_fond_bord_gris_reduit.png) no-repeat bottom;
		height:9px;
		width:762px;
		padding:0;
		margin:0
	}
	
	div.bord_bas_fond_bord_gris_reduit{
		background:#ffffff url(../images/bord_bas_fond_bord_gris_reduit.png) no-repeat top;
		height:14px;
		width:762px;
		padding: 0 0 3px 0;
		margin:0
	}
	
	
	
	
	
	div.fond_bord_gris{
		position:relative;
		padding:5px 15px 15px 15px;
		margin:0;
	}

div.barre_form_pass{
	background: url(../images/barre_form_pass.png) repeat-x;
	width:100%;
	height:5px;
	margin: 10px 0 15px 0;

}

#mentions_cnil{
	background: #e1e1e1 url(../images/fond_contenu.png) repeat-y;
	text-align:left;
	margin: 0;
	padding: 20px 50px 0 50px;		
	color:#737373;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:justify
}

div.case_question{
	position: absolute;
	top:0px;
	right:0px;
	margin:10px 20px 0 0;
	padding:5px;
	border:2px solid #b7ca82;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal
}

div.bouton_valid{
	position: absolute;
	bottom:0px;
	right:0px;
	margin:0;
	padding:0
}

*html div.bouton_valid{
	bottom:50px;
}

div.perdumotdepasse{
	position:absolute;
	bottom:-8px;
	right:135px;
	background:url(../images/fond_perdumotdepasse.png) no-repeat;
	width:228px;
	height:44px;
	margin:0;
	padding:15px 0px 0px 15px;
	color:#7f123a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal
}

*html div.perdumotdepasse{
	bottom:40px;
	right:135px;
}


div.perdumotdepasse_long{
	position:absolute;
	bottom:-8px;
	right:150px;
	background:url(../images/fond_perdumotdepasse_long.png) no-repeat;
	width:303px;
	height:42px;
	margin:0;
	padding:15px 0px 0px 15px;
	color:#7f123a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal
}




div.red{
	color:#a01149;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 auto 0 auto;
	width:500px
}

div.black{
	color:#000000;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 auto 0 auto;
	width:550px
}

/*-------------------------------------*/
/* FOOTER */
/*-------------------------------------*/
#footer{
	height:63px;
}

#footer-left {
	background:  url(../images/footer_left.png) no-repeat;
	width: 421px;
	height: 63px;
	padding: 0;
	float: left;
}

#footer-center {
	background: url(../images/footer_center.png) repeat-x;
	width: 572px;
	height: 63px;
	padding: 0;
	vertical-align:top;
	line-height: 60px;
	word-spacing:2px; 
	text-align: left; 
	float: left;
	color: #fff;
	font-size: 13px;
}

#footer-right {
	background: url(../images/footer_right.png) no-repeat;
	width: 27px;
	height: 63px;
	padding: 0;
	float: left;
}

#left1{
	width:628px;
	float:left

}

#left2{
	width:290px;
	height:100%;
	float:left;
	margin:0;
	padding:0
}

#separation{
	background: url(../images/separation_point.png) no-repeat;
	width:3px;
	height:339px;
	float:left
}

div.centrer{
	text-align:center;
	margin: 0 auto 0 auto;
	padding:20px 0 20px 0;

}

div.Divers-ContactezNous{
	background: url(../images/Divers-ContactezNous.png) no-repeat;
	width:290px;
	height:46px;
}


div.Home-B_titre_left2{
	background: url(../images/Home-B_titre_left2.png) no-repeat;
	width:290px;
	height:49px;
}



div.fond_left2{
	background: url(../images/fond_left2.png) no-repeat;
	width:290px;
	height:293px;
}

div.fond_left2_home{
	background: url(../images/fond_left2_home.png) no-repeat;
	width:290px;
	height:293px;
}

div.prog_happycard{
	 margin:0;
	 padding:0; 
	 width:250px; 
	 height:55px; 	 
	 position:relative;
	 top:50px; 
	 left:30px;
	 cursor: pointer;	 
}

div.video{
	width:245px;
	height:165px;
	position:relative;
	top:25px;
	left:30px
}



div.fond_Home-B{
	background: url(../images/fond_Home-B.png) no-repeat;
	width:613px;
	height:236px;
	padding:50px 0 0 20px
}


div.titre_fond_Home-B{
	background: url(../images/titre_Home-B.png) no-repeat;
	width:394px;
	height:42px;
	margin:0 0 10px 0;
}


div.formulaire_home{
	position:relative;
	top:20px
	
}



/*//////////////////////////////////////////////////*/
/*  POPUP FORMULAIRE POUR IE7 ET FIREFOX */
/*//////////////////////////////////////////////////*/
.popup_anchor div.popup{
   position: absolute;
   clear:both;
   visibility: hidden;
   height:1px;
   width:1px;
   z-index: 10000;
}
	
	table.bord_table{
		margin:0;
		padding:0;
		background-color:transparent;
		width:386px;
		border:0px;	
	}
		
	td.contenu_popup{
		background-color:#FFFFFF;
		text-align: justify;
		width:365px	
	}
		
	td.bord_haut_popup{
		background: url(../images/bord_haut_popup.png);
		height:10px;
		width:386px		
	}
	td.bord_bas_popup{
		background: url(../images/bord_bas_popup.png);
		height:34px;
		width:386px		
	}
	
	td.bord_left_popup{
		background: url(../images/bord_left_popup.png);
		height:100%;
		width:11px		
	}
	td.bord_right_popup{
		background: url(../images/bord_right_popup.png) ;
		height:100%;
		width:11px;
	}
	/*
	div.haut_left_bord{
		position:absolute;
		top:-3px;
		left:0px;
		background: url(../images/haut_left_bord.png) ;
		width: 11px;
		height:11px;					
	}
	* html div.haut_left_bord{top:2px;left:2px; border:1px solid #000000}
	
	div.haut_right_bord{
		position:absolute;
		top:4px;
		right:4px;
		background: url(../images/haut_right_bord.png) ;
		width: 12px;
		height:11px
	}	
	* html div.haut_right_bord{top:4px;right:4px;}
	
	div.bas_left_bord{
		position:absolute;
		bottom:4px;
		left:4px;
		background: url(../images/bas_left_bord.png) ;
		width: 8px;
		height:8px
	}	
	* html div.bas_left_bord{bottom:4px;left:4px;}
	
	div.bas_right_bord{
		position:absolute;
		bottom:4px;
		right:4px;
		background: url(../images/bas_right_bord.png);
		width: 8px;
		height:8px
	}
	* html div.bas_right_bord{bottom:4px;right:4px;}
		
		
	div.bas_center_bord{
		position:absolute;
		bottom:4px;
		right:4px;
		background: url(../images/bas_center_bord.png);
		width: 100%;
		height:11px
	}	
	
	div.haut_center_bord{
		position:absolute;
		bottom:4px;
		right:4px;
		background: url(../images/haut_center_bord.png);
		width: 100%;
		height:15px
	}	
	*/

		
		/*
div#boite {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/cadre_tele_b2.png',sizingMethod='scale')
}
*/
		
		
span:hover.popup_anchor div.popup {
   visibility: visible;
}
		
span .popup_anchor  div:hover.popup {
   visibility: visible;
}



/*-----------------------------------*/
/* home-burn */


	#home-burn {margin:0 0 40px 0}	
	*+html #home-burn {margin:0 0 50px 0}	
	*html #home-burn {margin:0 0 50px 0}
	
	#home-burn .partie_left {
		background:#ffffff  url(../images/Home-Burn-15_left.png) no-repeat;
		width:180px;
		height:385px;
	}
	
	#home-burn .partie_right{
		text-align:left;
		margin:0;
		padding:0;
		vertical-align:top;
		width:807px;
	}
	
	#home-burn .texte_partie_right{
		color:#7ca234;
		font-family:"Myriad Pro";
		font-size:16px;
		font-weight:bold;
		letter-spacing:0px;
		position: absolute;
		left:380px;
		z-index:99;
		width:500px;
		margin:10px 0 0 0;
	}
	#home-burn .home_burn_15{color:#7ca234}
	#home-burn .home_burn_30{color:#ad1250}
	#home-burn .home_burn_60{color:#cf8500}
	
	#home-burn .titre_bas_partie_right{
		color:#3f091c;
		font-family: Myriad Pro, Arial, Helvetica, sans-serif;
		font-size:18px;	
		text-align:right;
		margin:0;
		padding:0;
		font-weight:normal		
	}
	
	#home-burn .left{
		float:left;
	}
	
	#home-burn .right{
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		font-style:italic;
		font-size:9px
	}
	
	#home-burn .liste_cadeaux{
		width:671px;
		height:89px;
		background-color:#FFF;
	}





/*-------------------------------------*/
/* FOOTER */
/*-------------------------------------*/
#footer{
	height:63px;
}

#footer_gabarit2{
	position: absolute;
	z-index:99;
	bottom:0px;
	height:63px;
}

*html #footer_gabarit2{
	bottom:-1px;
}


#footer-left {
	background: url(../images/footer_left.png) no-repeat;
	width: 421px;
	height: 63px;
	padding: 0;
	float: left;
}

#footer-left_gabarit2 {
	width: 421px;
	height: 63px;
	padding: 0;
	float: left;
}

#footer-center {	
	background: url(../images/footer_center.png) repeat-x;
	width: 572px;
	height: 63px;
	padding: 0;
	vertical-align:top;
	line-height: 60px;
	word-spacing:2px; 
	text-align: left; 
	float: left;
	color: #fff;
	font-size: 13px;
}
#footer-center_gabarit2 {	
	background: url(../images/footer_center_gabarit2.png) repeat-x;
	width: 572px;
	height: 63px;
	padding: 0;
	vertical-align:top;
	line-height: 60px;
	word-spacing:2px; 
	text-align: left; 
	float: left;
	color: #fff;
	font-size: 13px;
}


#footer-right {
	background: url(../images/footer_right.png) no-repeat;
	width: 27px;
	height: 63px;
	padding: 0;
	float: left;
}

#footer-right_gabarit2 {
	background: url(../images/footer_right.png) no-repeat;
	width: 27px;
	height: 63px;
	padding: 0;
	float: left;
}


#left1{
	width:628px;
	float:left

}

#left2{
	width:290px;
	height:100%;
	float:left;
	margin:0;
	padding:0
}

#separation{
	background: url(../images/separation_point.png) no-repeat;
	width:3px;
	height:339px;
	float:left
}

div.centrer{
	text-align:center;
	margin: 0 auto 0 auto;
	padding:20px 0 20px 0;

}

div.Divers-ContactezNous{
	background: url(../images/Divers-ContactezNous.png) no-repeat;
	width:290px;
	height:46px;
}


div.Home-B_titre_left2{
	background: url(../images/Home-B_titre_left2.png) no-repeat;
	width:290px;
	height:49px;
}



div.fond_left2{
	background: url(../images/fond_left2.png) no-repeat;
	width:290px;
	height:293px;
}

div.fond_left2_home{
	background: url(../images/fond_left2_home.png) no-repeat;
	width:290px;
	height:293px;
}

div.prog_happycard{
	 margin:0;
	 padding:0; 
	 width:250px; 
	 height:55px; 	 
	 position:relative;
	 top:50px; 
	 left:30px;
	 cursor: pointer;	 
}

div.video{
	width:245px;
	height:165px;
	position:relative;
	top:25px;
	left:20px
}



div.fond_Home-B{
	background: url(../images/fond_Home-B.png) no-repeat;
	width:613px;
	height:236px;
	padding:50px 0 0 20px
}


div.titre_fond_Home-B{
	background: url(../images/titre_Home-B.png) no-repeat;
	width:394px;
	height:42px;
	margin:0 0 10px 0;
}


div.formulaire_home{
	position:relative;
	top:20px
	
}



/********* COULEUR POINTS   **********/

.pointsVerts {
	color: #92b503;
	font-size: 42px;
}
.pointsVertsGrand {
	color: #92b503;
	font-size: 50px;
}
.pointsPourpres {
	color: #a01149;
	font-size: 42px;
}
.pointsJaunes {
	color: #e9ba12;
	font-size: 42px;
}
.pointsJaunesPetit {
	color: #e9ba12;
	font-size: 33px;
}
.pointsJaunesToutPetit {
	color: #e9ba12;
	font-size: 27px;
}


/****** MENU *******/ 
.menu ul{
	margin-left: 1px;
	padding-left:1px;
	margin-right: 1px;
	padding-right:1px;
	list-style: none;
	margin-top:33px;
	color:white;
	font-size:12px;
}

.menu li{
	margin-top:4px;
	padding-left:5px;
}

.menu li a span{
	text-indent:30px; 
}

.menu a{
	background: url(../images/menu/puce_menu.png) 7px 4px no-repeat;
	text-decoration:none;
	color:white;
	padding-left:17px;
}

.menu li:hover a{
	background: #fff url(../images/menu/puce_menu_hov.png) 7px 4px no-repeat;
	text-decoration:none;
	color:#a2124b;
	
}
.menu li:hover{
	background: #fff url(../images/menu/puce_menu_hov.png) 7px 4px no-repeat;
}

.dotted{
	margin-left:1px;
	height:477px;
	background-repeat:repeat-y;
	background-position:top right;
	background-image:url(fileadmin/template/main/images/sep_background_small.gif);
}

/* ********************************************************************************************** 
                                           Ajout Pierre 
   ********************************************************************************************** */

/***** style général ******/

/***** style générale ******/
*{
  font-family: arial;
}
p, h1, h2, fieldset{
  margin: 0px;
}  
p{
	margin: 5px 0;
}
a{
  color: #981246;
  font-weight: bold;  
}

ul.theme1 li{
  list-style-type: none;
  background: url(../images/puce-theme1.png) no-repeat left 5px;
  padding-left: 10px;
  margin-bottom: 5px; 
  line-height: 20px;
  font-weight: bold;
}

.horyzontalSeparator{
	background: url(../images/bgDottedHoryzontal.png) left bottom repeat-x;
	margin: 10px 0;
	height: 2px;
}
.horyzontalSeparator hr{
	display: none;
}

.hl1{
	color: #a5124c;
}

/* table */
.table{
  background: url(../images/tableBorderBottom.png) repeat-x left bottom;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.table table{
  border-collapse: collapse;
  width: 100%;
}
.table table thead th{
  background: #e36c9b;
}
.table table th,
.table table td{
  height: 40px;
  border: 1px solid #b8b8b8;
}

.table table tr.last td{
  border-bottom: none;
}


/* forms */

fieldset input{
  border: 1px solid  #a2a2a2;
  height: 18px;
  padding: 0px;
  width: 220px;
}
input.radio{
  width: 20px;
  border: none;
  height: 10px;
}
fieldset p{
  margin-top: 8px;  
  overflow: hidden;  
}
input.readonly{
  border: none;
  background: none;
}

input.submit{  
  width: 116px;
  height: 49px;
  border: none;
}
   
/****** template de bloc avec relief ********/
.beveledBloc{
  width: 615px;  
  background: url(../images/bbBloc-bg.png);
}  
.beveledBloc .bbHeader{
  background: url(../images/bbBloc-top.png) no-repeat left top;
  height: 11px;
}
.beveledBloc .bbContent{
  padding: 10px;
  overflow: hidden;
}   
.beveledBloc .bbFooter{
  background: url(../images/bbBloc-bottom.png) no-repeat left bottom;
  height: 13px;
  clear: both;
}    
   
/***** les pages monCompte *****/
#monCompte{
  overflow: hidden;
  font-size: 12px;
  /* background: url(../images/bgDotted.png) repeat-y center top; */  
}

#monCompte h1{
  background: url(../images/titre-monprofil.png) no-repeat;
  height: 25px;
  line-height: 80px;
  overflow: hidden;
}

#monCompte h2{
  background: url(../images/titre-rappelCoordonnees.png) no-repeat;
  height: 20px;
  line-height: 80px;
  overflow: hidden;
}

#monCompte #container1,
#monCompte #container2,
#monCompte #container3{
  float: left;
}
	
#monCompte #container1{
  width: 180px;  
  text-align: center;
}
#monCompte #container2{
  width: 550px;
  padding-left: 10px;  
  padding-right: 10px;
}

#monCompte #container3{
  width: 170px;
}


.rappelCoordonnees .bbContent div{
  float: left;
  width: 295px;
}
.rappelCoordonnees p{
  overflow: hidden;
  margin-top: 10px;  
  _height: 1%;
}

label,
.rappelCoordonnees .label{
  color: #a01149;
  display: block;
  float: left;
  width: 40%;
  text-align: right;
  margin-right: 3px;
  font-weight:normal;
}	
.rappelCoordonnees .value{	
	display: block;
  float: left;
  width: 55%;
  font-weight: bold;
}	
.rappelCoordonnees 	.acceptOffres{
  font-size: 9px;
  clear: both;
}
	

#cumulPointBloc{
  background: url(../images/MonCompte-Commande_05.png) no-repeat top center;
  height: 480px;
  overflow: hidden;
}	

#cumulPointBloc	#cumulNom,
#cumulPointBloc	#cumulPoint{
  display: block;
  width: 120px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

#cumulPointBloc	#cumulNom{
  font-family:Arial;
  font-size: 14px;
  margin-top: 5px;
  height: 40px;  
}
	
#cumulPointBloc	#cumulPoint{
  color: #cf8500;
  font-size: 40px;
  margin-top: 65px;
}	

.temoignage{
	width: 146px;
	margin: 10px auto;
}
.temoignage .temoignageContent{
	background: url(../images/temoignageBg.png);
	padding: 0 10px;
	text-align: left;
	font-weight: bold;
}	
.temoignage .part1{

}
.temoignage .part2{
	color: #a5124c;
}	
.asterisque{
	color: #ababab;
	font-size: 10px;
}

	
/*** page moncompte-profil2 ****/
.profil2 #container2{
  background: url(../images/bgDotted.png) repeat-y left top;
}
.profil2 fieldset{
  background: url(../images/MonCompte-Profil2_03.png) no-repeat left top;
  width: 633px;
  height: 348px;
  border: none;
  margin: 20px 0px 0px 30px;
  position: relative;
  display: block;
}
.profil2 input{
  font-weight: bold;
}
.profil2 label{
  width: 20%;
}	
.profil2 legend{
  display: none;
}
.profil2 input.submit{
  position: absolute;
  top: 280px;
  left: 365px;
}	

/********************************/	
/*** page moncompte-commande ****/
/********************************/
	
#monCompte.commande h1{
  background: url(../images/titre-macommande.png) no-repeat;
}	
#monCompte.commande h2{
  background: url(../images/titre-mescoordonnees.png) no-repeat;
  margin-top: 20px;
}
.commande #cumulPointBloc{
  background-image: url(../images/MonCompte-Commande_05.png);
  height: 477px;
}	
.commande #cumulPointBloc #cumulPoint{
  color: #92b503;
}
.commande .coordonnees{
  font-weight: bold;
}
.commande .validation{	
	text-align: right;
	margin-top: 20px;
}	
.commande .pageNavig{
  margin-top: 150px;
}	

/* commande validation */	
.commandeValidation	h1{
	margin-top: 70px;
}
.commandeValidation .pageNavig {
	margin-top: 20px;
	text-align: right;
}	
#monCompte.commandeValidation	#container2{
	padding-left: 120px;
}
#monCompte.commandeValidation	#container3{
	padding-left: 40px;
}

/* commande liste commande */
#monCompte.mesCommandes h1{
  background: url(../images/titreMesCommandes.png) no-repeat;
}	
#monCompte.mesCommandes h2{
  background: url(../images/titreMesCommandes2.png) no-repeat;
}	
.mesCommandes .pageNavig {
	margin-top: 20px;
	text-align: center;
}		
.mesCommandes	.question{
	margin: 50px 0;
}
.mesCommandes	.table{
	color: #a01149;
}	
.mesCommandes	.table th{
	color: #000000;
}	
.mesCommandes	.table .date{	
	font-weight: bold;
}
.mesCommandes	.table a{
	font-weight: normal;
}

/* commande detail */
#monCompte.detailCommmande h1{
  background: url(../images/titreMesCommandes.png) no-repeat;
}	
#monCompte.detailCommmande h2.titre1{
  background: url(../images/titre-detailCommande.png) no-repeat;
}	
#monCompte.detailCommmande h2.titre2{
  margin-top: 40px;
}	
.detailCommmande .pageNavig{
	margin-top: 30px;
	text-align: right;
}
.detailCommmande .numCommande{
	margin: 0px;
}	
.detailCommmande .table{
	font-weight: bold;
}	

/* commande don */
#monCompte.don .pageNavig{
	margin-top: 50px;
	text-align: center;
}
#monCompte.don .titre-don800{
  background: url(../images/titre-don800.png) no-repeat;
}	
#monCompte.don .titre-don1500{
  background: url(../images/titre-don1500.png) no-repeat;
}	
#monCompte.don .titre-don2700{
  background: url(../images/titre-don2700.png) no-repeat;
}	
	
/* commande releve point */
#monCompte.relevePoint h1{
  background: url(../images/titre-relevePoints.png) no-repeat;
}	
#monCompte.relevePoint h2{
  background: url(../images/titre-detailOperation.png) no-repeat;
}		
.relevePoint	.table{
	color: #a01149;
}	
.relevePoint	.table th{
	color: #000000;
}	
.relevePoint	.table .date{	
	font-weight: bold;
}
.relevePoint	.table a{
	font-weight: normal;
}

#monCompte.relevePoint .pageNavig{
	margin-top: 50px;
	text-align: center;
	color: #a01149;
	font-weight: bold;
	font-size: 15px;
}

#monCompte.relevePoint .pageNavig a{
	font-weight: normal;
	color: #000;
	font-size: 11px;
}
#monCompte.relevePoint .pageNavig img{
	vertical-align: middle;
}
.relevePoint .asterisque{
	margin: 10px 0;
}
#monCompte.relevePoint .pageNavig2{
	text-align: center;
}

/* page resiliation */
#monCompte.resiliation #container2{
	background: url(../images/bgResiliation.png) left top no-repeat;
	width: 560px;	
	padding: 0px;
	margin: 20px 0 0 100px;
	padding-top: 40px;
	display: inline;
}
#monCompte.resiliation #container2 p{
	padding-left: 140px;
	padding-right: 18px;
}
#monCompte.resiliation #container2 p.pageNavig{
	padding: 0px;
	margin-top: 40px;
	margin-left: 120px;
}






/*******************************/   
/***** les pages monEspace *****/
/*******************************/
#monEspace{
	overflow: hidden;
}
#monEspace #container2{
	width: 775px;
	padding-bottom: 10px;
	background: url(../images/bgDottedHoryzontal.png) left bottom repeat-x;
}
#monEspace #container3{
	width: 775px;
}
#monEspace .textIntro img{
	vertical-align: middle;
}
#monEspace .textIntro span{
	font-weight: bold;
	font-size: 14px;
}
#monEspace .textIntro span.type2{
	color: #a3c224;
}

#monEspace #col1,
#monEspace #col2,
#monEspace #col3{
	float: left;
}

#monEspace #col1{
	width: 300px;
}
#monEspace #col2{
	width: 315px;
	padding-top: 60px;
	padding-left: 20px;
	background: url(../images/MonEspace-0a400pts_09.png) 10px 10px no-repeat;
}
#monEspace #col3{
	width: 140px;
	margin-top: -25px;
}

/* col1 */

#monEspace .blocPoint{
	background: url(../images/MonEspace-0a400pts_06.png);
	width: 298px;
	height: 74px;
	overflow: hidden;	
}
#monEspace .blocPoint .nb{
	font-size: 40px;
	font-weight: bold;
	color: #3291c0;
	display: block;
	width: 85px;
	margin: 20px 0 0 10px;
	text-align: right;
}

#monEspace .saviezVous{
	background: url(../images/MonEspace-0a400pts_14.png) left top no-repeat;
	text-indent: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #87153e;
}
#monEspace #col1 p{
	margin-left: 20px;
}
#monEspace #col1 span{
	font-weight: bold;
}
#monEspace #col1 .point{
	color: #2588b8;	
}
#monEspace #col1 .cadeau{
	color: #9d1148;	
}
#monEspace #col3 a{
	background: url(../images/MonEspace-0a400pts_03.png);
	width: 141px;
	height: 172px;
	display: block;
	overflow: hidden;
	line-height: 999em;
}
#monEspace #col3 a.happySim{
	background: url(../images/MonEspace-400a800pts_03.png);
}
#monEspace .caroussel{
	background: url(../images/MonEspace-0a400pts_22.png) no-repeat;
	padding-left: 130px;
	height: 85px;
}
#monEspace .asterisque{
	margin-top: -10px;
	margin-left: 170px;
}





/***********************************/   
/***** les pages monProgramme ******/
/***********************************/


/*** page presentation ***/

#monProgramme{
	overflow: hidden;
}
#monProgramme h1{
	height: 25px;
	line-height: 999em;
	overflow: hidden;
	background-repeat: no-repeat;	
}
#monProgramme h1.titre1{
	background-image: url(../images/programmeH1-1.png);
}
#monProgramme h1.titre2{
	background-image: url(../images/programmeH1-2.png);
	clear: both;
}
#monProgramme #cumulPointBloc{
	background: url(../images/blocCumulProgramme.png) center top no-repeat;
}
#monProgramme #cumulPoint{
	color: #92b503;
}
#monProgramme a{
	display: block;
	height: 45px;
	line-height: 9999em;
	overflow: hidden;
	margin-top: 105px;
}

#monProgramme .preuve{
	overflow: hidden;	
}
#monProgramme .preuve .texte{
	padding-left: 20px;	
}
#monProgramme .col1,
#monProgramme .col2,
#monProgramme .col3{
	float: left;
}

#monProgramme  h2{
	overflow: hidden;
	line-height: 999em;
}

#monProgramme .col1{
	width: 160px;
}
#monProgramme .col1 h2{
	height: 27px;
	background: url(../images/MonProgramme-Presentation_13.png) no-repeat;
}
#monProgramme .col2{
	width: 240px;
	margin-left: 10px;
	_display: inline; /* Fixe ie6 double margin floating block */
}
#monProgramme .col2 h2{
	height: 55px;
	background: url(../images/MonProgramme-Presentation_15.png) no-repeat;
}
#monProgramme .col3{
	width: 190px;
}
#monProgramme .col3 h2{
	height: 41px;
	background: url(../images/MonProgramme-Presentation_17.png) no-repeat;
}


/**** page pointbonus ***/
#monProgramme.pointBonus #container1{
	width: 800px;
	padding-left: 20px;
}
#monProgramme.pointBonus #container1 p{
	text-align: left;
}

/**** page contact ****/



#monProgramme.contact #container1{
	width: 800px;
	padding-left: 20px;
	text-align: left;
}

#monProgramme.contact #container1 h1{
	background: url(../images/titre-lescontacts.png) no-repeat;
}

#monProgramme.contact p.texteIntro{
	padding-left: 170px;
	margin-bottom: 30px;
}
#monProgramme.contact #container1 img{
	margin-right: 30px;
}





/**** page bareme ****/
#monProgramme.bareme #container1{
	width: 800px;
	padding-left: 20px;
	text-align: left;
}
#monProgramme.bareme #container1 h1{
	background: url(../images/titre-baremePoint.png) no-repeat;
}
#monProgramme.bareme p.texteIntro{
	font-weight: bold;
}
#monProgramme.bareme p.content{
	text-align: center;
	margin-top: 10px;
}
#monProgramme.bareme p.print{
	text-align: right;
	margin-right: 50px;
	margin-top: -10px
}




/***********************************/   
/*****     les pages adie     ******/
/***********************************/

#adie{
	overflow: hidden;
}
#adie a{
	color: #000;
}

#adie #cumulPointBloc{
	background-image: url(../images/MonCompte-Commande_05.png);
	height: 477px;
}
#adie #cumulPoint{
	color: #92b503;
}
#adie h1{
	height: 25px;
	line-height: 999em;
	overflow: hidden;
	background-repeat: no-repeat;	
	background-image: url(../images/titre-ensembleavecladie.png);
}
#adie #container2{
	background: url(../images/Adie-Ensemble_07.png) 15px 35px no-repeat;	
}
#adie #container2 p{
	padding-left: 200px;
}
#adie #container2 ul{
	padding-left: 220px;	
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
}	
#adie #container2 .asterisque{
	padding-left: 15px;
	padding-top: 150px;
}	

/* page utilite */
#adie.utilite h1{
	background-image: url(../images/titre-aquoiserventmespoints.png);
}
#adie.utilite #container2{
	background: none;
}
#adie.utilite  #container2 p{
	padding-left: 0px;
	margin-bottom: 20px;
}
#adie.utilite  .btnNavig{
	text-align: center;
}

/***** Mes enseignes *****/



#mesEnseignes h1{
  background: url(../images/titre_enseignes.png) no-repeat;
  height: 25px;
  line-height: 80px;
  overflow: hidden;
}

#mesEnseignes #container1,
#mesEnseignes #container2,
#mesEnseignes #container3{
  float: left;
}
	
#mesEnseignes #container1{
  width: 180px;  
  text-align: center;
}
#mesEnseignes #container2{
  width: 610px;
  padding-left: 11px;  
	padding-right: 20px;
	font-weight:normal;
}

#mesEnseignes #container3{
  width: 170px;
}
#mesEnseignes #blocEnseignes {
  padding-top:20px;
}
#mesEnseignes #legende {
  color:#6a6a6a;
  padding-left:45px;
  font-size:9px;
  font-style: italic; 
  font-family: Arial, Verdana;
}

#mesEnseignes #btvoirListe {
  padding-left:350px;
  padding-top:20px;
}



#mesEnseignes #cumulPointBloc{
	background-image: url(../images/MonCompte-Commande_05.png);
}
#mesEnseignes #cumulPointBloc15{
	background: url(../images/blocEnseignes15.png) center top no-repeat;
	height:477px;
}
#mesEnseignes #cumulPointBloc30{
	background: url(../images/blocEnseignes30.png) center top no-repeat;
	height:477px;
}
#mesEnseignes #cumulPointBloc60{
	background: url(../images/blocEnseignes60.png) center top no-repeat;
	height:477px;
}



#mesEnseignes	#cumulNom,
#mesEnseignes	#cumulPoint{
  display: block;
  width: 120px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

#mesEnseignes	#cumulNom{
  font-family:Arial;
  font-size: 14px;
  margin-top: 5px;
  height: 40px;  
}
	
#mesEnseignes	#cumulPoint{
  color: #cf8500;
  font-size: 40px;
  margin-top: 65px;
}	

#mesEnseignes #a_bloc{
	display: block;
	height: 180px;
	line-height: 9999em;
	overflow: hidden;
	width:121px;
	margin-left:25px;
	margin-top: 22px;
}


#mesEnseignes #cumulPointBloc{
	background: url(../images/blocCumulProgramme.png) center top no-repeat;
}
#mesEnseignes #cumulPoint{
	color: #92b503;
}
#mesEnseignes  #cumulPointBloc a{
	display: block;
	height: 45px;
	line-height: 9999em;
	overflow: hidden;
	margin-top: 105px;
}

#points_bloc_burn {
  float: left;
}
#points_bloc_burn #container3{
  width: 170px;
}
#points_bloc_burn #cumulPointBloc{
	background-image: url(../images/MonCompte-Commande_05.png);
}
#points_bloc_burn #cumulPointBloc15{
	background: url(../images/blocEnseignes15.png) center top no-repeat;
	height:477px;
}
#points_bloc_burn #cumulPointBloc30{
	background: url(../images/blocEnseignes30.png) center top no-repeat;
	height:477px;
}
#points_bloc_burn #cumulPointBloc60{
	background: url(../images/blocEnseignes60.png) center top no-repeat;
	height:477px;
}




#points_bloc_burn	#cumulNom,
#points_bloc_burn	#cumulPoint{
  display: block;
  width: 120px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

#points_bloc_burn	#cumulNom{
  font-family:Arial;
  font-size: 14px;
  margin-top: 5px;
  height: 40px;  
}
	
#points_bloc_burn	#cumulPoint{
  color: #cf8500;
  font-size: 40px;
  margin-top: 65px;
}

#points_bloc_burn #a_bloc{
	display: block;
	height: 180px;
	line-height: 9999em;
	overflow: hidden;
	width:121px;
	margin-left:25px;
	margin-top: 22px;
}

/***********************************/   
/*****        page FAQ        ******/
/***********************************/

#faq{
	font-size:12px;
	overflow: hidden;
	background: url(../images/bg-12.png) no-repeat 20px 90px;
}

#faq h1{
	height: 25px;
	line-height: 999em;
	overflow: hidden;
	background-repeat: no-repeat;	
	background-image: url(../images/titre-questionsReponses.png);	
}

#faq #container1{
	width: 680px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/bgDotted.png) repeat-y right top;
	text-align: left;
	overflow: hidden;
	float:left;
}

#faq #container3{
	width: 200px;
	text-align: left;
	float:left;
}

#faq .texteIntro{
	font-weight: bold;
	margin-bottom: 30px;
}

#faq ul{
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}
#faq ul li{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	list-style: none;
	background: url(../images/miniPinkBullet.png) left 6px no-repeat;
	padding-left: 10px;	
}

#faq ul a{
	text-decoration:underline;
	font-weight: normal;
	color: #39091a;
	
}
#faq ul li .li_normal a{
	text-decoration:underline;
	font-weight: normal;
	color: #39091a;
		
}

#faq ul .li_selected a{
	text-decoration:none;
	color: #a5124c;
	font-weight:bold;
}
#faq #col2 p{
	margin: 0px;
	margin-left: 10px;
	
}
#faq #container1 #col1{
	width: 340px;	
	float: left;
}

#faq #container1 #col2{
	background: url(../images/Divers-FAQ_10.png);
	width: 337px;
	height: 293px;
	float: left;
	margin-bottom: 10px;
}
#faq #container1 #col2 #inner_col2{
	width: 315px;
	height: 283px;
	padding: 5px;
	overflow: auto;
	font-weight:normal;
	padding-bottom:5px;
	
}

#faq #container1 #col2 #inner_col2 p{
	text-align:justify;
}
#faq #container1 #col2 #inner_col2 .hl1{
	margin-bottom:5px;
}

hl1

#faq .print{
	padding-top: 20px;
	text-align: right;
}


/***********************************/   
/*****        les popup       ******/
/***********************************/
#popup{
	font-size: 13px;
	font-weight: bold;
	color: #a01149;
	text-align: left;
}
#popup .callback{
	width: 457px;
	margin: 20px auto;
}

#popup .row{
	background: url(../images/bgDottedHoryzontal.png) left bottom repeat-x;
	padding: 10px;
	margin: 10px;	
}
#popup .firstRow{
	margin-top: 0px;
}
#popup #popupHeader img,
#popup #popupFooter img{
	display: block;
}
#popup .callback .container{
	background: url(../images/Popup-CallBack_05.png);
	overflow: hidden;
}


.callback .row table{
	margin: 0 auto;
	border-collapse: collapse;
}
.callback .submit p{
	text-align: center;
}
.callback .calendar{
	vertical-align: middle;
}
.callback .asterisque{
	padding: 0 20px;
	text-align: justify;
}
.callback .tel,
.callback .objet{
	text-align: center;
}
.callback .tel input{
	width: 300px;
}
.callback textarea{
	width: 300px;
	height: 70px;
}

/* page - 800 pts */
#popup .moins800{
	width: 548px;
	margin: 20px auto;
}
#popup .moins800 .container{
	background: url(../images/Popup-Sim--800points_24.png);
	overflow: hidden;
}
#popup .moins800 #popupHeader{
	height: 151px;
	background: url(../images/Popup-Sim--800points_03.png);
}
#popup .moins800 #close{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	line-height: 999em;
	margin: 2px 0 0 510px;
}
#popup .moins800 #nbPoint{
	font-weight: bold;
	font-size: 27px;
	display: block;
	width: 60px;
	margin: 33px 0 0 285px;
	text-align: center;
}
#popup .moins800 .point{
	background: url(../images/Popup-Sim--800points_16.png);
	display: block;
	width: 166px;
	text-indent: 15px;
	height: 26px;
	line-height: 26px;	
	font-size: 16px;
	font-weight: bold;
}
#popup .moins800 .row{
	overflow: hidden;
	_height: 1%;
	padding: 5px;
}
#popup .moins800 .firstRow{
	margin-top: 0px;
}
#popup .moins800 .row select{
	width: 270px;
}
#popup .moins800 .row img,
#popup .moins800 .row select,
#popup .moins800 .row .point{
	float: left;
	margin-left: 10px;
}
#popup .moins800 .recap{
	height: 160px;
	padding-top: 27px;
	background: url(../images/bgRecap.png) center top no-repeat;
	text-align: center;
	font-size: 24px;
}
#popup .moins800 .recap p{
	margin: 0px;
}
#popup .moins800 .recap span{
	color: #000000;
}
#popup .moins800 .recap .elt2{
	margin-top: 15px;
}

#popup .moins800 .recap .elt3{
	color: #a3c224;
	font-size: 40px;
	margin-top: 15px;
}
#popup .moins800 .bonus .offre{
	font-size: 10px;
	color: #000000;
	font-style: italic;
}
#popup .moins800 .bonus img{
	vertical-align: middle;
	float: none;
}
#popup .moins800 .bonus p{
	clear: both;
	font-size: 16px;
	text-align: center;
	color: #000000;
}
#popup .moins800 .bonus p span{
	font-weight: bold;
	font-size: 22px;
	color: #8e1241;
}
