.fichespi1 
{
	float:left;
}

	#ficheAffW
	{
		width:660px;
		float:left;
	}
		
		#ficheAffW .header
		{
			width:100%;
			background:url(../images/fiche-header.jpg) no-repeat 100% 0;
			height:162px;
			float:left;
			position:relative;
		}
		
			#ficheAffW .header .logo
			{
				width:151px;
				height:162px;
				float:left;
				overflow:hidden;
				text-align:center;
			}
			
				#ficheAffW .header .logo a
				{
					display:block;
					text-align:center;
					height:162px;
				}
			
			 #ficheAffW .header .titre 
			 {
			 	float:left;
			 	height:98px;
				width:476px;
				padding:12px;
			 }
			 
			 	#ficheAffW .header #ico-imprim, #ficheAffW .header #ico-tip-a-friend
				{
					display:block;
					height:13px;
					padding-top:43px;
					color:#fff;
					font-size:10px;
					text-decoration:none;
					position:absolute;
					text-align:center;
				}
				
				#ficheAffW .header #ico-imprim:hover, #ficheAffW .header #ico-tip-a-friend:hover
				{
					border-bottom:1px solid #fff;
				}
				
					#ficheAffW .header #ico-imprim
					{
						width:50px;
						background:url(../images/ico-imprim.png) no-repeat 50% 0;
						top:4px;
						left:159px;
					}
					
					#ficheAffW .header #ico-tip-a-friend
					{
						width:90px;
						background:url(../images/ico-tip-a-friend.png) no-repeat 50% 0;
						top:4px;
						left:220px;
					}
			 
			 	#ficheAffW .header .nav
				 {
					position:absolute;
					right:22px;
					top:6px;
				 }
				 
				 	#ficheAffW .header .nav a 
					{
						color:#82858a;
						font-size:10px;
						margin-left:12px;
						border-bottom:1px solid #82858a;
						text-decoration:none;
					}
					
					/*end*/
					/*\*/
					html*#ficheAffW .header .nav a {
					[color:#82858a;/*Affects older Firefox and Netscape browsers only. Seen also by IE5-6 and Safari for Macintosh, which is
					addressed below.*/
					color:blue;/*Affects Safari for Macintosh only (v1-3). See also by IE5-6, but thats addressed below. Also
					hidden from older Firefox and Netscape browsers.*/
					]color:#82858a;/*Affects IE 7 only. Seen by IE5-6 but thats addressed below. Hidden from Safari and all
					Firefox and Netscape browsers.*/
					}/**/

					
					#ficheAffW .header .nav a:hover
					{
						border-bottom:none;
					}
			 
			 	 #ficheAffW .header .titre h1
				 {
				 	text-align:right;
					margin-top:44px;
					width:360px;
					line-height:32px;
					color:#777779;
					font-size:22px;
					float:right;
					font-weight:bold;
				 }
			 
   			 #ficheAffW .header .secteurs 
			 {
			 	height:40px;
				float:left;
				width:500px;
				padding:2px 0px;
				text-align:center;
				overflow:hidden;
				_margin-top:-24px;
				_height:36px;
			 }
			 
			 	#ficheAffW .header .secteurs img 
				{
					margin:0 0px;
				}
			 
		#ficheAffW .principal 
		{  
			width:100%;
			background:url(../images/fiche-tranche.jpg) repeat-y 100% 0;
			float:left;
		}
			
			#ficheAffW .principal .infos 
			{
				float:left;
				width:151px;
				padding:0 0 0 0;
				overflow:hidden;
				background-color:#fff;
				font-size:10px;
				margin-bottom:32px;
			}
			
				#ficheAffW .adresse, #ficheAffW .telephone, #ficheAffW .mail, #ficheAffW .site, #ficheAffW .responsables
				{
					width:97px;
					padding:12px 12px 4px 42px;
					border-bottom:1px solid #e3001b;
				}	
				
				#ficheAffW .adresse { background:url(../images/icones-fiches/adresse.jpg) no-repeat 2px 12px; }
				#ficheAffW .telephone { background:url(../images/icones-fiches/telephone.jpg) no-repeat 2px 12px; }
				#ficheAffW .mail { background:url(../images/icones-fiches/mail.jpg) no-repeat 2px 6px; }
				#ficheAffW .site { background:url(../images/icones-fiches/site.jpg) no-repeat 2px 6px; }
					#ficheAffW .site a, #ficheAffW .mail a 
					{
						color:#e3001b;
						border-bottom:1px solid #e3001b;
						text-decoration:none;
					}
					#ficheAffW .site a:hover, #ficheAffW .mail a:hover 
					{
						border-bottom:none;
					}
				#ficheAffW .responsables { background:url(../images/icones-fiches/responsables.jpg) no-repeat 2px 12px; color:#6a6b6d; }
				
				#ficheAffW .responsables .nom 
				{
					font-weight:bold;
					color:#000;
				}
			
			#ficheAffW .principal .contenu 
			{
				float:left;
				width:474px;
				padding:12px 14px 12px 12px;
			}
				
				#ficheAffW .principal h2 
				{
					margin:5px 0 6px 0;
				}
				
				#ficheAffW .principal .contenu .img
				{
					float:left;
					margin:5px 14px 14px 4px;
					padding:2px;
					background-color:#eee;
					border:1px solid #bbb;
				}
				
					#ficheAffW .principal .contenu .img p
					{
						width:auto;
						text-align:center;
						margin:0;
						padding:4px 0 2px;
					}
					
						#ficheAffW .principal .contenu .img p a
						{
							text-decoration:none;
							font-weight:bold;
						}
			
		#ficheAffW .fiche-bas 
		{
			width:100%;
			background:url(../images/fiche-bas.jpg) repeat-y 100% 0;
			height:20px;
			float:left;
		}
	
		
/*
	MODE MENU
*/

#ficheMenuSb
{
	
}

#ficheMenuSb ul
{
	padding:0;
	/margin-left:0;
}

	#ficheMenuSb ul li
	{
		margin-bottom:1px;
	}
	
		#ficheMenuSb ul li a
		{
			color:#777779;
			font-size:12px;
			font-weight:bold;
			text-decoration:none;
			display:block;
			background-color:#eeeff0;
			padding:6px 12px;
			width:214px;
		}
		
		#ficheMenuSb ul li a:hover, #ficheMenuSb ul li a.active
		{
			color:#fff;
			background-color:#777779;
		}
		
/*
	BIDOUILLES
*/

#main #content
{
	display:none;
}

#main #ts1
{
	border-top:1px solid #fff;
}
