@import "livescore.css";
/* 
Theme Name: 3Col Left+Right
Theme URI: http://www.easywebtutorials.com/blogging-tutorial/themes.php
Description: Web 2.0 look with 3 columns, 2 sidebars on the right side.
Version: 1.6
Author: Guido W. Stiehle
Author URI: http://www.easywebtutorials.com/
*/

@import url('balises.css');
@import url('design.css');
@import url('table.css');


/* ################################## 
	LAYOUT STYLES
   ################################## */

#container {
	text-align: left;
	width: 920px;
	margin: 0 auto;
	position: relative;
}

#header {
        width: 920px;
        height: 100px;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0 0 5px 0;
	position: relative;
}

#headerleft {
	position: absolute; top: 0; left: 0;
	height: 100px; width: 10px;
	background: url('images/headerleft-blue.png') no-repeat;
}

#headerright {
	position: absolute; top: 0; right: 0;
	height: 100px; width: 10px;
	background: url('images/headerright-blue.png') no-repeat;
}

#headercenter {
	position: absolute; top: 0; left: 10px; z-index: 2;
	height: 100px; width: 900px;
	background: url('images/headerbg-blue.png') repeat-x;
}
#btn_header_paris_sportifs {
	color:#FFFFFF;
	display:inline-block;
	font-weight:bold;
	height:20px;
	left:96px;
	position:absolute;
	text-align:center;
	top:104px;
	width:140px;
}
#btn_header_turf {
	color:#666666;
	display:inline-block;
	font-weight:bold;
	height:20px;
	left:238px;
	position:absolute;
	text-align:center;
	top:104px;
	width:140px;
}
#btn_header_turf:hover {
	color:#111;
	text-decoration:none;
}
#btn_header_paris_sportifs:hover {
	color:#000;
	text-decoration:none;
}

#topmenu {
        width: 920px;
        height: 30px;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0 0 5px 0;
	position: relative;
}

#tmleft {
	position: absolute; top: 0; left: 10px; z-index: 1;
	height: 30px; width: 10px;
	background: url('images/boxleft-blue-30.png') no-repeat;
}

#tmright {
	position: absolute; top: 0; right: 0;
	height: 30px; width: 10px;
	background: url('images/boxright-blue-30.png') no-repeat;
}

#tmcenter {
	position: absolute; top: 0; left: 10px;
	height: 30px; width: 900px;
	background: url('images/boxbg-blue-30.png') repeat-x;
}


#content { 
        width: 490px; /* container width - leftmenu width - rightmenu width - 10px */
	margin-right: 215px;  /* leftmenu width + 5px */
	margin-left: 215px;   /* rightmenu width + 5px */
	background-color: #FFFFFF;
	padding: 0;
}

#contenttop {
	height: 6px;
	background-image: url('images/contenttop-blue-490.png');
	background-repeat: no-repeat;
	margin: 0; padding: 0;
}

#contentmiddle {
	background-image: url('images/contentbg-blue-490.png');
	background-repeat: repeat-y;
	margin: 0; 
	padding: 5px 15px;
}

* html body #contentmiddle { margin-top: -11px; }  /* for IE 6 and lower */

#contentbottom {
	height: 6px;
	background-image: url('images/contentbottom-blue-490.png');
	background-repeat: no-repeat;
	margin: 0; padding: 0;
}

#leftmenu {
	float: left;
	width: 210px;
	margin-left: -100%;
}

#rightmenu {
	float: left;
	width: 210px;
	margin-left: -210px; /* negativ value of rightmenu width */
}



.box {
	position: relative;
	border: 1px solid #3333FF;
	padding: 5px 10px;
	margin-bottom: 5px;
}


/* ################################## 
	GENERAL TEXT STYLES
   ################################## */
   

/* - -  Headings  - - */


h4 {
	font-size: 14px;
	margin: 3px 0;
}


/* - -  Paragraphs and List Items - - */


li {
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
}



/* - -  Misc. Elements - - */


acronym, abbr {
	border-bottom: 1px dashed #999999;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
}

blockquote {
	margin-left: 10px;
	padding: 2px;
	border-left: 2px solid #3399CC;
}

cite {
	font-size: 90%;
}


/* ##################################
	HEADER STYLES 
   ################################## */

#header a img {
	border: none
}

#sitelogo {
	position: absolute;
	top: 10px;
	left: 10px;
}

.blogname {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 30px;
	color: #3399CC;
	margin-bottom: 10px;
}

.blogname a:link, .blogname a:active, .blogname a:visited {
	color: #3399CC;
	text-decoration: none;
}

.blogname a:hover {
	color: #3399CC;
	text-decoration: none;
}

