@CHARSET "ISO-8859-1";

@import 'productsect_style.css';

/******* Styles généraux ********/

p {
	font-size: 1.2em;
	text-align: justify;
	}

/******* Espace Présentation Produits ********/

#products_block {
	width:500px;
}

.block_title h1 {
	margin-bottom: 0px;
	font-size: 28px;
}

.block_title h3 {
 	padding: 0px;
 	margin: 0px;
 	margin-bottom: 8px;
	font-size: 12px;
}


/******* Espace Présentation Categorie Produits********/

table.products_display {
	width:565px;
	text-align: justify;
	margin-bottom: 0.5em;
	border: 1px solid #aaaaaa;
	}

table.prod_desc {
	width:100%;
	height:100%;
	text-align :left;
	}

table.prod_desc a {
	color:#7098cc;
	}

table.prod_desc {
	width:100%;
//	height: 169px;
	margin:0px;
	padding:0px;
	
}


td.prod_name h3 {
	font-size: 16px;
}

td.prod_logo {
	text-align : left;
}

table.prod_presentation {
	width:100%;
//	height: 165px;
	text-align :left;
	}
	
.prod_list {
	font-weight: bold;
	font-size: 16px;
}
