* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

body {
	background-color:#d8ecf7;
	background-image:url(/images/design/body-bg2.png);
	background-repeat:repeat-x;
}

#bgfooter {
	/*background-image:url(/images/design/footer-bg1.png);*/
	background-repeat:no-repeat;
	background-position:bottom center;
}

.clear {
	clear:both;
}

img {
	border:0;
}

li {
	list-style:none;
}

td {
	vertical-align:top;
}

a {
	color:black;
}
a:hover {
	text-decoration:underline;
}
optgroup {
	padding-bottom: 5px;
}
option {
	padding-left:10px;
}

.hidden {
	display:none;
}

.green {
	color:#008000 !important;
}
.red {
	color:#800000 !important;
}

#wrapbg {
	width:1016px;
	margin:auto;
	background-image:url(/images/design/wrap-bg.png);
	background-repeat:repeat-y;
}

#wrap {
	width:1004px;
	margin:auto;
	background-color:white;
	/*background-image:url(/images/design/footer-bg1.png);*/
	background-repeat:no-repeat;
	background-position:bottom center;
	
}
#container {
	padding:10px 5px 0 0;
}

#col-main {
	width:688px;
	float:left;
}
#col-left {
	width:212px;
	float:left;
}
#col-center {
	width:472px;
	float:right;
}
#col-right {
	width:300px;
	float:right;
}

#col-left-large {
	width:462px;
	float:left;
}
#col-middle {
	width:220px;
	float:right;
}


/**
* Message d'information et d'erreur
**/
#error, #success, #messages {
	margin:10px;
	border:3px solid white;
	display:none;
	font-weight:bold;
	padding:5px 5px 0 5px;
	font-size:12px;
	background-color:#fff;
}
#error ul, #success ul {
	list-style-position:inside;
	list-style-type:square;
	margin:0;
	padding:0;
}
#error ul li, #success ul li {
	padding:0;
	margin:0pt 0pt 5px;
}
#error .close, #success .close {
	text-align:right;
}
#error .close a, #success .close a {
	font-size:10px;
}

#error {
	background-color:#FFCFD3;
}
#success {
	background-color:#CFFFD1;
}

ul.filactu {
	background-color:white;
}
ul.filactu li.title {
	background-color:#085aab;
	background-image:url(/images/design/filactu-title.png);
	background-repeat:repeat-x;
	color:white;
	padding:10px 5px 5px 10px;
	font-weight:bold;
}
ul.filactu li {
	padding:10px;
	border-bottom:1px solid #9cd1f1;
	color:black;
}
ul.filactu li a {
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
ul.filactu li span.date {
	font-size:11px;
	display:block;
}
ul.filactu li i {
	font-size:11px;
	color:#a3a39e;
}
ul.filactu li.more {
	padding:5px;
	text-align: right;
	border-bottom: 0;
}
ul.filactu li.more a {
	font-size:11px;
	font-weight: normal;
	color:black;
	text-decoration: none;
}

#col-right div.pub {
	width:300px;
	height:265px;
	overflow:hidden;
	margin-bottom:10px;
	color:#7D7D71;
}
#col-right div.pub small {
	font-size:10px;
	color:#7D7D71;
	text-transform:uppercase;
}
#col-right div.bloc {
	background-color:white;
	margin-bottom:9px;
}
#col-right div.contour {
	border:1px solid #f2f8fc;
	padding:5px;
}
#col-right div.followus {
	text-align:center;
}
#col-right div.followus img {
	margin:0 5px 0 5px;
}

#calendrier-right {
	margin-bottom:10px;
}
#calendrier-right strong {
	display:block;
	background-color:#5b7c9d;
	color:white;
	padding:2px;
}
#calendrier-right tr.even {
	background-color:#e0e7f6;
}
#calendrier-right th {
	text-align:center;
	background-color:#e0e7f6;
	border-bottom:1px solid #5b7c9d;
	border-top:1px solid #5b7c9d;
	color:#5b7c9d;
}
#calendrier-right td {
	text-align:center;
}
#calendrier-right td.time {
	text-align:center;
	font-weight:bold;
	background-color:#e0e7f6;
}
#calendrier-right td a {
	text-decoration:none;
}
#calendrier-right td a:hover {
	text-decoration:underline;
}