.blogslogan {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 18px;
	color: #336699;
}

#headernav {
	position: absolute;
	bottom: 5px;
	left: 10px;
}

#hn {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#hn ul, #hn ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#hn li {
	float: left;
	border-top: 1px solid #3399CC; 
	border-left: 1px solid #3399CC; 
	border-right: 1px solid #3399CC;
	background: #CFD9FD;
        margin: 0 3px 0 0;
	padding: 3px 8px 3px 8px;
	font-size: 12px;
	position: relative;
}

#hn li a {
	display: block;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	background: #CFD9FD;
}

#hn li a:hover {
	color: #000099;
}


#hn li ul {
	position: absolute;
	left: -1000px;
	width: 180px;
}
	
#hn li ul ul {
	margin: 0 0 0 180px;
}

#hn li:hover ul ul, #hn li.sfhover ul ul {
	left: -1000px;
}
	
#hn li:hover ul, #hn li.sfhover ul {
	top: 20px;
	left: -1px;
	}
	
#hn li li:hover ul, #hn li li.sfhover ul {
	top: 0;
	left: 0;
	}
	
#hn li li {
	border: 1px solid #3399CC;
	background: #CFD9FD;
        margin: 0 0 -1px 0;
	padding: 0;
	font-size: 12px;
	width: 180px;
}

#hn li li a {
	display: block;
	padding: 4px 8px 4px 8px;
	background: #CFD9FD;
}

#hn li li a:hover {
	color: #000099;
}

#headersearch {
	position: absolute;
	bottom: 10px;
	right: 0px;
}

#headersearch .searchform, #tmsearch .searchform { padding: 0; margin: 0; }

#headersearch .searchform input.si, #tmsearch .searchform input.si {
	border: 1px solid #3333FF;
	background: #FFFFFF;
	color: #336699;
	padding: 2px;
}

#headerfeedicon {
	position: absolute;
	top: 10px;
	right: 0px;
}

/* ##################################
	TOP MENU STYLES 
   ################################## */

#tmfeedicon {
	position: absolute;
	right: 20px;
	bottom: 3px;
}

#tmsearch {
	position: absolute;
	right: 70px;
	bottom: 3px;
}

#tmads {
	position: absolute;
	left: 20px;
	top: 3px;
}

#tmlinks {
	position: absolute;
	left: 20px;
	bottom: 7px;
}

#tn {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tn ul, #tn ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tn li {
	float: left;
        margin: 0;
	padding: 0 14px 0 0;
	font-size: 12px;
	position: relative;
}

#tn li a {
	display: block;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

#tn li a:hover {
	color: #000099;
}

#tn li ul {
	position: absolute;
	left: -1000px;
	width: 180px;
}
	
#tn li ul ul {
	margin: 0 0 0 180px;
}

#tn li:hover ul ul, #tn li.sfhover ul ul {
	left: -1000px;
}
	
#tn li:hover ul, #tn li.sfhover ul {
	top: 14px;
	left: -1px;
	}
	
#tn li li:hover ul, #tn li li.sfhover ul {
	top: 0;
	left: 0;
	}
	
#tn li li {
	border: 1px solid #3399CC;
	background: #FFFFFF;
        margin: 0 0 -1px 0;
	padding: 0;
	font-size: 12px;
	width: 180px;
}

#tn li li a {
	display: block;
	background: #FFFFFF;
	padding: 3px 10px 3px 10px;
}

#tn li li a:hover {
	color: #000099;
}

/* ##################################
	MAIN CONTENT COLUMN STYLES
   ################################## */
  
#indexheading {
	margin: 5px;
}

.indexsubheading {
	margin: 5px;
	padding-top: 15px;
	border-top: 1px dotted #3399CC;
}

.post, .comments-post {
	margin: 0;
	padding: 0 0 5px 0;
	overflow: hidden;
	border-bottom: 1px dotted #3399CC;
}

	
.post {
	border-bottom: none;
}

.storytitle {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 2px;
}

.storytitle a:link, .storytitle a:active, .storytitle a:visited {
	font-weight: normal;
	color: #009FAA;
	text-decoration: none;
}



.storytitle a:hover {
	font-weight: normal;
	color: #009FAA;
	text-decoration: underline;
}

.catego .storytitle { 
	background: url(/wp-content/themes/3cseo2/images/puce_h3_catego.png) no-repeat 0 3px;
	padding-left:20px;
	margin: 0 0 3px 30px;
}

.catego .storytitle a:link, .storytitle a:active, .storytitle a:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.catego .storytitle a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.meta {
	font-size: 11px;
	margin-bottom: 2px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #000000;
	font-weight: normal;
}

