/*  
Theme Name: Tirage
Version: 2.0
Author: Nathan Rice
Description: Original by Daily Blog Tips.
The CSS/XHTML is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans|Oswald);

body {
	background: #4A7BB5 url(images/body-bg.jpg) top left repeat-x;
	color: #000;
	font-size: 14px;
	font-family: 'Open Sans', Sans-Serif;
	margin: 0px 0px 0px 0px;
}
body * {
	margin: 0px; 
	padding: 0px;
}
img {
	border: none;
	background: none;
}
hr {
	height: 5px;
	color: #fff;
	margin: 10px 0px;
	border: none;
	border-top: 1px dotted #D3D3D3;
}
blockquote{
	margin: 0px 0px 0px 15px;
	padding: 0px 45px 15px 50px;
	background: url(images/quote.gif) no-repeat;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Serif;
	color: #666666;
	}
blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
.clearboth {
	clear: both;
}
/*************************************
	Links
**************************************/
a {
	color: #FA7F42;
	text-decoration: underline;
	}
	
a:hover{
	text-decoration: underline;
	color: #0A4E97;
	}
/*************************************
	Headings
**************************************/
h1, h3 {
	color: #FFFFFF;
	background: #4A7BB5;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #888888;
	font-size: 22px;
	font-weight: normal;
	font-family: 'Oswald', Sans-Serif;
	margin: 0px 0px 5px 0px;
	padding: 8px 10px;
	}
h3.h1 { /*make homepage h3's for the first 2 stories look like H1 */
	font-size: 22px;
}
h1 a, h3 a, h1 a:visited, h3 a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover, h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h2 {
	color: #000;
	font-size: 24px;
	font-family: "Oswald", Sans-Serif;
	font-weight: normal;
	padding: 10px 0px;
	line-height: 150%;
	margin: 0px;
}
	
h2 a, h2 a:visited, a h2, a:visited h2  {
	color: #2c5bcc;
	text-decoration: underline;
	padding: 10px 0px 0px 0px;
	line-height: 100%;
}
h2 a:hover, a:hover h2 {
	color: #000;
	text-decoration: none;
	}
h3 {
	font-size: 18px;
}
#sidebar h3 {
	font-size: 22px; 
}
h3 a, h3 a:visited {
	color: #FFF;
	text-decoration: none;
}
#sidebar h2 {
	margin: 0px; padding: 5px 0px;
	font-size: 14px;
	font-family: Oswald, Sans-Serif;
	font-weight: normal;
	color: #3D474E;
}
#sidebar #popular h2 {
	color: #F97B1E;
}
h6 {
	color: #000;
	font-size: 24px;
	font-family: 'Oswald', Sans-Serif;
	font-weight: normal;
	padding: 10px 0px;
	line-height: 150%;
	margin: 0px;
}
/*************************************
	Header
**************************************/
#header { 
	width: 990px;
	padding: 0px;
	margin:  0px auto;
	position: relative;
	}
#header .title {
	margin: 0px;
	padding: 15px 10px;
	width:  590px;
	float:  left;
}
#header .title a {
	color: #ACD3FD;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 38px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#header .title a:hover {
	color: #FFF;
}
#header .description {
	clear:  both;
	color: #FFF;
	font-family: 'Open Sans', Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 10px 4px 10px;
	width:  850px;
}
/*************************************
	Top Search Form
**************************************/
.searchform {
	background-color: #073365;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	float: right;
	padding: 10px;
	position: absolute;
	top: 1px;
	right: 10px;
	width: 348px;
}
.searchform .s {
	border: none;
	background: #4674A7;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 8px 8px 9px 8px;
	width: 283px;
	float: left;
}
.searchform .button {
	float: right;
}

/*************************************
	Horizontal Menu
**************************************/
#menu {
    width: 900px; height: 29px;
    font-size: 12px;
    font-family: 'Open Sans', Sans-Serif;
	font-weight:bold;
    padding: 0 0 8px 20px; margin: 15px 0 0 0;
    text-align: left;
    text-transform: uppercase;
    clear: both;
    float: left;
    }
#menu ul {
	display: block;
	float: left;
	width: 880px;
	margin: 0;
	padding: 0;
	}
#menu li {
	float: left;
	list-style-type: none;
	margin: 0 2px;
	padding: 4px 0 0 0;
	background: #F97B1E;
	-moz-border-radius: 5px 45px 0 0 / 5px 35px 0 0;
	border-radius: 5px 45px 0 0 / 5px 35px 0 0;
	}