#calendrier-right td.parier {
	text-align:right;
	vertical-align:middle;
}
#calendrier-right td.parier a {
	font-size:10px;
	border:1px solid #0db52a;
	background-color:#7BAF71;
	padding:1px 2px 1px 2px;
}
#calendrier-right td.parier a:hover {
	color:white;
	text-decoration:none;
}

/**
* Bloc Membre
**/
div.membre div.login {
	float:right;
	width:222px;
	margin-right:10px;
	border:3px solid #ff9d00;
	background-image:url(/images/design/loginbox-bg.png);
	background-repeat:repeat-x;
	background-color:#032a51;
	
}
div.membre div.login form {
	padding-top:10px;
}
div.membre div.login form p {
	text-align:center;
	margin-bottom:10px;
}
div.membre div.login label {
	display:block;
	color:white;
}
div.membre div.login input.txt {
	border:0;
	text-align:center;
}
div.membre div.login input.submit {
	color:white;
	background-color:#1d76d0;
	font-weight:bold;
	border:0;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0px 10px 0px 10px;
}
div.membre div.login p {
	padding:5px;
}
div.membre div.login p a {
	color:#ff9d00;
	font-size:10px;
}
div.membre {
	background-image:url(/images/design/blue-gradient-bg.png);
	background-repeat:repeat-x;
	background-color:#083867 !important;
	background-position:top;
	color:white;
}
div.membre h2 {
	margin:0 0 10px 0;
	padding:0 0 20px 40px;
	background-image:url(/images/design/blue-gradient-icon.png) !important;
	background-position:0px 0px;
	color:white !important;
}
div.membre div.inner,
div.membre div.inner a {
	color:white !important;
}

div.membre div.inner ul li {
	margin-bottom:10px;
	list-style:disc;
	margin-left:20px;
}
div.membre div.inner ol li {
	margin-bottom:5px;
	margin-left:20px;
}

div.membre div.inner input.txt,
div.membre div.inner textarea,
div.membre div.inner select {
	border:1px solid #093b6c;
	padding:2px;
}
div.membre div.inner input.submit {
	color:white;
	background-color:#1d76d0;
	font-weight:bold;
	border:0;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0px 10px 0px 10px;
}
div.membre div.inner i,
div.membre div.inner span {
	font-size:10px;
}
div.membre div.inner label {
	font-size:11px;
}
div.membre div.inner label.b {
	display:block;
	margin-bottom:3px;
}
div.membre div.inner h6 {
	font-size:14px;
	margin-bottom:10px;
}

div.membre div.inner-half ul,
div.membre div.inner-half p,
div.membre div.inner-half form {
	width:400px;
	
}

div.membre div.dual {
	width:300px;
	float:left;
}
div.membre div.dual input.txt,
div.membre div.dual textarea,
div.membre div.dual select {
	width:80%;
}
div.membre div.dual h6 {
	font-size:14px;
	margin-bottom:10px;
	border-bottom:2px solid white;
	padding-bottom:3px;
}

div#persohome {
	background-image:url(/images/design/perso-home-bg.png);
	width:682px;
	height:110px;
	position:relative;
}
div#persohome a.default {
	width:108px;
	height:71px;
	position:absolute;
	top:17px;
	left:21px;
}
div#persohome ul {
	position:absolute;
	top:19px;
	left:170px;
	width:490px;
}
div#persohome ul li {
	width:87px;
	height:69px;
	background-repeat:no-repeat;
	margin-right:10px;
	display:block;
	float:left;
	cursor:pointer;
}
div#persohome ul li.conseil {
	background-image:url(/images/design/perso-home-conseil.png);
}
div#persohome ul li.stats {
	background-image:url(/images/design/perso-home-stats.png);
}
div#persohome ul li.pronostic {
	background-image:url(/images/design/perso-home-pronostic.png);
}
div#persohome ul li.actu {
	background-image:url(/images/design/perso-home-actu.png);
}
div#persohome ul li.forum {
	background-image:url(/images/design/perso-home-forum.png);
}