.catego .meta, .catego .meta a {
	color:#727272;
}

.catego .meta {
	padding-left:30px;
}

.feedback {
	font-size: 11px;
}

.storycontent {
	line-height: 130%;
	padding:0 25px;
	margin: 0px;
}

.storycontent p {
 line-height: 20px;
  margin-bottom: 15px;
}

ul.post-meta {
	list-style: none;
}
.storycontent ul li{margin-bottom:10px;}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.storycontent span.savoir-plus{ 
background: url("images/head2.png") no-repeat scroll 0 7px transparent;
color: #76170E;
display: block;
font-weight:bold;
font-size: 15px;
height: 22px;
margin: 40px 0 20px;
padding: 4px 0 0 20px;
}

#posttags {
	padding: 0;
}

#socialize {
}

#postsnavlink {
	text-align: center;
	padding: 0px 0;
	margin: 0
}

/* ######  The Comments ##### */

#comments h3 {
	font-size: 14px;
	font-family: Verdana, Tahoma, sans-serif;
	padding-top: 10px;
	text-decoration: underline;
}

#comments p {
	line-height: 130%;
}

#commentlist li {
	background: url('images/commentslink.png') no-repeat;
	padding-left: 20px;
	margin: 5px 10px 5px -10px;
	border-bottom: 1px dotted #3399CC;
}


/* - -  The Comment Form - - */

#commentform  #comment{
  width: 95%;
  height: 90px;
  background-color:#FFFFFF;
  margin:0;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #FFFFFF;
	border: 1px solid #3399CC;
	padding: 5px;
}

#commentform textarea {
	width: 100%;
}



/* ################################## 
	SIDEBAR STYLES
   ################################## */

.nav {
  	padding: 0;
}

/* - - Search Form - - */

.nav form {
	margin: 0;
	text-align: center;
}

.nav input#s {
	width: 90%;
	background: #FFFFFF;
	border: 1px solid #3333FF;
	color: #000000;
}

/* - - List Styles - - */

.nav ul {
	color: #000000;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: none;
}


/* ####  Left Sidebar Styles ### */

/* - - Subheadings - - */

#leftmenu .nav ul li h2, #leftmenu .nav ul li h3, #leftmenu .nav ul li h4 { 
	background-image: url('images/widget-blue-210.png');
	background-repeat: no-repeat;
	height: 25px;
	color:#336699;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
        font-family: Verdana, Tahoma, sans-serif;
        text-align: center;
	margin: 0;
	padding: 0;
}

/* - -  List Items (Sidebar Widgets) - Borders and Backgrounds - - */

#leftmenu .nav ul li {
	background-color: #FFFFFF;
	background-image: url('images/widgetbottom-blue-210.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
  
#leftmenu .nav ul ul {
	background-color: #FFFFFF;
	background-image: url('images/widgetbg-blue-210.png');
	background-repeat: repeat-y;
	list-style-type: none;
	margin: 0;
	padding: 5px 7px 0 7px;
	text-align: left;
	overflow: hidden;
}

#leftmenu #calendar_wrap, #leftmenu .textwidget, #leftmenu .customwidget {
	background-color: #FFFFFF;
	background-image: url('images/widgetbg-blue-210.png');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0 7px;
	overflow: hidden;
}


/* ####  Right Sidebar Styles ### */

/* - - Subheadings - - */

#rightmenu .nav ul li h2, #rightmenu .nav ul li h3, #rightmenu .nav ul li h4 { 
	background-image: url('images/widget-blue-210.png');
	background-repeat: no-repeat;
	height: 25px;
	color:#336699;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
        font-family: Verdana, Tahoma, sans-serif;
        text-align: center;
	margin: 0;
	padding: 0;
}

/* - -  List Items (Sidebar Widgets) - Borders and Backgrounds - - */

#rightmenu .nav ul li {
	background-color: #FFFFFF;
	background-image: url('images/widgetbottom-blue-210.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
  
#rightmenu .nav ul ul {
	background-color: #FFFFFF;
	background-image: url('images/widgetbg-blue-210.png');
	background-repeat: repeat-y;
	list-style-type: none;
	margin: 0;
	padding: 5px 7px 0 7px;
	text-align: left;
	overflow: hidden;
}

#rightmenu #calendar_wrap, #rightmenu .textwidget, #rightmenu .customwidget {
	background-color: #FFFFFF;
	background-image: url('images/widgetbg-blue-210.png');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0 7px;
	overflow: hidden;
}


/* ####  Common Sidebar Styles (same for left + right sidebars)  ### */