#menu ul li:hover, #menu ul li.hover, #menu ul li.current_page_item {
	margin: 0px 2px;
	padding: 4px 0 0 0;
	background: #fff;
	}
#menu ul li:hover a, #menu ul li.hover a, #menu ul li.current_page_item a {
	color: #FF6D01;	
	text-decoration: none;
	}
#menu ul li.current_page_item a:hover {
	text-decoration: underline;
	}
#menu ul li a {
	font-family: 'Open Sans', Sans-Serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 8px 20px 8px 0px;
	margin: 0px 0px 0px 15px;
	}
#menu ul li a:hover {
	color: #FF6D01;
	text-decoration: none;
	}

/*************************************
	Main Container
**************************************/
#container { 
	width: 970px;
	background: #FFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #073365;
	text-align: left; 
	margin: 0 auto;
	padding: 0px 10px;
	border: 0;
	clear: both;
	}
	
/*************************************
	Content
**************************************/
#content {
	width: 590px; 
	float: left; 
	margin: 14px 0px 20px 5px;
	display: block;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	}
#content p img{
	border: none;
	padding: 0px 5px 15px 0px;
	}
#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 35px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square outside;
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 0px 5px;
	}
#content .post-meta-top {
	display: block;
	margin: 8px 0px 15px 0px;
	padding: 5px 10px;
	font-size: 12px;
	color: #8E8F91;
	clear: both;
}
#content .post-meta-bottom {
	background: #FBFCFE url(images/postmetabottombg.jpg) bottom left no-repeat;
	display: block;
	border-top: 1px solid #DFE3E6;
	margin: 0px 0px 15px 0px;
	padding: 12px 10px;
	font-size: 12px;
	color: #535353;
	clear: both;
}
.post-meta-bottom a {
	color: #535353;
	text-decoration: none;
}
.post-meta-bottom a:hover {
	text-decoration: underline;
}
.cat {
	float:  left;
	width: 75%;
	text-align: left;
}
.cat span {
	background: url(images/catbg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
.comm {
	float: right;
	width: 25%;
	text-align: right;
}
.comm span {
	background: url(images/commbg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
.auth {
	float: left;
	width: 50%;
	text-align: left;
}
.auth span {
	background: url(images/authbg.gif) 0px 1px no-repeat;
	padding: 0px 0px 0px 15px;
}
.auth a {
	text-decoration: none;
}
.date {
	float: right;
	width: 50%;
	text-align: right;
}
.date span {
	background: url(images/datebg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.prec-suivant {
	margin:10px 0px;
	padding: 5px 10px 5px 10px;
	background-color:#4A7BB5;
	background: -webkit-linear-gradient(#4A7BB5, #6891C1, #4A7BB5);
	background: linear-gradient(#4A7BB5, #6891C1, #4A7BB5);
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.prec-suivant a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.prec-suivant a:hover {
	text-decoration:underline;
}

.prec-suivant .titre {
	font-family:Oswald,sans-serif;
	font-size:18px;
	color:#fff;
}
.prec-suivant img { max-width:250px; }

/*************************************
**************************************
	Comments
**************************************
**************************************/
#comments-wrap {
}

/*	Headers	*/

#comments-wrap h6 {
	font-size: 20px;
}

/*	Comments	*/

.commentlist {	
}
.thecomment {
	margin: 20px 0px 10px 0px;
	overflow: hidden;
}
.comment-body {
	border-left: 2px solid #FAA430;
	margin: 0px; padding: 10px 5px 0px 5px;
	border-top-left-radius:20px;
}
.comment-metadata {
	background: #FAA430;
	background: linear-gradient(to bottom, #FEEFDA, #FAA430);
	padding: 10px 3px 3px 10px; margin:0;
	color: #fff;
	border-left: 2px solid #FAA430;
	border-bottom: 2px solid #FAA430;
	border-bottom-left-radius:5px;
}
.comment-metadata a, .comment-metadata a:visited {
	color: #fff;
}
.comment-metadata a:hover {
	color: #fff;
}
.authorcomment {
	border: 1px solid #CCC;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}
.authorcomment .comment-body {
	border: none;
}
.authorcomment .comment-metadata {
	background: #FCF4C7;
	padding: 11px 10px;
	color: #AD5433;
}
.authorcomment .comment-metadata a {
	color: #AD5433;
}
.authorcomment .comment-metadata a:hover {
	color: #FF8800;
}

/*	Comment Form	*/

#submit {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	border:1px solid #eeb44f;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	height:30px;
	text-shadow:1px 1px 0px #cc9f52;
	padding: 5px 10px;
}
#submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}
#submit:active {
	position:relative;
	top:1px;
}

#content img.wp-smiley {
float: none;
border: none;
padding: 0px;
margin: 0px;
}

#content img.wp-wink {
float: none;
border: none;
padding: 0px;
margin: 0px;
} 

/*************************************
	Sidebar
**************************************/
#sidebar {
	float: right;
	display: block;
	width: 356px;
	margin: 10px 0px; 
	padding: 0;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar .ads {
	text-align: center;
	padding: 10px;
}
#sidebarwrap {
	background-color: #EAF4FF;
	padding: 10px 0px;
	margin:0;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/*************************************
	Popular Posts Section
**************************************/
#sidebar #sidebarwrap #popular {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	background-color: #CDEBFE;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#popular ul {
	margin: 0px; 
	padding: 0px 10px 15px 10px;
}
#popular ul li {
	margin: 0px; padding: 0px;
}
#popular ul li ul {
	border-top: 1px solid #C1D8E6;
	padding:  0px;
}
#popular ul li ul li {
	margin: 0px; padding: 5px 15px;
	border-bottom: 1px solid #C1D8E6;
	background: url(images/bullet-arrow.gif) 5px 9px no-repeat;
}
#popular ul li ul li a, #popular ul li ul li a:visited {
	color: #003399;
	padding: 0;
	margin: 0px;
	text-decoration: none;
}
#popular ul li ul li a:hover {
	text-decoration: underline;
}
/*************************************
	Left Sidebar
**************************************/
#l_sidebar {
	float: left;
	display: block;
	width: 160px;
	font-size: 12px;
	margin: 0px; padding: 0px 0px 0px 10px;
	background-color: #EAF4FF;
}
#l_sidebar ul, #l_sidebar ul li {
	margin: 0px; padding: 0px;
}
#l_sidebar ul li ul {
	border-top: 1px solid #C1D8E6;
}
#l_sidebar ul li ul li {
	margin: 0px; padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #C1D8E6;
	background: url(images/bullet-arrow.gif) 5px 9px no-repeat;
}
#l_sidebar ul li ul li a, #l_sidebar ul li ul li a:visited {
	color: #003399;
	display: block;
	padding: 5px 3px;
	margin: 0px;
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
	text-decoration: underline;
}
#l_sidebar ul li ul li ul li {
	border-bottom: 1px solid #EAF4FF; /*IE Bug Fix */
	border-top: 1px solid #C1D8E6;
	background: none;
	margin:  0px; padding: 0px;
}
#l_sidebar ul li ul li ul li a, #l_sidebar ul li ul li ul li a:visited {
	color: #003399;
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-decoration: none;
}
#l_sidebar ul li ul li ul {
	border: none;
	padding: 0px; margin: 0px;
}
#l_sidebar ul li ul li ul li a:hover {
	text-decoration: underline;
}

