/*
   Onglets 
   $Revision: 1.1 $
   
 */


/* contenant pour tout le html des onglets */
div#eci-onglets {
	padding: 0 0 20px 0;
	width: 90%; /* pour IE5 à IE7 mais n'indispose pas les autres browsers */
}



/* contenant pour les liens des onglets */
/* avec ou sans JavaScript */
div#eci-onglets table#eci-onglets-liens {
	position: relative;
	left: 10px;
	top: 5px; /* 1 + cellspacing of the table */
}
div#eci-onglets table#eci-onglets-liens td {
	padding: 0 0 0 9px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}
div#eci-onglets table#eci-onglets-liens td a {
	display: block;
	padding: 7px 15px 7px 6px;
}
div#eci-onglets table#eci-onglets-liens td.eci-onglet-zero a {
	color: #999 !important;
}


/* avec JavaScript */
div#eci-onglets table#eci-onglets-liens td.eci-onglet-lien-devant {
	background-image: url("../../images/mad/iu/guidemusees/onglets/left_on.gif");
	border-bottom-width: 0;
}

div#eci-onglets table#eci-onglets-liens td.eci-onglet-lien-derriere {
	background-image: url("../../images/mad/iu/guidemusees/onglets/left.gif");
	border-bottom: 1px solid #990033;
}
div#eci-onglets table#eci-onglets-liens td.eci-onglet-lien-devant a,
div#eci-onglets table#eci-onglets-liens td.eci-onglet-lien-derriere a 
{
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	color: #990033;
	text-decoration: none;
	_height: 1px; /* pour IE6- */	
}
div#eci-onglets table#eci-onglets-liens td.eci-onglet-lien-devant a {
	background-image: url("../../images/mad/iu/guidemusees/onglets/right_on.gif");
	margin-bottom: -1px;
	padding-bottom: 8px;
}
div#eci-onglets table#eci-onglets-liens td.eci-onglet-lien-derriere a {
	background-image: url("../../images/mad/iu/guidemusees/onglets/right.gif");
	color: black;
}
div#eci-onglets table#eci-onglets-liens td.eci-onglet-lien-derriere a:hover {
	color: #990033;
}





/* contenants pour les onglets */
/* avec ou sans JavaScript */
div#eci-onglets div.eci-onglet {
	background: transparent url("../../images/mad/iu/guidemusees/onglets/bg.gif") repeat-x 0 0;
	margin-bottom: 10px;
	padding: 28px;
	border-color: #990033;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
div#eci-onglets div.eci-onglet p {
	margin: 2px 0;
	font-size: 13px;
}
div#eci-onglets div.eci-onglet p.texte-liste-date-montreal,
div#eci-onglets div.eci-onglet p.texte-liste-date-quebec,
div#eci-onglets div.eci-onglet p.texte-liste-date-gatineau
{
	font-size: 11px;	
}
div#eci-onglets div.eci-onglet p.eci-onglet-retour {
	margin-top: 20px;
}
div#eci-onglets div.eci-onglet h2 {
	margin-bottom: 20px;
}

/* avec JavaScript */
div#eci-onglets div.eci-onglet-devant {
	display: block;
}
div#eci-onglets div.eci-onglet-derriere {
	display: none;
}
div#eci-onglets div.eci-onglet-devant .eci-onglet-nojs {
	display: none;
}



@media print {
	/* contenant pour tous le html des onglets */
	div#eci-onglets {
		width: auto !important;
	}

	/* contenant pour les liens des onglets */
	/* avec ou sans JavaScript */
	div#eci-onglets table#eci-onglets-liens {
		display: none !important;
	}

	/* contenants pour les onglets */
	/* avec ou sans JavaScript */
	div#eci-onglets div.eci-onglet {
		background: transparent none !important;
	}
	div#eci-onglets div.eci-onglet p.eci-onglet-retour {
		display: none !important;
	}

	/* avec JavaScript */
	div#eci-onglets div.eci-onglet-derriere {
		display: block !important;
	}
	div#eci-onglets div.eci-onglet-devant .eci-onglet-nojs {
		display: block !important;
	}
}