#leftmenu .textwidget p, #leftmenu .customwidget p, #rightmenu .textwidget p, #rightmenu .customwidget p {
	padding-bottom: 5px; margin: 0;
}

#leftmenu #calendar_wrap, #rightmenu #calendar_wrap {
	text-align: center;
}
	
#leftmenu .nav ul ul ul, #rightmenu .nav ul ul ul {
	background-image: none;
	border: none;
}

/* - - List Items ( i.e. text inside single widgets) - - */

#leftmenu .nav ul li, #rightmenu .nav ul li {
	font-size: 12px;
	line-height: 130%;
	font-family: Verdana, Tahoma, sans-serif;
}

#leftmenu .nav ul ul li, #rightmenu .nav ul ul li {
	border: 0;
	background-image: none;
	font-size: 12px;
	line-height: 130%;
	font-family: Verdana, Tahoma, sans-serif;
	margin-bottom: 3px;
	padding: 0;
}

* html body #leftmenu .nav ul ul li { margin-bottom: 0; }  /* for IE 6 and lower */
* html body #rightmenu .nav ul ul li { margin-bottom: 0; }  /* for IE 6 and lower */

.nav ul ul li a.sbrss {
	height: 14px; padding-left: 18px; margin-bottom: 5px;
	background-image: url('images/feed-icon-14x14.png');
	background-repeat: no-repeat;
}

.nav ul ul li#sbgoogle {
	width: 100%; height: 20px; margin-bottom: 3px;
	background-image: url('images/addgoogle.gif');
	background-repeat: no-repeat;
}

.nav ul ul li#sbyahoo {
	width: 100%; height: 20px; margin-bottom: 3px;
	background-image: url('images/addmyyahoo.gif');
	background-repeat: no-repeat;
}

.nav ul ul li#sbmsn {
	width: 100%; height: 20px; margin-bottom: 3px;
	background-image: url('images/addmymsn.gif');
	background-repeat: no-repeat;
}

.nav ul ul li#sbtechnorati {
	width: 100%; height: 20px; margin-bottom: 3px; 
	background-image: url('images/addtechnorati.gif');
	background-repeat: no-repeat;
}

.nav ul ul li#sbbloglines {
	width: 100%; height: 20px; margin-bottom: 3px;
	background-image: url('images/addbloglines.gif');
	background-repeat: no-repeat;
}

.feedreaderlink {
	display: block;
}

/* - - Sidebar Hyperlinks - - */

#leftmenu .nav a:link, #leftmenu .nav a:visited, #rightmenu .nav a:link, #rightmenu .nav a:visited {
	color: #0000FF;
	text-decoration: none;
}

#leftmenu .nav a:hover, #rightmenu .nav a:hover {
        color: #0066FF;
	text-decoration: none;
}


/* ##################################
	FOOTER STYLES
   ################################## */
#footer_top{border-top: 1px solid #DBDBDB;padding-top:10px}
#footer_top .bloc-foot{    float: left;height: 165px;margin: 0 19px;width: 210px;     float: left;    margin-bottom: 10px;}
#footer_top .bloc-foot h4{    color: #666666;    font-size: 12px;    margin: 10px 0; }
#footer_top .bloc-foot ul{ margin:0;padding-left:0px;}
#footer_top .bloc-foot ul li{ font-size:11px;padding-left:20px;line-height:16px;list-style-type: none;  background: url("images/ico-arrow-book.png") no-repeat scroll 0 3px transparent;}
#footer_top .bloc-foot ul li a{color:#83888c}
#footer_top .bloc-foot ul li a:hover, #footer_top .bloc-foot ul li{color:#c7d0d8}


#footer p {
  	margin: 0;
        padding: 10px 0 0 0;
        text-align: center;
}

.credit {
  	font-size: 11px;
  	color: #666666;
  	text-align: right;
  	margin-bottom: 0;
}

.credit a {
	color: #666666;
	text-decoration: none;
}



/*  #################################
	CALENDAR STYLES
    ################################# */
    
a#btn_casino {
	background:url(/wp-content/themes/3cseo2/images/btn_casino.png) no-repeat !important;
	background: none;
	color:#FFFFFF;
	display:block;
	margin: 0;
	float:left;
	height:41px;
	line-height:20px;
	padding-left:33px;
	width:85px;
	font-weight:bold;
	position:relative;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/3cseo2/images/btn_casino.png');

}

a#btn_betting {
	background:transparent url(/wp-content/themes/3cseo2/images/btn_betting.png) no-repeat !important;
	background: none;
	color:#FFFFFF;
	display:block;
	float:left;
	margin: 0;
	font-weight:bold;
	height:41px;
	line-height:20px;
	padding-left:10px;
	width:106px;
	position:relative;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/3cseo2/images/btn_betting.png');
}