/*************************************
	Right Sidebar
**************************************/
#r_sidebar {
	float: right;
	display: block;
	width: 160px;
	font-size: 12px;
	margin: 0px; padding: 0px 10px 0px 0px;
	background-color: #EAF4FF;
}
#r_sidebar ul, #r_sidebar ul li {
	margin: 0px; padding: 0px;
}
#r_sidebar ul li ul {
	border-top: 1px solid #C1D8E6;
}
#r_sidebar ul li ul li {
	margin: 0px; padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #C1D8E6;
	background: url(images/bullet-arrow.gif) 5px 9px no-repeat;
}
#r_sidebar ul li ul li a, #r_sidebar ul li ul li a:visited {
	color: #003399;
	display: block;
	padding: 5px 3px;
	margin: 0px;
	text-decoration: none;
}
#r_sidebar ul li ul li a:hover {
	color: #003399;
	text-decoration: underline;
}
#r_sidebar ul li ul li ul li {
	border-bottom: 1px solid #EAF4FF; /*IE Bug Fix */
	border-top: 1px solid #C1D8E6;
	background: none;
	margin:  0px; padding: 0px;
}
#r_sidebar ul li ul li ul li a, #r_sidebar ul li ul li ul li a:visited {
	color: #003399;
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-decoration: none;
}
#r_sidebar ul li ul li ul {
	border: none;
	padding: 0px; margin: 0px;
}
#r_sidebar ul li ul li ul li a:hover {
	color: #003399;
	text-decoration: underline;
}

