#article ul.informations
	{
		margin:0;
		padding:2px 2px;
		
	}
	#article ul.informations li
	{
		width:100%;
		min-height:20px;
		color:white;
		display:block;
		margin:0;
		padding:0;
		list-style-type:none;
		background:#748ac7;
		-webkit-border-radius:8px 0px 8px 0px;
		-moz-border-radius:8px 0px 8px 0px;
		
	}
	#article ul.informations li div{
		padding:5px 10px;
		color:#e7ebf7;
	}
	#article ul.informations li div strong{
		color:white;
	}
	#article ul.informations li.other{
		background:#e4eafa;
	}
	#article ul.informations li.first{
		background:#1a55af;
	}
	#article ul.informations li.other div{
		color:#5871b5;
	}
	
	#article ul.informations li.other div strong{
		color:#405ca8;
	}
	#article ul.informations li.first div strong{
		color:white;
	
	}
	#article .right{
		float:right;
	}
	#article .right.article{
		margin-left:10px;
	}
	#article .fiche{
		width:180px;background:#748ac7;-webkit-border-radius:10px 0px 10px 0px;
		-moz-border-radius:10px 0px 10px 0px;
		margin:0px 0px 10px 0px;
	}
	#article ul.informations li a {
		color:#e7ebf7;
		text-decoration:none;
	}
	#article ul.informations li.other a {
		color:#5871b5;
		text-decoration:none;
	}
	#article .clearl{ clear:left; }
	#article ul.informations li a:hover { color:#00216c; }
	#article a.gamePersos{ opacity:0.75; }
	#article a.gamePersos:hover{ opacity:1; }
	#article ul#uwin{
		margin:10px 0px;
		margin-left:30px;
		width:250px;
		float:left;
		position:relative;
		min-height:100px;
		-webkit-border-radius:10px 0px 0px 10px;
		-moz-border-radius:10px 0px 0px 10px;
		background:#ceeedd;
		padding-top:15px;
	}
	#article ul#ulose{
	
		padding-top:15px;
		margin:10px 0px;
		width:250px;
		float:left;
		position:relative;
		min-height:100px;
		-webkit-border-radius:0px 10px 10px 0px;
		-moz-border-radius:0px 10px 10px 0px;
		background:#eecedf;
	}
	#article ul#uwin li{
		list-style-type:none;
		padding-left:14px;
		background:url(img/win.png) left center no-repeat;
	}
	#article ul#ulose li{
		list-style-type:none;
		padding-left:14px;
		background:url(img/lose.png) left center no-repeat;
	}
	#article ul#uwin li.cadre,ul#ulose li.cadre,ul#uwin li.losewin
	{
		position:absolute;
		list-style-type:none;
	
		background:none;
		width:32px;
		height:24px;
		top:-12px;
		left:50%;
		margin-left:-16px;
	}
	#article ul#uwin li.cadre{ background:url(img/wonT.png) 0 0 no-repeat; }
	#article ul#ulose li.cadre{ background:url(img/loseT.png) 0 0 no-repeat; }
	#article ul#uwin li.losewin{ 
		width:56px;
		height:112px;
		right:-44px;
		z-index:200;
		left:auto;
		top:50%;
		margin-top:-56px;
		background:url(img/losewin.png) 0 0 no-repeat;
	}