.conteneur .espace {
	width: 980px;
	height: 106px;
}

.conteneur .espace .bandeau-texte {
	background-image: url(../img/shell/bandeau_texte.png);
	width: 980px;
	height: 106px;
}

.contenu .ariane {
	width: 980px;
	height: 30px;
	background-color: white;
	background-image: url(../img/rubrique/ariane-sepa.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4b4b4b;
}

.contenu .ariane a:link,.contenu .ariane a:visited {
	color: #5d6a25;
	text-decoration: none;
}

.contenu .ariane a:hover {
	color: #5d6a25;
	text-decoration: underline;
}

.contenu .ariane a.premier {
	margin-left: 30px;
}

.contenu .main {
	display: table;
	width: 980px;
	padding-top: 18px;
	background-color: white;
	background-image: url(../img/rubrique/ombre.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.contenu .main .gauche {
	float: left;
	width: 245px;
}

.contenu .main .gauche .h2gauche {
	width: 170px;
	margin-left: 30px;
}

.contenu .main .gauche .cont-gauche {
	margin: 0 25px 0 30px;
}

.contenu .main .gauche .cont-gauche ul {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4b4b4b;
	margin-top: 5px;
}

.contenu .main .gauche .cont-gauche ul li {
	list-style: none;
	padding-bottom: 3px;
	padding-left: 12px;
	background-image: url(../img/rubrique/puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

.contenu .main .gauche .cont-gauche ul li a:link,.contenu .main .gauche .cont-gauche ul li a:visited
	{
	color: #4b4b4b;
	text-decoration: none;
	font-weight: normal;
}

.contenu .main .gauche .cont-gauche ul li a:hover {
	color: #4b4b4b;
	text-decoration: none;
	font-weight: bold;
}

.contenu .main .gauche .cont-gauche ul li.herbicides,.contenu .main .gauche .cont-gauche ul li.herbicides a.herbicides
	{
	color: #51951a;
}

.contenu .main .gauche .cont-gauche ul li.fongicides,.contenu .main .gauche .cont-gauche ul li.fongicides a.fongicides
	{
	color: #3b79b9;
}

.contenu .main .gauche .cont-gauche ul li.insecticides,.contenu .main .gauche .cont-gauche ul li.insecticides a.insecticides
	{
	color: #751422;
}

.contenu .main .gauche .cont-gauche ul li.divers,.contenu .main .gauche .cont-gauche ul li.divers a.divers
	{
	color: #bf7900;
}

.contenu .main .content {
	float: left;
	width: 735px;
	background-image: url(../img/rubrique/pointilles.gif);
	background-repeat: repeat-y;
}

.contenu .main .content .cont-content {
	margin: 0 30px 0 30px;
}

.contenu .main .content .cont-content .top-titre {
	height: 27px;
	margin-bottom: 30px;
}

.contenu .main .content .cont-content .top-titre h1 {
	display: block;
	width: 470px;
	float: left;
}

.contenu .main .content .cont-content .top-titre a {
	display: block;
	float: right;
}

.contenu .main .content .cont-content ul.onglet {
	clear: both;
	height: 36px;
	background-image: url(../img/produits/fiche-produit/onglet-fond-ul.gif);
}

.contenu .main .content .cont-content ul.onglet li.off {
	float: left;
	list-style: none;
	height: 36px;
	background-image: url(../img/produits/fiche-produit/onglet-off-fond.gif)
		;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
	font-weight: bold;
	margin-right: 1px;
}

.contenu .main .content .cont-content ul.onglet li.off div.gauche {
	float: left;
	width: 4px;
	height: 36px;
	background-image:
		url(../img/produits/fiche-produit/onglet-off-gauche.gif);
}

.contenu .main .content .cont-content ul.onglet li.off a {
	display: block;
	float: left;
	height: 36px;
	padding: 10px 20px 0 20px;
	outline: none;
}

.contenu .main .content .cont-content ul.onglet li.off a:link,.contenu .main .content .cont-content ul.onglet li.off a:visited
	{
	text-decoration: none;
	color: #4b4b4b;
}

.contenu .main .content .cont-content ul.onglet li.off a:hover {
	text-decoration: none;
	color: #222222;
}

.contenu .main .content .cont-content ul.onglet li.off div.droite {
	float: left;
	width: 4px;
	height: 36px;
	background-image:
		url(../img/produits/fiche-produit/onglet-off-droite.gif);
}

.contenu .main .content .cont-content ul.onglet li.on {
	float: left;
	list-style: none;
	height: 36px;
	background-image: url(../img/produits/fiche-produit/onglet-on-fond.gif);
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
	font-weight: bold;
	margin-right: 1px;
}

.contenu .main .content .cont-content ul.onglet li.on div.gauche {
	float: left;
	width: 4px;
	height: 36px;
	background-image:
		url(../img/produits/fiche-produit/onglet-on-gauche.gif);
}

.contenu .main .content .cont-content ul.onglet li.on div.milieu {
	display: block;
	float: left;
	height: 36px;
	padding: 10px 20px 0 20px;
}

.contenu .main .content .cont-content ul.onglet li.on div.droite {
	float: left;
	width: 4px;
	height: 36px;
	background-image:
		url(../img/produits/fiche-produit/onglet-on-droite.gif);
}

.contenu .main .content .cont-content .texte {
	border: 1px solid #dcdcdc;
	border-top: none;
	padding: 10px 15px 20px 15px;
}

.contenu .main .content .cont-content .texte h2 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.contenu .main .content .cont-content .texte .visuel {
	position: absolute;
	width: 150px;
	margin-left: 480px;
}

.contenu .main .content .cont-content .cont-performance {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
	margin: 10px 0 40px 5px;
}

	.contenu .main .content .cont-content .cont-performance ul{
		margin-left:15px;
	}
	
	.contenu .main .content .cont-content .cont-performance ul li.NIV2{
		list-style:none;
		margin-top:0;
		padding-top:0;
	}
	
	.contenu .main .content .cont-content .cont-performance ul li.NIV2 ul, .contenu .main .content .cont-content .cont-performance ul li.NIV2 ul li{
		margin-top:0;
		padding-top:0;
	}



table {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4b4b4b;
	width: 100%;
	border: none;
}

table tr td {
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
	border: none;
	border-bottom: 1px solid #ccc;
}

table tr.spacer td {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	padding: 0;
}

table tr.spacer td,table tr.tab-top td {
	border: none;
}

table tr.tab-top td {
	background-color: #4b4b4b;
	font-weight: bold;
	color: white;
	vertical-align: middle;
}

table tr.tab-top td.coin-hg {
	background-image: url(../img/produits/fiche-produit/table-coin-hg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

table tr.tab-top td.coin-hd {
	background-image: url(../img/produits/fiche-produit/table-coin-hd.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

table.table-int tr td {
	border: none;
	padding: 0 5px 0 0;
}

p.mention {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	color: #4b4b4b;
	font-weight: bold;
}