#col-right div.pronostic {
	background-image:url(/images/design/center-pronostic-bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#051322;
	border:3px solid #a3a6aa;
	padding-top:70px;
	margin:0 0 10px 4px;
}
#col-right div.pronostic table {
	margin:0 5px 10px 5px;
	width:280px;
}
#col-right div.pronostic table td, 
#col-right div.pronostic table th {
	text-align:center;
	font-weight:bold;
	color:#ff9900;
	padding:2px;
	vertical-align:middle;
}
#col-right div.pronostic table th {
	color:white;
	font-weight:normal;
	width:40%;
}
#col-right div.pronostic table th a {
	color:white;
	font-weight:normal;
	text-decoration:none;
}
#col-right div.pronostic table th a:hover {
	text-decoration:underline;
}
#col-right div.pronostic table tr.even {
	background-color:#153251;
}
#col-right div.pronostic table tr.odd {
	background-color:#2a4f75;
}

#col-middle div.stats {
	background-image:url(/images/design/btn-middle-stats.png);
	background-repeat:no-repeat;
	width:216px;
	height:84px;
	margin:0 0 10px 4px;
}
#col-middle div.stats a {
	display:block;
	width:180px;
	height:29px;
	padding:40px 0 0 18px;
	line-height:29px;
	text-decoration:none;
	font-weight:bold;
	color:white;
	text-align:center;
	font-size:16px;
}
#col-middle a.livescore {
	background-image:url(/images/design/small-livescore.png);
	background-repeat:no-repeat;
	display:block;
	width:216px;
	height:80px;
	margin:0 0 10px 4px;
}

#classement-right {
	margin-bottom:10px;
}
#classement-right strong {
	display:block;
	color:white;
	padding:2px;
	background-color:#5B7C9D;
}
#classement-right strong a {
    color:white;
    text-decoration: none;
}
#classement-right thead th,
#classement-right thead td {
	font-weight:bold;
	padding:2px;
	font-size:11px;
}
#classement-right tbody th,
#classement-right tbody td {
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
	padding:1px;
	border-bottom:1px solid white;
	font-size:11px;
}
#classement-right tbody td.pos {
	padding-left:5px;
	width:25px;
}
#classement-right tbody td.change {
	width:20px;
}
#classement-right tbody td.team {
}
#classement-right tbody td.team a {
	text-decoration:none;
	font-size:11px;
}
#classement-right tbody td.team a:hover {
	text-decoration:underline;
}
#classement-right tbody td.diff {
	width:40px;
	text-align:center;
}
#classement-right tbody td.point {
	width:40px;
	text-align:center;
}
#classement-right tbody tr.pos1,
#classement-right tbody tr.pos2 {
	background-color:#7BAF71;
}
#classement-right tbody tr.pos3 {
	background-color:#BBE3A7;
}
#classement-right tbody tr.pos4 {
	background-color:#D1EBC6;
}
#classement-right tbody tr.pos18,
#classement-right tbody tr.pos19,
#classement-right tbody tr.pos20 {
	background-color:#F9E991;
}
/**
* Liste de matchs
**/
table.matchList {
	background-color:white;
	border:2px solid #b1abab;
	margin-bottom:10px;
}
table.matchList img {
	border:0 !important;
}
table.matchList td.center {
	text-align:center;
}
table.matchList td.right {
	text-align:right;
}
table.matchList thead th {
	background-image:url(/images/design/table-head-bg.png);
	background-repeat:repeat-x;
	background-color:#ff9e03;
	font-weight:bold;
	text-align:left;
	color:white;
	line-height:25px;
	font-size:13px;
	padding:0 0 0 5px;
}
table.matchList thead th a {
	color:white;
	text-decoration:none;
}
table.matchList thead td {
	font-weight:bold;
	text-align:left;
	padding:4px;
	background-color:#b1abab;
}
table.matchList tbody tr.odd {
	background-color:#f8f7f7;
}
table.matchList tbody tr.even {
	background-color:#ebe8e8;
}
table.matchList tbody tr.selected {
	background-color:#ff9e03;
}
table.matchList tbody tr.selected td {
	font-weight:bold;
}