a#btn_poker {
	background:url(/wp-content/themes/3cseo2/images/btn_poker.png) no-repeat !important;
	background: none;
	color:#FFFFFF;
	display:block;
	float:left;
	height:41px;
	line-height:19px;
	padding-left:38px;
	margin: 0;
	width:79px;
	font-weight:bold;
	position:relative;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/3cseo2/images/btn_poker.png');
}

a#btn_turf {
	background:url(/wp-content/themes/3cseo2/images/btn_turf.png) no-repeat !important;
	background: none;
	color:#FFFFFF;
	display:block;
	float:left;
	height:41px;
	margin: 0;
	line-height:19px;
	padding-left:38px;
	width:111px;
	font-weight:bold;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/3cseo2/images/btn_turf.png');
	position:relative;
}

a#btn_casino:hover {
	background:url(/wp-content/themes/3cseo2/images/btn_casino_h.png) no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/3cseo2/images/btn_casino_h.png');
	text-decoration: none;
}

a#btn_betting:hover {
	background:transparent url(/wp-content/themes/3cseo2/images/btn_betting_h.png) no-repeat  !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/3cseo2/images/btn_betting_h.png');
	text-decoration: none;
}

a#btn_poker:hover {
	background:url(/wp-content/themes/3cseo2/images/btn_poker_h.png) no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/3cseo2/images/btn_poker_h.png');
	text-decoration: none;
}

a#btn_turf:hover {
	background:url(/wp-content/themes/3cseo2/images/btn_turf_h.png) no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/3cseo2/images/btn_turf_h.png');
	text-decoration: none;
}

/* Pages parier */

#parier_cadre_cotes {
	background:transparent url(/wp-content/themes/3cseo2/images/bg_3colonnes.png) no-repeat scroll 0 0;
	height:68px;
	width: 724px;
	font-size: 10px;
	padding-top: 16px;
}

h1.titre_parier {
	background:transparent url(/wp-content/themes/3cseo2/images/puce_ballon.png) no-repeat scroll 0 5px;
	height:41px;
}

#box_pub {
	background:transparent url(/wp-content/themes/3cseo2/images/bg_parier_encartpub.png) repeat-y scroll 0 0;
	width: 501px;
	height:229px;
	float: left;
	font-size: 10px;
}

#box_pub2 {
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	text-align: center;
	padding-top: 105px;
	width: 197px;
	height: 124px;
}

#box_rouge {
	padding: 10px;
	width: 451px;
	height:209px;
	background:transparent url(/wp-content/themes/3cseo2/images/bg_parier_rouge.png) repeat-y scroll 0 0;
	float: left;
	color: #FFFFFF;
}

#box_rouge2 {
	width: 227px;
	height:229px;
	background:transparent url(/wp-content/themes/3cseo2/images/bg_parier_rouge.png) repeat-y scroll 0 0;
	float: left
}

#btn_parier_jaune {
	border: 1px solid #a0a0a0;
	padding: 5px 10px;
	font-weight: bold;
	background:transparent url(/wp-content/themes/3cseo2/images/btn_parier_jaune.png) repeat-x scroll 0 0;
}

.btn_parier_gain {
	float: left;
	display:block;
	background:transparent url(/wp-content/themes/3cseo2/images/bg_parier_gain.png) no-repeat scroll 0 0;
	height: 20px;
	width: 50px;
	text-align: center;
}

#parier_cotes {
	margin:0 auto 15px;
	background: transparent url(/wp-content/themes/3cseo2/images/bg_parier_cotes.png) no-repeat scroll 0pt 0pt;
	color: #000000;
	height: 57px;
	width: 437px;
}

#parier_encart {
	padding: 20px;
	text-align: justify;
	background:transparent url(/wp-content/themes/3cseo2/images/bg_parier_encart.png) repeat-x scroll 0 bottom;
	width: 658px;
	border: 1px solid #a0a0a0;
	color: #464646;
}

.puce_cheval {
	background:url(/wp-content/themes/3cseo2/images/puce_fercheval.png) no-repeat 0 0;
	color:#FFFFFF;
	display:block;
	float:left;
	font-weight:bold;
	height:23px;
	margin-left:-48px;
	padding-bottom:0;
	padding-left:2px;
	padding-right:0;
	padding-top:3px;
	width:41px;
	font-size:11px;
}

.ul_fercheval {
	margin-left: 40px;
	padding-right: 50px;
	list-style: none;
}

h2.h2_turf {
	background:transparent url(/wp-content/themes/3c-seo/images/bg_turf_gris.png) repeat-x scroll 0 0;
	color:#76170E;
	font-size:15px;
	height:24px;
	margin:0;
	padding:70px 0 0 11px;
}


