﻿/*** duels produits ***/
body.page-template-templateduelsproduits-php .hentry{ /*utile pour la page-template duels produits*/
	border: 1px solid #E2E1D7;
	margin: 0 0 15px;
	padding-bottom: 10px;
}


body.page-template-templateduelsproduits-php .entry-content{ /*utile pour la page-template duels produits*/
	font-size: 14px;
	padding: 0 10px;
}

body.page-template-templateduelsproduits-php .entry-content > p:first-child{ /*utile pour la page-template duels produits*/
	margin-top: 45px;
}

body.page-template-templateduelsproduits-php .entry-content h2{ /*utile pour la page-template duels produits*/
	font-size:13px;
	background-color: #F6F6F6;
}

body.page-template-templateduelsproduits-php p{
	text-align:justify;
	margin: 15px 0;
}

.produit-desc {
	width:300px;
	margin-bottom:15px;
	overflow: hidden;
}

	.produit-desc h2 {
		line-height:25px !important;
		margin-bottom:15px !important;
		padding-left:15px !important;
		margin-bottom:15px !important;
		color:white !important;
		background-color:transparent !important;
	}

	.produit-desc img {
		display:block;
		height:100px;
		margin:0px auto 15px;
		border:none;
	}
	
	.produit-desc .corps {
		padding:0 15px;
		margin-bottom:12px;
	}
	
	.produit-desc p {
		padding:0 0 12px;
	}
	
	.notes {
		padding:7px;
		background-color:white;
	}

		.note {
			margin-bottom:12px;
			padding-left:30px;
			min-height:30px;
		}
		
		.note.pos {
			background:url(../images/duels_produits/plus.gif) no-repeat;
		}
		
			.note.pos .titre {
				font-weight:bold;
				color:#97bc0c;
			}
		
		.note.neg {
			background:url(../images/duels_produits/moins.gif) no-repeat;
		}
		
			.note.neg .titre {
				font-weight:bold;
				color:#e3001a;
			}
		
#texte h2#note-ensemble {
	margin-top:0;
}

#produit-desc-1 {
	clear:left;
	float:left;
	/*margin-left:50px;*/
	background:#e8ded4 url(../images/duels_produits/haut_marron.gif) no-repeat left top;
}

	#produit-desc-1 .notes {
		border:8px solid #e8ded4;
	}

#produit-desc-2 {
	clear:right;
	float:right;
	/*margin-right:50px;*/
	background:#ebf2d0 url(../images/duels_produits/haut_vert.gif) no-repeat left top;
}

	#produit-desc-2 .notes {
		border:8px solid #ebf2d0;
	}

#texte {
	padding:0 15px;
	margin-bottom:15px;
	overflow: hidden;
	clear:both;
}

	#texte h2 {
		border-bottom:1px solid #333 !important;
		line-height:20px !important;
		margin:18px 0 12px !important;
	}
	
	#texte p {
		padding:0 0 12px;
		margin:0;
	}
	
	.verdict {
		margin-bottom:6px;
	}
	
		.verdict .score {
			font-size:125%;
			font-weight:bold;
			color:red;
		}
	
#background {
	background-color:beige;
	padding:15px;
	margin-bottom:15px;
}

	#background h3{
		margin-bottom:12px !important;
		border-bottom:1px solid #aaa !important;
		font-size: 13px !important;
	}

	#background img {
		display:block;
		margin: 0 auto 12px;
	}

#derniers {
	height:250px;
	margin-bottom:15px;
}