table.matchList tbody td {
	padding:4px 2px 4px 2px;
	color:black;
	font-size:11px;
	vertical-align:middle;
}
table.matchList tbody td a {
	text-decoration:none;
	font-size:11px;
}
table.matchList tbody td a:hover {
	text-decoration:underline;
}
table.matchList tbody td a.bold {
	font-weight:bold;
	color:black;
}

table.matchList tfoot tr {
	background-color:#b1abab;
}
table.matchList tfoot td {
	text-align:right;
	font-size:11px;
	padding:2px 5px 2px 0;
}
table.matchList tfoot td a {
	font-size:11px;
	color:white;
}

/**
* Match Details
**/
table.matchDetail {
	background-color:white;
	border:2px solid #b1abab;
	margin-bottom:10px;
}
table.matchDetail img {
	border:0 !important;
}
table.matchDetail td.center {
	text-align:center;
}
table.matchDetail td.right {
	text-align:right;
}
table.matchDetail thead th {
	background-image:url(/images/design/table-head-bg.png);
	background-repeat:repeat-x;
	background-color:#ff9e03;
	font-weight:bold;
	color:white;
	line-height:25px;
	font-size:13px;
	padding:0 0 0 5px;
}
table.matchDetail thead th a {
	color:white;
	text-decoration:none;
}
table.matchDetail thead td,
table.matchDetail tr.title td,
table.matchDetail tr.title th {
	font-weight:bold;
	text-align:center;
	padding:2px;
	background-color:#b1abab;
}
table.matchDetail tbody tr.odd {
	background-color:#f8f7f7;
}
table.matchDetail tbody tr.even {
	background-color:#ebe8e8;
}
table.matchDetail tbody td,
table.matchDetail tbody th {
	padding:2px;
}

/*
table.matchDetail th,
table.matchDetail td {
	padding:1px;
	vertical-align:middle;
}
*/

table.matchDetailHead thead th {
	width:35%;
}
table.matchDetailHead thead th.s {
	width:100px;
}
table.matchDetailHead th,
table.matchDetailHead td {
	text-align:center;
}

table.matchDetailBut tbody td.t {
	width:8%;
	text-align:center;
}
table.matchDetailBut tbody td.v {
	width:40%;
	padding:0;
}
table.matchDetailBut tbody td.s {
	padding:0;
	text-align:center;
}

table.matchDetailCards tbody td.t,
table.matchDetailCards tbody td.c,
table.matchDetailSubstitution tbody td.t,
table.matchDetailSubstitution tbody td.c {
	width:5%;
	text-align:center;
}
table.matchDetailCards tbody td.v,
table.matchDetailSubstitution tbody td.v {
	width:45%;
	padding:0;
}
table.matchDetailCards tbody td.s,
table.matchDetailSubstitution tbody td.s {
	padding:0;
	text-align:center;
}

table.matchDetailLineup tbody td.t {
	width:8%;
	text-align:center;
}
table.matchDetailLineup tbody td.v {
	width:45%;
	padding:0;
}
table.matchDetailLineup tbody td.s {
	padding:0;
	text-align:center;
}

/**
* Table Cotes
**/
table.cotes {
	margin-bottom:10px;
	border-top:1px solid #4d7bb0;
}
table.cotes th {
	border-right:1px solid #4d7bb0;
	border-left:1px solid #4d7bb0;
	border-bottom:1px solid #4d7bb0;
}
table.cotes td {
	border-right:1px solid #4d7bb0;
	border-bottom:1px solid #4d7bb0;
}

table.cotes tfoot td {
	border:0;
	font-size:13px;
	color:red;
}
table.cotes tfoot th,
table.cotes tbody tr.liens th  {
	text-align:left;
	font-weight:normal;
	padding:2px;
}
table.cotes tfoot th a,
table.cotes tbody tr.liens th a {
	text-decoration:none;
	color:#000;
	padding-right:15px;
}

table.cotes thead th {
	width:200px;
	background-color:#f1f1f1;
}
table.cotes thead td {
	padding:1px;
	background-color:#f1f1f1;
	text-align:center;
	width:32px;
}
table.cotes thead td a {
	font-size:10px;
}

