/* Resultats  */
	
.results{
	/*width : 400px; */
	padding : 0px;
	margin-left : 50px;
	background : url(../images/fondContent.png) top left repeat-y;
}
	.results .intituleQuest{
		color : #DC3313;
		font-weight : bold;
		font-size : 12px;
		padding : 5px 15px 15px 15px;
		background : url(../images/topContent.png) top left no-repeat;
	}
	
	.results .bottom{
		width : 100%;
		height : 2px;
		background : url(../images/bottomContent.png) bottom left no-repeat;
	}
	
	
	
	
	.results .contentRes{
		padding : 0 10px 6px 10px;
	}
	.results .item{
		width : 48%;
		text-align : right;
		float : left;
	}
	
	.results .barre{
		width : 48%;
		text-align : left;
		float : right;
	}
	
	
	.results  .barre div.barPol{
		float : left;
		color : #666;
		background : #DC3313;
		display : inline;
		height : 14px;
		margin : 0px 0px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	.results table{
		/*width : 380px; */
		margin : auto;
	}
	.results table tr td{
		/*width : 190px; */
		vertical-align : top;
	}
	.results .modalite{
		float : right;
		color : #666;
	}
		.results .modalite div{
			/*height : 22px; */
		}
		.results .modalite div strong{
			color : #111;
		}
	
	.results  .barre{
		float : left;
		color : #666;
	}
		.results  .barre div{
			height : 22px;
		}
		.results  .barre div .barPol{
			float : left;
			color : #666;
			background : #DC3313;
			display : inline;
			height : 14px;
			margin : 0px 0px;
		}