@import "13-accueil.css";

/* gestion logo en-tete selon domaine: cf charte.css */



	#container-bloc-accueil
	{width:100%;
	margin:0;
	}

	#container-bloc-accueil table
	{
	width:100%;border-style:hidden;text-align:left;/*margin:0;*/
	}
	#container-deb-accueil, #container-bloc-accueil
	{margin:0;padding:0;}

	#container-bloc-accueil table tr td
	{padding:0;
	text-align:left;
	vertical-align:top;
	}
	/*styles FL ajout&eacute;s pour le domaine */
table.accueilPrevoyance *
{clear:both;}
table.accueilPrevoyance 
{table-layout:auto;margin:0;}
	.bloc_info 
	{
	width:98%;
	clear:both;margin:10px 10px 0 10px;
	border-collapse: collapse;
	}
	.bloc_info td
	{text-align:left;
	vertical-align:top;
	}
	.bloc_info h1
	{
	font-weight:bold;
	}
	.bloc_info p, .bloc_info h1
	{padding: 0 6px;
	font-size:1.2em;
	}
	.bloc_info p
	{width:95%;
	}
	td.epargne a, td.epargne
	{color:#cb243b;text-decoration:none;background:none;
	}

	td.securite, td.securite a
	{color:#00A6BA;text-decoration:none;background:none;
	}

	p a:hover, h1 a:hover
	{border-bottom:1px dotted;
	}
	
	/* style bouton survolé sélection KelAssur en remplacement fonction bouton roll-over */
	h2.btn_selectionKelassur
	{clear:both;}
	h2.btn_selectionKelassur a, h2.btn_selectionKelassur_02 a
	{display:block;
		width:250px;
		height:31px;
		background-image:url(/KA/V3_img/Boutons/DP_bouton_selection_orange_on.gif); /* chargement image en TMP*/
		background-image:url(/KA/V3_img/Boutons/DP_bouton_selection_bleu_on.gif); /* chargement image en TMP*/
		background:url(/KA/V3_img/Boutons/DP_bouton_selection_orange_off.gif) no-repeat 115px 0px;
		}
	h2.btn_selectionKelassur_02 a
	{		
		background:url(/KA/V3_img/Boutons/DP_bouton_selection_bleu_off.gif) no-repeat 115px 0px;
		}
	h2.btn_selectionKelassur a:hover
	{
		background-image:url(/KA/V3_img/Boutons/DP_bouton_selection_orange_on.gif);
		}
	h2.btn_selectionKelassur_02 a:hover
	{
		background-image:url(/KA/V3_img/Boutons/DP_bouton_selection_bleu_on.gif);
		}
		
		
	/* fin style bouton survolé sélection KelAssur */
