#modules {

	padding:0 5px;
}

/**************
	CLASSEMENTS
***************/
table.classement{
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

table.classement th{
	text-align: center;
	background : #09429d;
	margin: 0;
	padding: 0;
	color: white;
	height: 25px;
}

table.classement td{
	text-align: center;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	margin: 0;
	padding: 0;
	width:27px;
}

table.classement td.clmt_separation{
	height : 3px;
	background-color : red;
}


table.classement td.clmt_global{
	background-color : #E8E8E8;
}
table.classement td.clmt_exterieur{
	background-color : #FFFF80;
}

table.classement td.clmt_domicile{
	background-color : #ABBDDE;
}

.classementPlus{
	margin		: 5px;
	float		: left;
	width		: 45%;
	border-top	: 10px solid green;
}

.classementMoins{
	margin	: 5px;
	float	: left;
	width	: 45%;
	border-top	: 10px  solid red;
}

.classementPlus ul li, .classementMoins ul li{
	color: black;
	font-weight: normal;
}

/**************
	CALENDRIER
***************/
div.calendrier div{
	width:406px;
}


table.calendrier {
	margin: 0;
	padding: 0;
	background-color : #E8E8E8;
	color : black;
}

table.calendrier td{
	text-align			: center;
	font-size			: 0.9em;
}

table.calendrier td.essai{
	background-color	: #D8D8D8;
	color				: #000;
	text-align			: center;
	font-weight			: bold;
	width				: 15px;
}

table.calendrier td.separation{
	border-bottom		: 2px solid yellow;
	padding-top			: 15px;
	font-weight			: bold;
}

table.calendrier td.journee{
	text-align			: center;
	font-size			: 1.5em;
	font-weight			: bold;
}

table.calendrier td.nom1{
	text-align:right;
	padding-right: 10px;
	width: 140px;
}

table.calendrier td.nom2{
	text-align:left;
	padding-left: 10px;
	width: 140px;
}

table.calendrier td.score{
	width: 50px;
	text-align:center;
}

#calendrierJ1{
	background 			: #969696;
}

#calendrierJ2{
	background 			: #C0C0C0;
}

#calendrierJ3{
	background 			: #DFE6F2;
}

#calendrierJ1 a, #calendrierJ2 a{
	color: black;
	text-decoration: underline;
}

#jours {
    width:915px; /* arbitrary width */
}

#jours .yui-content {
    padding:1em;
}

#jours .loading {
    background-image:url(/spip/thm_cybervulcans_v2/img/loading.gif);
    background-position:center center;
    background-repeat:no-repeat;
}

#jours .loading * {
    display:none;
}