table.cotes tbody tr.cote th {
	padding:2px;
	color:black;
	text-align:left;
	font-weight:normal;
	background-color:white;
	font-size:11px;
}
table.cotes tbody tr.cote th a {
	color:#4d7bb0;
	text-decoration:none;
	font-size:11px;
}
table.cotes tbody tr.cote td {
	padding:2px;
	color:#4d7bb0;
	text-align:center;
	background-color:white;
	font-size:11px;
}
table.cotes tbody tr.cote td a {
	color:#4d7bb0;
	font-size:11px;
	text-decoration:none;
}
table.cotes tbody tr.cote td a:hover {
	text-decoration:underline;
}
table.cotes tbody tr.cote td.top {
	background-color:#b9d8f5;
}
table.cotes tbody tr.cote td.top a {
	color:red;
}

table.cotes tbody tr.void th {
	border:0;
	background-color:transparent;
}
table.cotes thead tr.title,
table.cotes tbody tr.title {
	color:white;
	background-color:#4d7baf;
}
table.cotes thead tr.title th,
table.cotes tbody tr.title th {
	padding:2px;
	text-align:left;
	font-weight:normal;
	background-color:#4d7baf;
}
table.cotes tbody tr.subtitle {
	color:#4d7bb0;
	background-color:#eaf2f8;
}
table.cotes tbody tr.subtitle th {
	padding:2px;
	text-align:left;
	font-weight:bold;
}

/**
* Table Cotes Verticales
**/
table.cotesvert {
	width:490px;
	margin:0;
}
table.cotesvert thead,
table.cotesvert tbody  {
background-color:white;
}
table.cotesvert a {
	color:#4d7bb0;
	text-decoration:none;
}
table.cotesvert a:hover {
	text-decoration:underline;
}

table.cotesvert tbody th {
	border-left:1px solid #4D7BB0;
}
table.cotesvert tbody th,
table.cotesvert tbody td {
	padding:2px;
	border-bottom:1px solid #4D7BB0;
	border-right:1px solid #4D7BB0;
}
table.cotesvert tbody th.i {
	width:67px;
}
table.cotesvert tbody td.t {
	width:187px;
}
table.cotesvert tbody td.c {
	text-align:center;
}
table.cotesvert tbody td.c a {
	font-size:11px;
}
table.cotesvert tbody td.top {
	background-color:#b9d8f5;
}
table.cotesvert tbody td.top a {
	color:red;
}
table.cotesvert tbody tr.head th {
	text-align:right;
	padding:4px;
}
table.cotesvert tbody tr.head td {
	padding:4px;
	width:70px;
	background-color:#4D7BAF;
	color:white;
	text-align:center;
}

table.cotesvert thead td {
	padding:5px 0 5px 0;
	border:1px solid #4D7BB0;
}
table.cotesvert thead table {
	width:100%;
}
table.cotesvert thead table td,
table.cotesvert thead table th {
	border:0;
}
table.cotesvert thead table td.b1,
table.cotesvert thead table td.b2 {
	width:65px;
	text-align:center;
}
table.cotesvert thead table td.l {
	width:150px;
	padding-left:10px;
}
table.cotesvert thead td.l a {
	font-size:11px;
}
table.cotesvert thead th {
	color:#666666;
	font-size:11px;
}
table.cotesvert thead th strong {
	color:black;
	font-size:18px;
}



form.calcinline {
	margin:10px auto 10px auto;
	border:1px solid #4D7BB0;
	background-color:#EAF2F8;
	padding:5px;
	color:#4D7BB0;
	width:420px;
	
}
form.calcinline input {
	width:50px;
	text-align:center;
	border:1px solid #4D7BB0;
	padding:2px;
	margin-right:5px;
}
form.calcinline input.btn {
	width:80px;
	background-color:#4D7BB0;
	color:white;
	border:0;
}

div#calc {
	position:absolute;
	top:80px;
	left:490px;
	width:190px;
	background-color:#EAF2F8;
}
div#calc div.match {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #FF8F0B;
}
div#calc div.cote img {
	margin-right:30px;
}
div#calc div.cote i {
	margin-right:30px;
}
div#calc div.cote b {
	margin-right:10px;
}
div#calc div.cote img.del {
	margin-right:0px;
}

