@charset "UTF-8";

/* Menu Particuliers et Entreprises (tabs) */
#tab_header_particuliers a {
	width: 343px;
	height: 52px;
	margin: 0;
	padding: 22px 27px 0 0;
	text-align: right;
	float: left;
	font: normal 16px Georgia, "Times New Roman", Times, serif; letter-spacing:0.1em; text-transform: uppercase; text-decoration: none; 	color:#231f20;
	outline: none;
}
#tab_header_entreprises a {
	width: 345px;
	height: 52px;
	margin: 0;
	padding: 22px 0 0 25px;
	float: right;
	font: normal 16px Georgia, "Times New Roman", Times, serif; letter-spacing:0.1em; text-transform: uppercase; text-decoration: none; color:#231f20;
	outline: none;
}

#tab_header_particuliers a { background:url(/images/tab_header_particuliers_on.jpg) top left no-repeat; }
#tab_header_particuliers.off a { background:url(/images/tab_header_particuliers_off.jpg) top left no-repeat; }
#tab_header_entreprises a { background:url(/images/tab_header_entreprises_on.jpg) top left no-repeat; }
#tab_header_entreprises.off a { background:url(/images/tab_header_entreprises_off.jpg) top left no-repeat; }

#tab_content_particuliers {display:none; height: 0; background: url(/images/tab_content_particuliers.jpg) top left no-repeat; overflow:hidden; }
#tab_content_particuliers.off {background: url(/images/tab_content_particuliers_off.jpg) top left no-repeat}
#tab_content_entreprises {display:none; height: 0; background: url(/images/tab_content_entreprises.jpg) top left no-repeat; overflow:hidden; }
#tab_content_entreprises.off {background: url(/images/tab_content_entreprises_off.jpg) top left no-repeat;}
