BODY {
	background-image: url(../images/body.jpg);
	background-position: 50% top left;  
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px auto;
	text-align: center;
}
.wrap {
	width: 1000px;
	margin: 20px auto;
	text-align: center;
}
.main {
	width: 1000px;
	background-color: #fff;
	margin: 0px auto 0 auto;
	text-align: center;
	float: left;
	/*background-image: url(../images/bg2.jpg);
	background-repeat: repeat-y;*/
}
.header {	
	background-image: url(../images/header.jpg);
	height: 155px;
	width: 1000px;
	border-top: 1px solid #484848;
}
.footer {
	float: left;
	margin-top: 10px;
	background-color: #fff;
	width: 100%;
	padding-top: 10px;
	height: 40px;
	font-size: 11px;
}
.sponsors {
	margin-top: 10px;
	height: 110px;
	float: left;
	background-color: #fff;
	width: 985px;
	padding-top: 10px;
	padding-left: 15px;
}
.clear {
	clear: both; 
	height: 0px;
	display: none;
}
ul.nav {
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
	height: 43px;
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
ul.nav li {
	float: left;
	width: 158px;
	background-image: url(../images/separator.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 43px;
	list-style: none;
}
ul.nav li a:hover {
	background-color: #e65d00;
	color: #000;
}
ul.nav li:last-child {
	background-image: none;
}
ul.nav li a {
	color: #696969;
	text-decoration: none;	
	font-size: 13px;	
	font-weight: bolder;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	display: block;
	width: 158px;
	height : 28px;
	padding-top: 15px;
}
ul.nav li#home {
	background-image: url(../images/icon-home.gif);
	width: 50px;
	height: 43px;
}
ul.nav li#home a:hover {
	background-color: transparent;
}
.menu {
	float: left;
	width: 200px;
	margin: 10px 20px 0 10px;
}
.menu ul {
	margin: 0 5px 15px 5px;
	padding: 10px;
	border-right: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	text-align: left;
	background-color: #F0F0F0;
	-moz-border-bottom-left-radius:4px;
  	-webkit-border-bottom-left-radius:4px;
  	-o-border-bottom-left-radius:4px;
  	border-bottom-left-radius:4px;
	-moz-border-bottom-right-radius:4px;
  	-webkit-border-bottom-right-radius:4px;
  	-o-border-bottom-right-radius:4px;
  	border-bottom-right-radius:4px;
	list-style: none;
	
	-moz-box-shadow: 4px 4px 4px #CECECE;
-webkit-box-shadow: 4px 4px 4px #CECECE;
box-shadow: 4px 4px 4px #CECECE;
}
.menu .top, TABLE .jour {
	-moz-border-radius:4px;
  	-webkit-border-radius:4px;
  	-o-border-radius:4px;
  	border-radius:4px;
	background-color: #cc4c01;
	height: 21px;
	padding-top: 5px;
	color: #fff;
	font-weight: bolder;
	font-size: 13px;
}
.menu ul li {
	height: 13px;
	margin-bottom: 5px;
}
.menu ul li a {
	text-decoration: none;
	color: #000;
	background: url(../images/marker.gif) no-repeat 0 0;
	display: block;
	margin: 0 0 0 2px;
	text-decoration: none;
	padding-left: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.menu ul li a:hover {
	color: #e55801;
	background-image: url(../images/marker-1.gif);
	/*font-weight: bolder;*/
	text-shadow: 1px 1px #dedede;
}
.menu ul li a.selected {
	font-weight: bolder;
}
.content {
	float: left;
	width: 755px;
	margin-top: 10px;
	text-align: left;	
}
.index {
	float: left;	
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}
.index .news {
	float: left;
	width: 535px;
	margin-right: 10px;
}
.sidebar {
	float: left;
	width: 190px;
	/*border-left: 1px solid #DCDCDC;*/
	padding-left: 10px;
}
.sidebar .top {
	background-image: url(../images/sidebar.jpg);
	width: 190px;
	height: 20px;
	color: #fff;
	font-weight: bolder;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
}
.sidebar ul {
	padding: 10px;
	width: 185px;
	margin: 0 0 10px 0;
	list-style: none;
}
.sidebar ul li.jour {
	font-weight: bolder;
	border-bottom:  1px solid #D0D0D0;
	margin-bottom: 3px;
	font-size: 12px;
	color: #cc4c01;
}
.sidebar .match {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.sidebar .date {
	color: #9B9B9B;
	font-style: italic;
	margin-bottom: 5px;
	font-size: 11px;
}


.newIndex {
	width: 530px;
	margin-top: 10px;
}
.newIndex .title {
	border-bottom:  1px solid #D0D0D0;
	display: block;
	font-weight: bolder;
	font-size: 13px;
	margin-bottom: 1px;
	padding-bottom: 3px;
	padding-left: 10px;
	/*color: #cc4c01;*/
}
.newIndex .texte {
	text-align: justify;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #F2F2F2;
}
.newIndex .texte2 {
	text-align: center;
	margin-bottom: 10px;
}
.hidden {
	display: none;
	visibility: hidden;
}
.bloc {
	margin-bottom: 15px;
}
.bloc h2 {
	border-bottom:  1px solid #D0D0D0;
	border-top:  1px solid #D0D0D0;
	font-size: 14px;
	font-weight: bolder;
	height: 25px;
	padding-left: 10px;
	margin: 0;
}
.bloc h2 a {
	color: #000;
	text-decoration: none;
}
.bloc .res {
	background-image: url(../images/topSeparator.jpg);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 35px;
	height: 25px;
}
.bloc h2 SPAN {
	padding-top: 4px;
	display: inline-block;
}
.bloc H2 p {
	margin: 0;
	padding: 0;
	display: inline-block;
}

TABLE TR TD {
	font-size: 12px;
}
TABLE.result {
	margin-top: 15px;
	margin-left: 45px;
	margin-bottom: 25px;
	width: 675px;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
TABLE.result2 {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 25px;
	width: 735px;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
TABLE THEAD TR TH {
	background-color: #cc4c01;
	height: 25px;
	color: #fff;
	font-weight: bolder;
}
TABLE TR {
	height: 25px;
	vertical-align: middle;
}
TABLE TH {
	text-align: center;
}

TABLE TBODY TR:nth-child(odd) {
	background-color: #fff;
}
TABLE TBODY TR:nth-child(even) {
	background-color: #f0f0f0;
}
TABLE TBODY TR.accession {
	background-color: #99B3EC;	
}
TABLE TBODY TR.relegation {
	background-color: #FF9797;
}
TABLE TBODY TR.barrageHaut {
	background-color: #C1D0F3;	
}
TABLE TBODY TR.barrageBas {
	background-color: #FFBDDE;	
}


TABLE .pos {
	text-align: center;
	padding-right: 15px;
}
TABLE TR.match {
	border-bottom: 1px solid #7C7C7C;
}
TABLE TR TD, TABLE THEAD TR TH {
	vertical-align: middle;
}
TABLE .team {
	width: 145px;
}
TABLE .equipe {
	text-align: left;
}
TABLE .home {
	text-align: right; 
	padding-right: 20px;
	display: inline-block;
}
TABLE .away {
	text-align: left;
	padding-left: 20px;
	display: inline-block;
}
TABLE .scorehome {
	text-align: right; 
	padding-right: 10px;
	width: 10px;
	display: inline-block;
}
TABLE .scoreaway {
	text-align: left;
	padding-left: 10px;
	width: 10px;
	display: inline-block;
}
TABLE TR TH {
	font-weight: bolder;
}
TABLE .jour {
	text-align: left;
	padding-left: 10px;
}
.vainqueur {
	font-weight: bolder; 
	text-transform: uppercase; 
}
.perdant {
	font-style: italic; 
}
.vainqueur2 {
	font-weight: bolder; 
	color: #FF7F50;	
}

.marbehan {
	color: #e48300;	
}
TABLE TR.marbehan2 TD {
	color: #e48300;	
	font-weight: bolder;
	text-shadow: 1px 1px 2px #fff;
}
TABLE TR.sep TD {
	border-top: 1px solid #000;
}

TABLE TR.total TD {
	background-color: #95CBFF;
	font-weight: bolder;
}
TABLE TR TD a {
	color: #2150D5;
	font-weight: bolder;
	text-decoration: none;
}
.classementTri {
	margin-left: 170px;
	margin-top: 25px;
}
.classementTri SPAN {
	background-image: url(../images/classement.jpg);
	background-repeat: no-repeat;
	width: 75px;
	height: 21px;
	display: inline-block;
	text-align: center;
	padding-top: 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
}
.classementTri SPAN:hover {
	color: #e48300;	
}
.classementTri SPAN.sel {
	background-image: url(../images/classementSel.jpg);
	font-weight: bolder;
}

#load {
	height: 11px;
	width: 16px;
	margin: 0 auto;
	text-align: center;
}
.opacity {
	opacity : 0.5; 
   -moz-opacity : 0.5; 
   -ms-filter: "alpha(opacity=50)"; /* IE 8 */ 
   filter : alpha(opacity=50); /* IE < 8 */
}

.img {
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
	background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	-webkit-border-radius:2px;
	-webkit-user-select:none;
	background-color:#f5f5f5;
	background-image:linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);
	border:1px solid #dcdcdc;
	border:1px solid rgba(0, 0, 0, 0.1);
	border-radius:2px;
	color:#434343;
	font-size:11px;
	font-weight:bold;
	height:16px;
	line-height:14px;
	padding:1px 10px 0 10px;
	text-align:center;
	text-decoration: none;
	display: block;
	width: 50px;	
}


.triasc {
	background-image: url(../images/sortasc.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
	padding-right: 10px;
}
.tridesc {
	background-image: url(../images/sortdesc.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-right: 10px;
}
.tri {
	background-image: url(../images/sort.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	cursor: pointer;
}


.lien {
	margin-left: 15px;
	height: 17px;
}
.lien .site a {
	width: 400px; 
	display: inline-block;
	text-decoration: none;
	color: #8B8B8B;
}
.lien .site {
	display: inline-block;
	width: 450px;
}
.lien .site_nom {
	width: 200px;
	display: inline-block;	
}
.lien:hover {
	background-color: #E7E7E7;
}





ul.classement {
	font-size: 10px;
	float: left;
	width: 200px;
	margin: 0;
	padding: 10px 0 0 0px;
}
ul.classement .team {
	width: 77px;
	display: inline-block;
	height: 13px;
	padding-left: 2px;
}
ul.classement .pts {
	width: 13px;
	height: 13px;
	display: inline-block;
	text-align: right;
}
ul.classement .left, ul.classement .right {
	float: left;
	width: 100px;
}
ul.classement ul li {
	list-style: none;
	height: 13px;
}


.pagination {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #93aa99;
    display: inline-block;
    position: relative;
    zoom: 1; *display: inline; /* IE7 FTW */
	 margin-top: 10px;
	 margin-left: 230px;
}
.pagination ul.pages {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.pagination ul.pages li {
    float: left;
    padding: 0;
}
#load2 {
	width: 16px;	
	text-align: center;
	margin-top: 5px;
}
.pagination ul.pages li span {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #337287 !important;
    margin: 0;
    border: 1px solid #afbeb0;
    -moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 -1px 0 0 rgba(255, 255, 255, 0.3), inset -1px 0 0 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 -1px 0 0 rgba(255, 255, 255, 0.3), inset -1px 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 -1px 0 0 rgba(255, 255, 255, 0.3), inset -1px 0 0 0 rgba(255, 255, 255, 0.3);
    outline: none;
    background: #e6eae5 url("/minish/pager/next-pale.png") no-repeat left 0;
	 cursor: pointer;	 
}
.pagination ul.pages li SPAN:hover {
    border: 1px solid #8c9b8c;
    background-position: left -25px;
}
.pagination ul.pages li.prev SPAN, .pagination ul.pages li.next SPAN {
    width: 75px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.pagination ul.pages.compact li.prev SPAN, .pagination ul.pages.compact li.next SPAN {
    width: 59px;
}
.pagination ul.pages li.prev {
    margin: 0 5px 0 10px;
	 display: block;
}
.pagination ul.pages li.next {
    margin: 0 10px 0 5px;
	 display: block;
}
.pagination ul.pages li.prev SPAN {
    padding: 5px 0 5px 15px;
    -moz-border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
    background: #e6eae5 url("../images/prev-pale.png") no-repeat left 0;
	 display: block;
}
.pagination ul.pages li.next SPAN {
    padding: 5px 15px 5px 0;
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
    background: #e6eae5 url("../images/next-pale.png") no-repeat right 0;
	  display: block;
}
.pagination ul.pages li.prev SPAN:hover, .pagination ul.pages li.next SPAN:hover {
    border: 1px solid #8c9b8c;
    color: #337287;
}
.pagination ul.pages li.prev SPAN:hover {
    background-position: left -25px;
}
.pagination ul.pages li.next SPAN:hover {
    background-position: right -25px;
}