/* Surebet */

#surebet_d div.surebet {
	margin-bottom:5px;
}
#surebet_d div.surebet div.suremiddle {
	background:url(/wp-content/themes/3cseo2/images/surebet/surebet_bg.png) repeat-y;
	padding:10px;
	width:602px;
}
#surebet_d div.surebet div.surebottom {
	background:url(/wp-content/themes/3cseo2/images/surebet/surebet_bottom.png) no-repeat;
	width:602px;
	height:7px;
}
#surebet_d h2 {
	background:url(/wp-content/themes/3cseo2/images/surebet/surebet_top.png) no-repeat;
	font-size:12px;
	height:22px;
	margin:0;
	padding-left:9px;
	padding-right:9px;
	padding-top:8px;
	width:584px;
}
#surebet_d h2:hover {
	cursor:pointer;
}
#surebet_d h2 span {
	float:right;
	font-size:10px;
	color:black;
}
#surebet_d h2 span.h2_match {
	float:left;
	font-size:10px;
	color:#727070;
	margin-left:5px;
	margin-top:-6px;
	line-height:130%;
}
#surebet_d h2 span.h2_match strong {
	font-size:11px;
	color:black;
}
#surebet_d h2 img {
	float:left;
}
#surebet_d div.surebet div.mise_d p{
	margin:0;
}
#surebet_d div.surebet div.mise_d {
	border-bottom:1px solid #acacad;
	margin-bottom:10px;
	width:580px;
}
#surebet_d div.surebet div.mise_d h4.repartition {
	color:#ACACAD;
	font-weight:bold;
	margin-top:10px;
	padding:0;
	text-align:right;
}
#surebet_d div.surebet table {
	width:600px;
	margin-left:-9px;
}
#surebet_d div.surebet table tr.tr_mod {
	background-color:#f3f3f3;
}
#surebet_d div.surebet table tr {
	height:29px;
	font-size:15px;
}
#surebet_d div.surebet table tr td.texte  {
	text-align:right;
}
#surebet_d div.surebet table tr td.txt_gain  {
	color:#ff6c00;
	font-weight:bold;
}
#surebet_d div.surebet span.total_gain {
	font-weight:bold;
	color:white;
	border:1px solid #267e04;
	background-color:#6caf01;
}
#surebet_d div.surebet span.total_gain_b  {
	display:block;
	width:50px;
	color:#4f8100;
	font-size:10px;
	margin-left:10px;
	text-align:center;
}
#surebet_d div.surebet span.bestoffer {
	font-weight:bold;
}
#surebet_d input.input_mise_total {
	background-color:#6caf01;
	color:white;
	font-size:12px;
	font-weight:bold;
}
/*******************/



/* comparateur */
.odds {
	margin:3px 5px inherit 3px;
	width:550px;
	border-spacing:0px;
	border-top:1px solid #cae8f3;
	border-left:1px solid #cae8f3;
	color:#0d6e90;;
}
.odds td {
	padding:2px;
	border-bottom:1px solid #cae8f3;
	border-right:1px solid #cae8f3;
}
.odds td a {
	font-weight:bold;
}
.odds td.name {
	background:#0d6e90;
	color:#FFFFFF;
}
.odds td.odd {
	text-align:center;
}
.odds .legend {
	text-shadow:0px 1px 0px #666666;
	background:#0d6e90;
	color:#FFFFFF;
	font-weight:bold;
}
.odds .legend td.name {
	background:#FFFFFF;
}
	
/*************/

.home_bonus {
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #CACACA;
	height: 43px;
font-weight: bold;
}

.home_bonus a{
	font-weight: bold;
	font-size: 11px;
}



.home_bonus a:hover{
	font-weight: bold;
	font-size: 11px;
text-decoration: none;
}

.home_bonus img{
float: left;
}


.home_bonus div{
	padding: 6px 0 0 55px;
}