/*************************************
	Footer
**************************************/
#footer { 
	padding: 15px 5px 30px 5px;
	margin:  10px 0px 0px 0px;
	text-align: center;
	clear: both;
	background: #4C7CB5 url(images/footer-bg.jpg) repeat-x;
	color: #FFF;
	}
#footer a {
	color: #9BB1BB;
}
#footer-wrap {
	width: 950px;
	margin: 0px auto;
}

/**********************************
	Ajouts
***********************************/

.alignleft {
	float:left;
}
.alignright {
	float:right;
}
img.aligncenter {
	display:block;
	padding: 0;
	margin: 5px auto;
	text-align:center;
}

.star_tiny{
	display: inline-block;
	vertical-align: top;
	width: 19px;
	height: 17px;
	text-align: center;
	background: url(images/star_tiny.png) no-repeat center top;
}

.orange_table, .blue_table, .green_table{
	margin: 0 0 5px;
}

.orange_table th, .blue_table th, .green_table th{
	border-left: 1px solid #fff;
	padding: 10px;
	color: #fff;
	font-size: 12px;
}

.orange_table th{
	background: #ff9600;
}

.blue_table th{
	background: #0681ba;
}

.green_table th{
	background: #95b902;
}

.orange_table td, .blue_table td, .green_table td{
	border-left: 1px solid #fff;
	padding: 3px;
	color: #333;
	font-size: 12px;
	text-align: left;
}

.orange_table td:first-child, .blue_table td:first-child, .green_table td:first-child{
	border-left: none;
}

.orange_table td{
	background: #fbd767;
}

.blue_table td{
	background: #c3ecf4;
}

.green_table td{
	background: #dced98;
}

.orange_table tr:nth-child(2n+1) td {
	background: #fce395;
}

.blue_table tr:nth-child(2n+1) td {
	background: #a9e4ef;
}

.green_table tr:nth-child(2n+1) td {
	background: #cde56b;
}

.orange_table th:first-child,.blue_table th:first-child,.green_table th:first-child{
	border-left: none;
	border-radius: 5px 0 0 0;	
}

.orange_table tr:last-child td:first-child, .blue_table tr:last-child td:first-child, .green_table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;	
}

.orange_table tr:last-child td:last-child, .blue_table tr:last-child td:last-child, .green_table tr:last-child td:last-child{
	border-radius:  0 0 5px 0;	
}

.orange_table th:first-child ,.blue_table th:first-child, .green_table th:first-child{
	border-left: none;
	border-radius: 5px 0 0 0;	
}

.orange_table th:last-child , .blue_table th:last-child , .green_table th:last-child{
	border-radius: 0 5px 0 0;
}

.balls{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font: 21px/54px 'Arial Black', sans-serif; 
	width: 51px;
	height: 53px;
	text-decoration: uppercase;
	color: #333;
}

.ball_orange{
	background: url(images/ball_orange.png) no-repeat right top;	
}

.ball_blue{
	background: url(images/ball_blue.png) no-repeat right top;	
}

.ball_crimson{
	background: url(images/ball_crimson.png) no-repeat right top;	
}

.ball_red{
	background: url(images/ball_red.png) no-repeat right top;	
}

.ball_green{
	background: url(images/ball_green.png) no-repeat right top;	
}

.star{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	text-align: center;
	background: url(images/star.png) no-repeat center top;
	color: #9b6f02;
	font: 20px/37px 'Arial Black', sans-serif;
	text-shadow: 1px 1px 1px #fdce2a;
	padding: 0 2px;
}

.procent_container_blue{
	background: url(images/procent_blue.png) repeat-x left top;	
	width: 150px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	padding: 0 1px 0 0;
}

.procent_container_text{
	background: url(images/procent_orange.png) repeat-x left top;	
	width: 150px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	padding: 0 1px 0 0;
	color: #fff;
	overflow: hidden;
}
.game_point{
	background: url(images/ball_blue_small.png) no-repeat left top;	
	width: 26px;
	height: 25px;
	font: bold 11px/25px 'Open Sans', sans-serif;
	text-align: center;
}
.star_small{
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	text-align: center;
	background: url(images/star_small.png) no-repeat center top;
	color: #333;
	font: 10px/24px 'Open Sans', sans-serif;
	text-shadow: 1px 1px 1px #fdce2a;
}