﻿@media print{
	.menuFiche{
		display:none;
	}
}
@media all{
	.fiche h1, .titreFiche {  font-family: Tahoma; font-size: 16px; font-style: normal; font-weight: bold; color: #B5A875; line-height: normal}
	.fiche h2 {  font-family: Tahoma; font-size: 14px; font-style: normal; font-weight: bold; color: #31699c; line-height: normal}
	.fiche h3 {  font-family: Tahoma; font-size: 13px; font-style: italic; font-weight: bold; color: #31699c; line-height: normal}
	.fiche table {  background-color: #FFFFFF; margin-top: 2px; margin-right: 2px; margin-bottom: 2px; margin-left: 2px; border: 2px #000000; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px}
	.fiche tr {  line-height: normal; text-align: left; border: #000000}
	.fiche{  
		font-family:Tahoma;
		font-size: 13px;
		font-style: normal ;
		color: #000000;
		line-height: normal;
		background-color: #FFFFFF;
		margin-top: 0px; 
		margin-left: 15px;
	}
	
	.lienFiche, .fiche a {
		color: #31699c;
		font-size: 13px;
		font-weight: normal;
	 	font-family: Tahoma;
		font-style: normal;
		line-height: normal;
		text-decoration: underline;
		target : blank;
	}
	.fiche a:hover {  color: #B5A875; text-decoration: underline}
	.fiche legend {
		color: #000000;
	}
}
@media screen{
	html, body{
		height:100%;
	}
		
	.menuFiche{
		position:fixed;
		background-color:#FFFFFF;
		width:100%;
		z-index:5;
	}
	
	.conteneurFiche{
		width:100%;
		height:100%;
		overflow:auto;
		position:absolute;
		top:78px;
	}
	
	.contenuFiche{
		width:95%;
		padding: 0px 10px 0px 10px;
	}
	
	.zoneRecherche a{
		font-family:Tahoma;
		color:#4D3A00;
	}
	
	.conteneur{
	  width: 98%;
	  margin:0px;
	  padding:0px;
	  text-align:left;
	  max-width: 1024px;
	}
	
	.barreGauche{
		float:left;
		width:220px;
		font-family:Tahoma;
		color:#4D3A00;
		margin:0px;
		padding:0px;
	}
	
	.barreDroite{
		max-width:650px;
		margin-left:220px;
		padding: 20px;
		width:100%;
	}
	
	.barreGaucheZone1{
		background-image:url('../../../SiteCollectionImages/Bv_recherche_menu1.jpg');
		width:220px;
		height:124px;
		margin-top:0px;
	}
	
	.barreGaucheCookie{
		width:100%;
		height:30px;
		overflow:hidden;
		text-align:center;
	}
	
	.barreGaucheCookie div{
		text-align:center;
		font-family:Tahoma;
		font-weight:bold;
		color:#FFFFFF;
		overflow:hidden;
	}
	
	.barreGaucheRecherche{
		top: 52px;
		left: 12px;
		position:relative;
	}
	
	.barreGauche a{
		font-family:Tahoma;
		color:#4D3A00;
		font-style:normal;
		font-weight:normal;
		font-size:small;
	}
	
	.barreGauche td.ms-sbcell{
		margin:0px;
		padding:0px;
	}
	
	.barreGauche td.ms-sbgo{
		background-color: #FFFFFF;
	}
	
	.aucuneBordure{
		border:none;
	}
}