/*** A CACHER/MODIFIER ***/

html, body {
	height: auto;
}

body {
	background: none;
}

#contenu {
	position: relative;
	margin: 0;
	background: none;
	width: 100%;
	padding: 0;
}

#left {
	float: none;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	padding: 0;
	position: relative;
}

#header, ul#menu, #right, #footer {
	display: none;
}

/*** FICHE ***/

#fiche {
	margin-left: 0;
	top: 5px;
	border: 1px solid #000000;
	position: relative;
	margin-bottom: 20px;
	height: auto;
}		
	
	#fiche h2 {
		position: absolute;
		left: 6px;
		top: -25px;
		height: 16px;
		font-size: 12px;
		color: #000000;
		padding: 4px 10px;
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
	}
	
		#fiche h2 span {
			font-weight: normal;
		}
	
	#fiche h3 {
		margin-top: 30px;
		margin-bottom: 0;
		text-align: center;
		background: none;
	}
	
		#fiche h3 span {
			font-size: 12px;
			color: #000000;
			padding: 4px 10px;
			border: 1px solid #000000;
		}
		
	
	#fiche p {
		font-size: 15px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 30px;
		text-align: center;
	}
		
		#fiche p span {
			font-size: 12px;
			color: #000000;
			padding: 4px 10px;
			border: 1px solid #000000;
		}
		
		#fiche p span.printfiche_prixbarre {
			text-decoration: line-through;
			border: none;
			padding: 0;
		}
	
	/*** DESCRIPTION ***/

	#fiche #description {
		border: none;
		height: 1%;
		margin-bottom: 25px;
		margin-top: 20px;
		margin-right: 20px;
	}
	
		#fiche #description h2 {
			width: auto;
			color: #000000;
			font-size: 12px;
			padding-bottom: 5px;
			padding-left: 5px;
			padding-top: 7px;
			padding-right: 90px;
			line-height: 15px;
			float: none;
			position: relative;
			left: auto;
			top: auto;
			height: auto;
			border: none;
		}
		
		#fiche #description p {
			margin-left: 0;
			padding-bottom: 15px;
			padding-left: 10px;
			padding-right: 5px;
			padding-top: 5px;
			font-size: 12px;
			font-size: 12px;
			font-weight: normal;
			margin-top: 0;
			margin-bottom: 0;
			text-align: left;
		}
	
	#fiche #content_photo {
		text-align: center;
		float: left;
		margin-right: 20px;
		margin-left: 20px;
	}
	
		#fiche #content_photo img {
			padding: 2px;
			border: 1px solid #000000;
			margin: 20px auto;
		}
	
/*** CONTACT ***/

#contact {
	border: none;
	height: 1%;
}

	#contact h2 {
		width: auto;
		color: #000000;
		font-size: 12px;
		border-bottom: none;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-top: 0px;
		padding-right: 90px;
		line-height: 15px;
		float: none;
	}
		
	#contact #contact_content {
		margin-left: 0;
		padding-bottom: 15px;
		padding-left: 30px;
		padding-right: 5px;
		padding-top: 20px;
		font-size: 10px;
		border-bottom: 3px solid #000000;
	}
	
		#contact #contact_content h3 {
			font-size: 12px;
			margin-bottom: 10px;
		}
		
		#contact #contact_content address {
			border-left: 1px dotted #000000;
			border-top: none;
			border-right: none;
			border-bottom: none;
			padding-bottom: 5px;
			padding-top: 5px;
			padding-left: 10px;
			margin-left: 20px;
			margin-right: 40px;
			margin-bottom: 15px;
			font-style: normal;
			font-size: 12px;
			background: none;
		}
		
		#contact #contact_content ul {
			list-style: square inside;
			color: #000000;
			margin-bottom: 10px;
		}
		
			#contact #contact_content ul li {
				margin-bottom: 2px;
				font-size: 12px;
			}
			
				#contact #contact_content ul li strong {
					color: #000000;
					text-decoration: underline;
				}
			
				#contact #contact_content ul li a {
					color: #000000;
					text-decoration: none;
				}
				
				#contact #contact_content ul li a:hover {
					font-weight: bold;
				}
				
		#contact #contact_content p {
			text-align: center;
			margin: 30px auto;
		}
		
			#contact #contact_content p span {
				padding: 10px 30px;
				color: #000000;
				font-weight: bold;
				font-style: italic;
				font-size: 10px;
				border: 1px solid #000000;
			}
			
/*** URL ***/

p#ficheurl {
	font-weight: bold;
	margin-left: 0;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 20px;
	border-bottom: 3px solid #000000;
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}

	p#ficheurl span {
		font-weight: normal;
	}
	
/*** BON DE REDUCTION ***/

#bon {
	width: 360px;
	border: 7px dashed #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px;
	position: relative;
}
	
	#bon img#cut1 {
		position: absolute;
		bottom: 35px;
		left: -16px;
	}
	
	#bon img#cut2 {
		position: absolute;
		top: -16px;
		right: 35px;
	}
	
	#bon img#logobon {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	#bon h2 {
		text-transform: uppercase;
		font-weight: normal;
		font-style: italic;
		font-size: 14px;
		text-align: right;
		margin-bottom: 10px;
	}
	
	#bon h3 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	#bon p {
		text-align: center;
		font-size: 12px;
	}
	
	#bon p#refclient {
		text-align: right;
		margin-right: 10px;
		margin-top: 20px;
		font-weight: bold;
	}
	
#imprimerbon {
	text-align: center;
	margin-top: 15px;
}

	#imprimerbon span {
		font-size: 13px;
		font-weight: bold;
		color: #000000;
		cursor: pointer;
		text-decoration: underline;
		text-transform: uppercase;
		margin: 0 8px;
	}
	
		#imprimerbon span a {
			color: #000000;
		}
		
		#imprimerbon span a:hover {
			color: #000000;
		}
