/* Onglets
----------------------------------------------------------*/
.part-tabs {
	display: block;
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 1em 0 0 0;
	z-index: 1;
	border-bottom : 1px solid #666;
	line-height: normal;
}
.part-tabs li {
	display: inline;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.part-tabs a {
	border-width: 1px 1px 0 1px !important;
	border-style: solid;
	border-color: #666;
	margin-left: 5px;
	padding: 1px 5px 0 5px;
	background: #e1dfcc;
	-moz-border-radius: 2px 2px 0 0;
	text-decoration: none;
}
.part-tabs a:hover, 
.part-tabs a:focus {
	border-top-color: #000;
	border-left-color: #000;
	border-right-color: #000;
}
li.part-tabs-active a {
	font-weight: bold;
	border-bottom: 1px solid #fff !important;
	background: #fff;
}
li.part-tabs-link a {
	background: #ffffd3;
}

/* affichage du score d'une couleur differente selon
qu'il soit perdu gagne ou egalité
*/
.war_lost {
    color: #d93030;
}

.war_win {
    color: #48d930;
}
.war_draw {
    color: #304cd9;
}

war_delayed {
   color: #efefef;
}
.mandatory {
    color: #d93030;
}


.three-cols { position: static; }
.three-cols .col {
	width: 32.3%;
	float: left;
	margin-left: 1%;
}
.three-cols .col:first-child {
	width: 33.3%;
	margin-left: 0;
}
.four-cols { position: static; }
.four-cols .col {
	width: 24%;
	float: left;
	margin-left: 1%;

}
.four-cols .col:first-child {
	width: 25%;
	margin-left: 0;
}
.two-cols { position: static; }
.two-cols .col {
	width: 49%;
	margin-left: 1%;
	float: left;

}
.two-cols .col:first-child {
	width: 50%;
	margin-left: 0;

}

.three-cols-details { position: static; }
.three-cols-details .col {
	width: 32.3%;
	float: left;
	margin-left: 1%;
}
.three-cols-details .col:first-child {
	width: 33.3%;
	margin-left: 0;
}

.four-cols-details { position: static; }
.four-cols-details .col {
	width: 24%;
	float: left;
	margin-left: 1%;
	text-align: center;
}
.four-cols-details .col:first-child {
	width: 25%;
	margin-left: 0;
	text-align: center;
}
.two-cols-details { position: static; }
.two-cols-details .col {
	width: 49%;
	margin-left: 1%;
	float: left;
	text-align: center;
}
.two-cols-details .col:first-child {
	width: 50%;
	margin-left: 0;
	text-align: center;
}

.head {
	font-size: 150%;
	font-weight: bold;
}

.label {
	font-weight: bold;
}

.score {
	text-align: center;
	
}
.pun td {border-width: 0px;}

.headh2 {
	background-color: #0066b9;
	color: #fff;
	font-weight: bold;
	font-size: 150%;
}

.msg_war_to_validate {
	color: red;
}