
/**********************************************************************/
/* HEADER */
	#h img{margin-bottom:20px;}
	#h h1{
		display:none;	
	}
	#sales_pitch{display:none;}
	
	/* LOGIN */
	#login{
		display:none;
	}
	
	a{color:#000; text-decoration:none;}
/**********************************************************************/
/* MENU */
	#menu{
		display:none;
	}
/**********************************************************************/
/* TITLE */	
	#c_title{
		display:none;
	}

/* UnsIFR for print (THX Suzie)
-------------------------------------------------------------- */	
	.sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
  
/**********************************************************************/
/* CONTENT */

	#c3{
		display:none;
	}
/**********************************************************************/
/* FOOTER */	
	#f{
		display:none;
	}
/**********************************************************************/
	#tbl_tarifs{
		border-collapse:collapse;
	}
	#tbl_tarifs th{
		border:1px solid #9A9A9A;
		color:#334A2D;
	}
	#tbl_tarifs td{
		width:220px;
		border:1px solid #9A9A9A;
		text-align:center;	
	}
	#tbl_compare_header{
		display:block;
		margin:0 0 0 213px;
	}
	#tbl_compare{
		border:solid #9A9A9A;
		border-width:1px 0 0 1px;
	}
	#tbl_compare th,
	#tbl_compare td{
		border:solid #9A9A9A;
		border-width:0 1px 1px 0;
	}
	#tbl_compare td.title{
		font-weight:bold;
		color:#334A2D;				
	}
	#tbl_compare th{
		color:#334A2D;
	}
	#tbl_compare td{
		width:205px;
		text-align:left;	
	}
	#tbl_compare td.yn{
		width:30px;
		text-align:center;
		font-weight:normal;
	}
	#tbl_compare td.ci{
		background:#AFCB90;
		font-weight:bold;
		color:#fff;
	}
	.other{
		font-weight:bold;
		color:red;
	}
	#btn_envoyez{
		background:url(/images/btn_envoyez.gif) no-repeat;
		border:none;
		padding:0;
		width:88px;
		height:21px;
		cursor:pointer;
		float:right;
	}
	.fonc_spacer, .fonc_spacer_2{display:none;}	
	
/**********************************************************************/
/* GABARITS */	
	.row{
		width:100%;
		overflow:hidden;
		padding-bottom:20px;
	}
	.row a{
		float:left;
		display:block;
		margin-right:45px;
		text-decoration:none;
	}
	.row a.last{margin-right:0;}
	.row img{
		display:block;
		padding:2px; 
		background:#B9E08C;
		border:solid #6FA051;
		border-width:1px 1px 0 1px;
	}
	.row span{
		background:#B9E08C;
		display:block;
		width:94px;
		padding:2px 5px;
		border:solid #6FA051;
		border-width:0 1px 1px 1px;
		color:#3F6925;
		text-align:center;	
		font:10px Verdana, Arial, Helvetica, sans-serif;
	}		