* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	color: #057C32;
	display: block;
	width: 100%;
	border-bottom: solid;
	border-bottom-color: #057C32;
	border-bottom-width: 1px;
	margin-bottom: 24px;
}

#divcalendrier p {
	font-family: Arial, sans-serif;
	color: #626262;
	font-size: 12px;
}

#divtopsponsors {
	background-image: url(bg_sponsors.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 52px;
	
}
#divclassement {
	background-image: url(bg_classement.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 340px;
}
#divclassementpo {
	background-image: url(bg_classement_po.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 135px;
}
#divnextgame {
	background-image: url(bg_nextgame.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 105px;
}
#divresult {
	background-image: url(bg_uleb.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 115px;
}
#divacademy {
	background-image: url(bg_academy.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 450px;
}
#inside {
	padding-left: 18px;
	padding-right: 28px;
	padding-top: 35px;
}
#lastplayed {
	height: 90px;
}

/*******************************************************************
 Classement, résultats, etc
*******************************************************************/
.rightitems .classement {
	width: 100%;
}
.rightitems .classement th {
	font-weight: bold;
}
.rightitems .classement td {
	vertical-align: top;
}
.rightitems .matchtable {
	width: 100%;
}

/*******************************************************************
 Calendrier
*******************************************************************/
#divcalendrier select {
	width: 150px;
}
.TableCalendrierSelect {
	font-family: Arial, sans-serif;
	color: #626262;
	font-size: 12px;
	margin-bottom: 12px;
}
.TableCalendrierBody {
	width: 100%;
}
.TableCalendrierHeader {
	font-family: Arial, sans-serif;
	color: #626262;
	font-size: 12px;
	font-weight: bold;
}
.TableCalendrierCol1 {
	width: 75px;
}
.TableCalendrierCol2, .TableCalendrierCol3, .TableCalendrierCol4 {
	width: 125px;
}
.TableCalendrierCol5 {
	width: 60px;
}
.TableCalendrierCellOdd {
}
.TableCalendrierCellEven {
}
.TableCalendrierFOBC {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #057C32;
	font-weight: bold;
}
.TableCalendrierStd {
	font-family: Arial, sans-serif;
	color: #626262;
	font-size: 12px;
}

/*******************************************************************
 Styles pour l'éditeur
*******************************************************************/
.TextBleu {
	color: #102266;
}
.TextVert {
	color: #057C32;
}
.TextSmall {
	font-size: 11px;
	line-height: 14px;
}
.TextFOBC {
	color: #057C32;
	font-weight: bold;
}

