/* CSS Document */

#decouvrez {
	background:url(/pls/portal/docs/page/biblio_fr/media/images/accueil/bg_onglets_sel.gif) no-repeat; /* Pour éviter des "clignotements" au passage de la souris dans IE */
}

#decouvrez_en {
	background:url(/pls/portal/docs/page/biblio_fr/media/images/accueil/bg_onglets_sel.gif) no-repeat; /* Pour éviter des "clignotements" au passage de la souris dans IE */
}

/* Highlight de l'onglet + désactiver le rollover; la section est ACTIVE */
#decouvrez a, #decouvrez a:hover {
	background-position:0 -114px;
}

#decouvrez_en a, #decouvrez_en a:hover {
	background-position:0 -114px;
}


#ficheOngletBg {
	background:url(/pls/portal/docs/page/biblio_fr/media/images/accueil/bg_decouvrez.jpg) left top no-repeat;
}

#ficheOngletBg_en {
	background:url(/pls/portal/docs/page/biblio_fr/media/images/accueil/bg_decouvrez_en.jpg) left top no-repeat;
}

#ficheOnglet {
	min-height:469px;
	_height:469px;
	background:none;
}

	#enteteCont {
		padding-top:0;
	}

	/* DIV */
	#intro {
		padding:6px 21px 12px 21px;
		font-size:9px;
		line-height:14px;
	}
	
		#intro p {
			padding:2px 0 0 0;
		}
	
		ul.plus {
			color:#FFFFFF;
			margin:0;
			padding:0;
			font-size:11px;
		}
		
		ul.plus li {
				margin:0;
				padding:0 0 0 25px;
				background:url(/pls/portal/docs/page/biblio_fr/media/images/accueil/ic_dec_plus.gif) 0px 1px no-repeat;
			}
			
		ul.plus li a {
					text-decoration:none;
				}
				
		ul.plus li a:hover {
						color:#000000;
					}

	div.deuxColLayout {
		/* fake : pseudo-classe pour passer des styles par défaut */
	}
	
		div.deuxColLayout img {
			display:block;
		}
	
		div.deuxColLayout img.titre {
			margin:12px 0 8px 0;
		}
		
		div.deuxColLayout img.plus {
			margin:0 0 12px 0;
		}
		
		div.deuxColLayout img.imageGauche {
float:left;
margin-right:7px;
}
	
	#listeEvenementsCont {
		float:left;
		padding:0 0 0 13px; /* Normalement j'utiliserais margin ici, mais ça cause un problème dans Explorer */
		width:287px;
	}
	
		#listeEvenementsCont table {
			line-height:14px;
		}
		
			#listeEvenementsCont table td {
				padding:10px;
				background:url(/pls/portal/docs/page/biblio_fr/media/images/accueil/bg_decouvrez_liste.gif) no-repeat;
			}
			
			#listeEvenementsCont table td.premElement {
				background:url(/pls/portal/docs/page/biblio_fr/media/images/accueil/bg_decouvrez_liste_prem_element.gif) no-repeat;
			}
			
				#listeEvenementsCont table td p {
					margin:0;
				}
				
				#listeEvenementsCont table td span.date {
					font-weight:bold;
				}
				
				#listeEvenementsCont table td a {
					text-decoration:none;
					color:#FFF;
				}
					
				table.frenchStyled td a {
					font-weight:normal;
				}
				
				table.englishMod td a {
					font-weight:bold;
				}
				
					#listeEvenementsCont table td a:link {
					}
					
					#listeEvenementsCont table td a:visited {
						color:#FFF;
					}
					
					#listeEvenementsCont table td a:hover {
						color:#000;
					}

	
	/* Le style suivant contourne une erreur dans IE occasionnée par l'utilisation du filtre pour la transp. PNG */
	/* Les trois derniers attributs de rechercheBG appartenait à rechercheCont mais occasionnait des problèmes au niveau de certains éléments cliquables (image, boutons de form) */
	/* Ce qui explique sa migration ans un nouveau style appliqué a un élément positionné en absolu */
	/* Finalement le dégradé sera migré dans l'image de fond de l'onglet du a des problèmes persistant dans IE */
	/* Le style suivant sera conservé ici au cas ou on trouve le moyen de le compléter... */
	#rechercheBG {
		position:absolute;
		z-index:300;
		margin-left:314px;
		_margin-left:0px;
		border:#000000 solid 3px;
		width:200px;
		height:400px;
		background:url(/pls/portal/docs/page/biblio_fr/media/images/accueil/bg_dec_recherche.png) no-repeat;
		_background:none;
		/* _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pls/portal/docs/page/biblio_fr/media/images/accueil/bg_dec_recherche.png', sizingMethod='scale'); */
	}
	
	#rechercheCont {
		/* position:absolute;
		z-index:800; */
		/* margin-left:314px;
		_margin-left:8px; */
		float:right;
		margin-right:11px;
		_margin-right:8px;
		padding:0 19px 0 12px; /* Normalement j'utiliserais margin ici, mais ça cause un problème dans Explorer */
		width:248px;
		line-height:16px;
	}
	
		#rechercheCont p {
			margin:0 0 5px 0;
		}
		
		#rechercheCont select {
			width:120px;
			display:block;
			margin:0 0 10px 0;
		}
		
		#rechercheCont input.submit {
			width:90px;
			height:17px;
			display:block;
		}		