.table-odds {
	width:100%;
	margin-bottom:15px;
}
.table-odds table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid #dedede;
	font-size:11px;
}
.table-odds table caption {
	width:100%;
	background: url("images/head2.png") no-repeat scroll 0 7px transparent;
	text-decoration:underline;
	text-align:left;
	font-weight:bold;
	font-size:15px;
	color:#960000;
	 padding: 4px 0 16px 20px;
}
.table-odds table thead {
	font-weight:bold;
	background:url(images/thead-odds.png) repeat 0 0;
	color:#FFF;
	height:29px;
}
.table-odds table td, .table-odds table th {
	padding:2px;height:25px;
}
.table-odds table td a{ color:#000}
.table-odds table td a:hover {
	text-decoration:underline;
	color:#1954A7;
}
.table-odds table td.team1 {
	width:130px;
	text-align:right;
	font-weight:bold;
}
.table-odds table td.team2 {
	width:130px;
	text-align:left;
	font-weight:bold;
}
.table-odds table td.winner {
	color:#093;
}
.table-odds table td.t-center, .table-odds table th.t-center {
	text-align:center;
	width:80px;
}
.table-odds table td.t-left, .table-odds table th.t-left {
	text-align:left;
	width:50px;
}
.table-odds table .color {
	background:#F0F0F0;
}
.table-odds table em {
	font-style:italic;
}
.table-odds table .month td{
	background:#ebe8e8;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	padding-left:5px;
}
.table-odds table .not-first-month td{
	border-top:1px solid #CCC;
}

.odds-winner h4 {
	text-align:center;
	padding:3px;
	background:url(images/bg-news-container.gif) repeat-x;
	font-weight:bold;
	padding:6px 0;
	font-size:14px;
}
.odds-winner {
	margin-bottom:1px;
	float:right;
	width:360px;
	padding:0 10px 0 0;
}
.odds-winner a {
	color:#000;
	text-decoration:none;
}
.odds-winner a:hover {
	text-decoration:underline;
	color:#1954A7;
}
.odds-winner .table {
	margin:0;
	padding:0;
	background:#FFF;
	border:1px solid #bfd0ea;
}
.odds-winner .table .table-scroll {
	overflow:auto;
	height:199px;
}
.odds-winner table {
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	font-size:11px;
}
.odds-winner table thead th {
	background:url(images/bg-table-head.gif) no-repeat left bottom;
	vertical-align:middle;
	font-weight:bold;
}
.odds-winner table thead th.logocell {
	text-align:center;
	padding:0;
}
.odds-winner table thead th img {
	display:inline-block;
	margin:3px auto -2px;
}
.odds-winner table td, .odds-winner table th{
	padding:0 4px;
}
.odds-winner table .mod td{
}
.odds-winner table td{
	border-top:1px solid #bfd0ea;
}
.odds-winner table tr:first-child tdt {
	border-top:none;
}
.odds-winner table td.odds {
	text-align:center;
	border-left:1px solid #bfd0ea;
}
.odds-winner table td.odds-best a {
	font-weight:bold;
	color:#1954A7;
}
.odds-winner table td.flag img {
	float:left;
	margin-top:2px;
}

.banniere-promo{float:left;margin-top: 36px;z-index:10;}




.table-odds-winner {
	margin-bottom:30px;
	width: 100%;
	padding:0 10px 0 0;
}
.table-odds-winner a {
	color:#000;
	text-decoration:none;
}
.table-odds-winner a:hover {
	text-decoration:underline;
	color:#1954A7;
}
.table-odds-winner .table {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
    width: 400px;
	
}
.table-odds-winner .table table caption {
	width:100%;
	background: url("images/head2.png") no-repeat scroll 0 7px transparent;
	text-decoration:underline;
	text-align:left;
	font-weight:bold;
	font-size:15px;
	color:#960000;
	 padding: 4px 0 16px 20px;
}
.table-odds-winner .table .table-scroll {
	overflow:auto;
	height:225px;
	border:1px solid #dedede;
}
.table-odds-winner .table .table-scroll .flag {width:18px;text-align:center}
.table-odds-winner table {
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	font-size:11px;
}
.table-odds-winner table thead th {
	background:#c90000;
	background:url(images/thead-odds.png) repeat 0 0;
	color: #FFFFFF;
	vertical-align:middle;
	font-weight:bold;
	height:29px;
}

.table-odds-winner table thead th.team {padding-left:30px;text-align: left;}

.table-odds-winner table thead th.logocell {
	text-align:center;
	padding:0;
}
.table-odds-winner table thead th img {
	display:inline-block;
	margin:3px auto -2px;
}
.table-odds-winner table td, .odds-winner table th{
	padding:0 4px;
}
.table-odds-winner table .mod td{
}
.table-odds-winner table td{

	text-align:left;
	height:25px;
	border: 1px solid #DEDEDE;
}
.table-odds-winner table tr:first-child tdt {
	border-top:none;
}
.table-odds-winner table td.odds {
	text-align:center;
	width:60px;
}
.table-odds-winner .table-scroll table td.odds-best a {
	font-weight:bold;
	color:#1954A7;
}
.table-odds-winner table td.flag img {
	float:left;
	margin-top:2px;
}
.table-odds-winner table .color {
	background:#F0F0F0;
}
.clear {clear:both;}

.htitle {
    background: url(images/htitle.png) no-repeat scroll 0 0 transparent;
    font-weight: bold;
    height: 36px;
    line-height: 23px;
    margin-left: -100px;
    overflow: hidden;
    padding: 20px 24px 0;
    position: absolute;
    text-align: center;
    width: 159px;
    z-index: 100;
	font-size:11px;
}
.htitle-max {
    background: url(images/htitle-big.png) no-repeat scroll 0 0 transparent;
    margin-left: -150px;
    width: 259px;
	 z-index: 100;
}
.htitle-max2 {
    background: url(images/htitle-big2.png) no-repeat scroll 0 0 transparent;
    margin-left: -170px;
    width: 339px;
	 z-index: 100;
}
.site-info {
	text-decoration:none;
	position:absolute;
	height:42px;
	width:200px;
	line-height:normal;
	margin:-63px 0 0 -27px;
	padding:0;
	z-index:100;
}
.site-info span {
	height:42px;
	float:left;
	padding:0;
}
.site-info .middle {
	background:url(images/siteinfo-middle-arrow.png) no-repeat;
	height:42px;
	width:24px;
	padding:0;
}
.site-info .left {
	background:url(images/siteinfo-left.png) no-repeat;
	height:29px;
	padding:3px 3px 2px 10px;
}
.site-info .left img {
	margin-top:5px;
}
.site-info .right {
	background:url(images/siteinfo-right.png) no-repeat top right;
	height:29px;
	padding:0 10px 0 0;
	font-size:12px;
	font-weight:bold;
	line-height:29px;
	color:#2f3a40;
}








.box-odd-win {
	background: url(images/bg-odd-box.jpg) no-repeat;
	display: block;
	float: left;
	width: 270px;
	height: 67px;
	text-align: left;
}

.box-odd-win:hover {
	background: url(images/bg-odd-box.jpg) no-repeat 0 -67px;
}

.box-odd-win:hover a, .box-odd-win:hover {
	color: #fdfeff !important;
}

.box-odd-win .linkbox{
	display: block;
	position: absolute;
	float: left;
	width: 270px;
	height: 67px;
}

.box-odd-win img {
	margin-top: 5px;
	margin-left: 5px;
	position: absolute;
	float: left;
}

.odd-value {
	font-weight: bold;
	display: block;
	margin-top: 8px;
	position: absolute;
	margin-left: 208px;
}

.odd-win {
	font-weight: bold;
	display: block;
	margin-left: 208px;
	position: absolute;
	margin-top: 31px;
}


.table-odds table td a.btn-red{
	font-weight:bold;
	color:#910000;
}
.table-odds table td a.best{
	font-weight:bold;
	line-height:22px;
	background:url(images/best.png) no-repeat;
	text-align:center;
	width:42px;
	height:22px;
	display:inline-block;
	color:#3182B7;
}


.partners-table {
	background:#FFF;
}
.partners-table table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCC;
	box-shadow:0 0 5px #CCC;
}
.partners-table table thead {
	background:url(images/table/thead.jpg) repeat-x;
	color:#FFF;
	font-weight:normal;
	height:29px;
}
.partners-table table thead th {
	padding:0 6px;
	text-align:left;
}
.partners-table table tr td {
	padding:10px 6px;
}
.partners-table table tr.line-modulo td {
	background:#F9F9F9;
}
.partners-table table .btn {
	border-radius:3px;
	background:url(images/table/btn.jpg) repeat-x;
	display:inline-block;
	padding:3px 10px;
	color:#FFF;
	font-size:11px;
	margin:0px auto;
}
.partners-table table .btn-style1 {
	background-image:url(images/table/btn-style1.jpg);
}
.partners-table table .btn:hover {
	text-decoration:none;
	background-image:url(images/table/btn-hover.jpg);
}
.partners-table table .btn-style1:hover {
	background-image:url(images/table/btn-style1-hover.jpg);
}
.partners-table table tr td.cell-position {
	background-image:url(images/table/rang.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:30px;
	text-align:center;
}
.partners-table table tr.default_hidded {
	display:none;
}
.partners-table table tfoot {
	border-top:1px solid #CCC;
	background:#F0F0F0;
}
.partners-table table tfoot th {
	text-align:right;
	padding:5px;
}
.partners-table table .btn {
	cursor:pointer;
}
.partners-table table .btn-more:before {
	content:"+";
}
.partners-table table .btn-less:before {
	content:"-";
}
.partners-table table .hidded {
	display:none;
}
.partners-table .text-indicate {
	text-align:right;
	padding:10px 0;
	font-size:11px;
	font-weight:bold;
}
