/* ------------------------------------- */
/*				DEBUT RESET				*/
/* ----------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------- */
/*				FIN RESET				*/
/* ----------------------------------- */



body {
	background: white;
	font-family: Helvetica, 'Droid Sans', Arial;
}


.logo-print {
	display: block;
	margin: 0 auto 20px auto;
}

#contact-print {
	display: block;
	padding: 10px;
	border:1px solid #949494;
	width: 100%;
	color: #bdbdbd;
	margin: 0 0 0 0;
	font-size: 0.8em;
}

p {
	font-size: 0.8em;
}

a {
	text-decoration: none;
}

#global {
	width: 100%; 
}

	h2 {
		font-size: 1.6em;
		padding: 0 0 10px 0;
	}
	
	h3 {
		font-size: 1.2em;
	}

	#header {
		display: none;
	}
		
	#menu {
		display: none;
	}	
	
	#bloc-langue {
		display: none;
	}
	
	.bloc-entete {
		position: relative;
		padding: 10px;
		border:1px solid #949494;
		width: 100%;
		color: #bdbdbd;
		margin: 0 0 10px 0;
	}
	
		.bloc-entete .coup-de-coeur {
			display: none;
		}

		.bloc-entete h2 {
			padding: 0 0 10px 0;
		}
	
		.bloc-entete .description {		
			padding: 10px 0;
		}
	
		.bloc-entete .marque-categorie {
			padding: 10px 0 0 0;
		}
	
		.bloc-entete .bouton-contact,.bouton-contact-favorite {
			display: none;		
		}
	
			
		.bloc-entete .sub-contact, .bloc-entete .sub-contact-favorite {
			display: none;
		}
		
	a.add-favorit, a.print {
   		display: none;
   	}
		
	.content-up {
		display: none;
	}
	
	.content-middle {
		width: 100%;
		color: #949494;
		padding: 10px;
		border:1px solid #949494;
		margin:0 0 10px 0;
	}
	
	.content-down {
		display: none;
	}
	
		.content-middle p {
			margin: 0 0 12px 0;
		}
		
		.content-middle .date {
			font-size: 0.8em;
			color: #e39c58;
		}
		
		.content-middle .retour-ligne {
			display: none;
		}
		
		.content-middle .liste-fiches {
			float: left;
			margin: 0 10px 10px 0;
			background: #5b1c02 url("images/bloc-fiches-fond.png") repeat-x top;
			border:4px solid #612002;
			min-width: 220px;
		}
		
			.content-middle .liste-fiches h3 {
				padding: 10px;
				font-weight: normal;
				color:#ffd58b;
			}
			
			.content-middle .liste-fiches ul {
				padding: 0 20px 10px 20px;
			}
			
				.content-middle .liste-fiches ul li a, .content-middle .liste-fiches ul li {
					padding: 4px 0;
					color: #ffeac5;
				}
				
					.content-middle .liste-fiches ul li a:hover {
						color: #ffffff;
					}
					
				.content-middle .liste-fiches ul li a span {
					font-size: 0.8em;
					color: #ffcfa1;
				}
				
					.content-middle .liste-fiches ul li a:hover span {
						color: #ffffff;
					}
					
					
				
	#footer {
		display: none;
	}
