#global #content_left{
	width: 900px;
}

.score{
	float:right;
}

#content #tableau_coupe{
	background-image:url("../picture/interface/bg_resultat_coupe.png");
	background-position:0 0;
	background-repeat:no-repeat;
	margin-top:30px;
	overflow:hidden;
}
#content #tableau_coupe.full{
	background-image:url("../picture/interface/bg_resultat_coupe_full.png");
	background-position:0 0;
	background-repeat:no-repeat;
	overflow:hidden;
}
#content #tour_1,#content #tour_2,#content #tour_3,#content #tour_4,#finale {
	width:124px;
	float:left;
	margin-right:5px;
}
#content .full #tour_1,#content .full #tour_2,#content .full #tour_3,#content .full #tour_4,#content .full #tour_0,.full #finale {
	width:145px;
	float:left;
	margin-right: 0;
}

#content .full #tour_1,#content .full #tour_2,#content .full #tour_3,#content .full #tour_4, .full #finale {
	margin-left: -1px;
	
}

#content #tour_2 {
	margin-top:28px;
}

#content #tour_3 {
	margin-top:82px;
}
#content #tour_4 {
	margin-top:190px;
}
#content #finale {
	margin-top:412px;
}

#content #tour_2 .match{
margin-bottom:65px;
}

#content #tour_3 .match{
margin-bottom:175px;
}
#content #tour_4 .match{
margin-bottom:400px;
}

#content .full #tour_1 {
	margin-top:28px;
}

#content .full #tour_2 {
	margin-top:82px;
}

#content .full #tour_3 {
	margin-top:190px;
}
#content .full #tour_4 {
	margin-top:410px;
}
#content .full #finale {
	margin-top:850px;
}


#content .full #tour_1 .match{
margin-bottom:65px;
}
#content .full #tour_2 .match{
margin-bottom:175px;
}

#content .full #tour_3 .match{
margin-bottom:396px;
}
#content .full #tour_4 .match{
margin-bottom:838px;
}


#content .match {
	width:128px;
	margin-bottom:10px;
	border:1px solid #333;
	border-bottom:0;
	background-color:#F1F1F2;
}

#content .full .match {
	width:143px;
	margin-bottom:10px;
	border:1px solid #333;
	border-bottom:0;
	background-color:#F1F1F2;
}
#content .match:last-child {
	margin-bottom: 0!important;
}

#content .equipe {
	width:122px;
	border-bottom:1px solid #333;
	padding:3px;
}

#content .full .equipe {
	width:138px;
	border-bottom:1px solid #333;
	padding:3px;
}

#content .equipe .score{
	display:block;
}

#content .equipe.empty {
	height:15px;
}


#content .equipe.win {
	background-color:#ddd;
	padding-right: 2px;
}

#content .equipe.win_finale {
	background-color:#a21616;
		color:#fff;
}

#content .equipe.win_finale a{
	color:#fff;
}