div#calc div.gains {
	text-align:right;
	font-weight:bold;
}
div#calc div.mise {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #FF8F0B;
	font-weight:bold;
}
div#calc div.mise input {
	width:50px;
}
div#calc div.parier {
	text-align:center;
	margin:5px 0 5px 0;
}
div#calc div.parier input {
	background-color:#FF8F0B;
	color:white;
	width:100px;
	border:0;
	font-weight:bold;
}

div#live-score {
	background-color:black;
	background-image:url(/images/design/live-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	border:3px solid #807f7f;
	-moz-border-radius:7px;
	border-radius:7px;
}
div#live-score h1 {
	color:#ff2100;
	font-size:25px;
	text-align:center;
	text-transform:uppercase;
}
div#live-score h1 b {
	color:white;
	font-size:28px;
}
div#live-score table {
	width:662px;
	margin:40px 10px 20px 10px;
	background-color:#fff;
}

div#live-score table tbody td, 
div#live-score table tbody th {
	padding:4px 1px 4px 1px;
}

div#live-score table tbody th {
	padding:3px;
	background-color:#7f9cba;
	text-align:left;
	color:#dff5ff;
	font-weight:normal;
}
div#live-score table tbody tr.odd {
	background-color:#f8f7f7;
}
div#live-score table tbody tr.even {
	background-color:#ebe8e8;
}
div#live-score table tbody td a {
	text-decoration:none;
}
div#live-score table tbody td a:hover {
	text-decoration:underline;
}

ul.more {
	margin:10px 0 10px 0;
	padding-left:20px;
}
ul.more li {
	list-style:disc;
	margin-bottom:5px;
}
ul.more li a {
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
ul.more li a:hover {
	text-decoration:underline;
}

div.infocotes {
	width:410px;
	margin:0 auto 10px auto;
	border:1px solid red;
	padding:10px 10px 0 10px;
}
div.infocotes p {
	margin-bottom:10px;
}
div.infocotes p a.red {
	color:red;
}

table.forminfo {
	width:434px;
	border:2px solid #B1ABAB;
	margin:0 auto 10px auto;
	background-color:##EBE8E8;
}
table.forminfo td,
table.forminfo th {
	text-align:left;
	padding:3px;
	background-color:##EBE8E8;
}
table.forminfo thead td,
table.forminfo thead th {
	text-align:center;
	padding-bottom:5px;
	font-size:14px;
	font-weight:bold;
}
table.forminfo tbody td {
	padding-left:20px;
}

div#promo {
	background-image:url(/images/design/right-sponso-bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
	text-align:center;
	padding-top:72px;
	width:300px;
	height:341px;
}
div#promo div.inner {
	padding-top:8px;
	height:75px;
}
div#promo a {
	display:block;
	width:120px;
}
div#promo a.text {
	float:left;
	margin-left:10px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	overflow:hidden;
}
div#promo a.text:hover {
	text-decoration:underline;
}
div#promo a.image {
	float:right;
	margin-right:28px;
}

form.widget {

}
form.widget table th {
	width:200px;
	text-align: right;
	padding-right: 5px;
}
form.widget table input {
	width:400px;
}

div.codejs {
	background-color:#F0F0F0;
	border:1px dotted #808080;
	font-family:"Courier New";
	font-size:11px;
	margin:0;
	padding:5px;
	margin:5px 10px 5px 10px;
}

#rightGroup small {
	color:#7D7D71;
	font-size:10px;
	text-transform:uppercase;
}

#rightGroupList {
	margin-bottom:5px;
}
#rightGroupList td {
	text-align: center;
}
#rightGroupList td a {
	font-weight:bold;
	text-decoration:none;
	padding:3px;
	font-size:14px;
	color:#7D7D71;
}
#rightGroupList td a:hover,
#rightGroupList td.selected a {
	color:black;
}

#widgetnenad {
	margin-bottom: 10px;
	width:300px;
	overflow: hidden;
}
