img {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: #1e1e1e;
    background-image: url("/sites/templates/images/background_top.gif");
    background-repeat:no-repeat;
    background-position:center top;
    font-family: arial;
    font-size: 12px;

}

#page {
	position:absolute;
    left: 50%;
    margin-left: -500px;
    padding: 0px;
    top: 0px;
    width: 1000px;
}

/*HEADER*/

#header {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

#logo {
	float: left;
	}

#header_content {
	width:790px;
	float: right;
    background-image: url("/sites/templates/images/background_header.jpg");
    background-repeat:no-repeat;
    height: 210px;
}

/*LOGIN*/

#login {
	width: 790px;
	height: 29px;
	background-color: black;
	padding-top: 6px;
	text-align: right;
}

#login span.login_txt {
	color:#9b9b9b;
	font-weight: bold;
}

#login .login_txt2 {
	margin-left: 10px;
	}
	
	
#login #loginSubmit {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
    background-image: url("/sites/templates/images/login_btn.gif");
    background-repeat:no-repeat;
    width: 35px;
    height: 23px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 4px;
    margin-left: 5px;
    cursor: pointer;
	}
	
#login .login_input {
	width: 150px;
	font-size: 11px;
	}


/*UNE FOIS CONNECTE*/

#login_menu {
    height: 25px;
    }
    
#login_menu_text {
    height: 25px;
    float: right;
    line-height: 25px;
    color: white;
    margin-right: 15px;
    color: #cccccc;
    }
    
#login_menu_text img {
    vertical-align: middle;
    margin-bottom: 9px;
    }       

#login_menu_deco {
    height: 25px;
    float: right;
    }   

.login_menu_deco {
    display: block;
    background-image: url("/sites/templates/images/deconnect_btn.gif");
    background-repeat: no-repeat;
    width: 110px;
    height: 23px;
    line-height: 23px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    
    }
    
/*PUB HEADER*/

#pub1 {
	width: 760px;
	height: 130px;
	padding-left: 30px;
	padding-top: 15px;
}


/*MENU HAUT*/

ul.topnav {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 790px;
	}
	
ul.topnav li a {
	display: block;
	color: white;
	text-decoration: none;
	line-height: 30px;
    background-image: url("/sites/templates/images/menu_haut_separation.gif");
    background-repeat:no-repeat;
    background-position: right top;
    padding: 0 12px;
	}
	
ul.topnav li a:hover {
	color:red;
	}
	
ul.topnav li.last a {
    background-image: none;
	}	
	
/*global*/

#global	{
	
	}
	
/*colonne_gauche*/

#colonne_gauche {
	width: 210px;
	background-color: white;
	/*padding-top: 210px;*/
	float: left;
	}
	
ul.menu_gauche {
	margin: 0;
	padding: 0;

	}
	
ul.menu_gauche li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul.menu_gauche p {
	margin: 0;
	padding: 0;
	}
	
ul.menu_gauche li p#p_1,
ul.menu_gauche li p#p_2,
ul.menu_gauche li p#p_3,
ul.menu_gauche li p#p_4,
ul.menu_gauche li p#p_5,
ul.menu_gauche li p#p_6 {
	display:block;
    width: 210px;
	padding: 0 0 3px 0;
	}
	
ul.menu_gauche li p a {
	color: transparent;
	}	
		
	
ul.menu_gauche li p#p_1 {
	background-image: url("/sites/templates/images/menu-abonnez-vous.gif");
	background-repeat: no-repeat;
}

ul.menu_gauche li p#p_2 {
	background-image: url("/sites/templates/images/menu-resultat.gif");
	background-repeat: no-repeat;
}

ul.menu_gauche li p#p_3 {
	background-image: url("/sites/templates/images/menu-coups-de-poker.gif");
	background-repeat: no-repeat;
}

ul.menu_gauche li p#p_4 {
	background-image: url("/sites/templates/images/menu-info-course.gif");
	background-repeat: no-repeat;
}

ul.menu_gauche li p#p_5 {
	background-image: url("/sites/templates/images/menu-nos-statistiques.gif");
	background-repeat: no-repeat;
}

ul.menu_gauche li p#p_6 {
	background-image: url("/sites/templates/images/menu-infos-generales.gif");
	background-repeat: no-repeat;
}	
	
ul.menu_gauche li ul {
	margin: 0;
	padding: 0;
	}
	
ul.menu_gauche li ul li p,
ul.menu_gauche li ul li p#p_1,
ul.menu_gauche li ul li p#p_2, 
ul.menu_gauche li ul li p#p_3,
ul.menu_gauche li ul li p#p_4,
ul.menu_gauche li ul li p#p_5,
ul.menu_gauche li ul li p#p_6
	{
    background-image:none;
    width: auto;
    line-height: normal;
    padding: 0;
	}	
	
ul.menu_gauche li ul li a {
	display: block;
	width: 167px;
	min-height: 21px;
	line-height:21px;
    background-image: url("/sites/templates/images/menu_puce.gif");
    background-repeat:no-repeat;
    background-position: 10px 6px;
    padding-left: 30px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px; 
    text-decoration: none;
    color: black;
	}	
	
ul.menu_gauche li ul li.last a {
    border-bottom: 0px solid #e8e8e8;
	margin-bottom: 15px;
	}	
	
/*COLONNE PRICIPALE ACCUEIL*/

#colonne_principale {
	float: right;
	width: 790px;
	background-color: #ebebeb;
	}
	
#redTable h2 {
	margin: 0;
	padding: 0;
	font-size: 14px; 
	color: white;
}	
	
#redTable_header {
	width: 790px;
	height: 43px;
    background-image: url("/sites/templates/images/accueil_red_header.gif");
    background-repeat:no-repeat;	
    vertical-align: top;
	}	
	
#redTable_header_actu {
	float: left;
	margin-top: 12px;
	margin-left: 27px;
	}	
	
#redTable_header_resultat {
	float: right;
	margin-top: 12px;
	margin-right: 22px;	
	}	
	
#redTable_footer {
	width: 790px;
	height: 16px;
    background-image: url("/sites/templates/images/accueil_red_bottom.gif");
    background-repeat:no-repeat;	
    vertical-align: top;	
	}	
	
/* ACTU*/

#redTable_content_actu {
    background-image: url("/sites/templates/images/accueil_red_background_actu.gif");
    background-repeat:repeat-y;
    width: 471px;	
	}
	
#redTable_content_actu_img {
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	}	
	
#redTable_content_actu_content {
	float: left;
	width: 280px;
	}	
	
.summaryPostOld {
	background-image: url("/sites/templates/images/puce_actu.gif");
    background-repeat:no-repeat;
    background-position: left 5px;
    padding-bottom: 5px;
	} 
	
	
.summaryPostOld .title a   {
	color:#bc000b; 
    padding-left: 8px;
    font-weight: bold;
	}	
	
	

/*TELEX*/	
	
#redTable_content_telex {
    background-image: url("/sites/templates/images/accueil_red_background_telex.gif");
    background-repeat:repeat-y;
    width: 319px;	
	}
	
#redTable_content_telex table#tableTelex {
    margin-left: 10px;
    margin-right: 8px;
    width: 100%;
    width: 301px;
	}	
	
#redTable_content_telex table#tableTelex tr {
    height: 21px;
	}	
	
#redTable_content_telex table#tableTelex tr td {
    padding: 0 10px;
    overflow: hidden;
	}	
	
#redTable_content_telex table#tableTelex tr.colorLine2 {
    background-color: #d6d6d6;
	}
	
#redTable_content_telex table#tableTelex tr td a {
    color: black;
    text-decoration: none;
	}	
	
#redTable_content_telex table#tableTelex tr:hover {
    background-color: #D90015;
    cursor: pointer;
    background-image: url("/sites/templates/images/telexTrHover.gif");
    background-repeat:repeat-x;
	}		
	
#redTable_content_telex table#tableTelex tr:hover td a, #redTable_content_telex table#tableTelex tr:hover td {
    color:white;
	}
	
/*CONTENT*/		
	
#contentAccueil {
	width: 469px;
	float: left;
	margin-top:12px;
		
	}
	
/*BLOC COURSE*/

#contentAccueil .title_bloc_course {
    background-image: url("/sites/templates/images/accueil_title_bloc_course.gif");
    background-repeat:no-repeat;
   	width: 469px;
   	height: 37px;


	}	
	
#contentAccueil .title_bloc_course h2 {
	margin:0;
	padding:0;
    font-size: 13px;
    color:white;
    padding-left: 26px;
    padding-top: 8px;
	}	
	
.under_title_bloc_course {
	margin-top: 2px;
	margin-left: 26px;
   	color:white;
   	font-size: 9px;
	}	
	
/*TABLEAU COURSE ACCUEIL*/

#contentAccueil table.courses  {
	width: 469px;
	}	
	
table.courses tr.tabCourseTh th  {
	background-color: #d70014;
	color: white;
	padding: 4px 3px;
	}
	
table.courses tr td {
	padding: 0 5px;
	height: 26px;
	}
	
table.courses tr.ligne1 td {
	background-color: #d6d6d6;
	}	
	
table.courses tr td a {
	color:#458414;
	}
	
table.courses tr:hover td {
    cursor: pointer;
    background-image: url("/sites/templates/images/tabCourseTrHover.gif");
    background-repeat:repeat-x;
    color: white;
	}
	
table.courses tr:hover td a {
    color: white;
	}
	
table.courses td.coursesBottom {
   	 background-image: url("/sites/templates/images/accueil_bloc_course_footer.gif");
    background-repeat:no-repeat;
    height:18px;
    width: 469px;
	}	
	td.coursesBottom {
   	 background-image: url("/sites/templates/images/accueil_bloc_course_footer.gif");
    background-repeat:no-repeat;
    padding: 10px;
	}				
	
/*PUB SOUS TABLEAU RESULTAT*/

#pubAccueil468x60 {
	margin-bottom: 10px;
	height: 60px;
	}
	
/*SUITE ACTU*/

#suiteActu {
	width: 469px;
	margin-bottom: 10px;
	}	
	
#suiteActu #suiteActu_title {
	width: 442px;
	height: 29px;
   	background-image: url("/sites/templates/images/accueil_suite_actu_header.gif");
    background-repeat:no-repeat;
   	padding-left: 27px;
	padding-top: 8px;
	}	
	
#suiteActu #suiteActu_title h2 {
	margin: 0;
	padding: 0;
	font-size: 14px; 
	color: white;

}		
	
#suiteActu #suiteActu_content {
	width: 439px;
   	background-image: url("/sites/templates/images/accueil_suite_actu_content.gif");
    background-repeat:repeat-y;
    padding: 5px 15px 0px 15px;
	}	
	
#suiteActu #suiteActu_footer {
	width: 469px;
   	background-image: url("/sites/templates/images/accueil_suite_actu_footer.gif");
    background-repeat:no-repeat;
    height: 13px;
	}		
	
/*PUB DROITE*/	
	
#rightAds {
	width: 310px;
	float: right;
	margin-top:12px;
}

/*BOTTOM*/

#bottom {
	color:white;
	width: 1000px;
	padding-top: 80px;
   	background-image: url("/sites/templates/images/background_bottom.jpg");
    background-repeat:no-repeat;
    float: left;
    height: 20px;
    text-align: center;
	}
	
#bottom a {
	color:white;
	}	
	
#backgroundBottom {
	position:absolute;
   	background-image: url("/sites/templates/images/background_bottom.gif");
    background-repeat:no-repeat;
    background-position:center bottom;
    width: 100%;
    height: 175px;
    z-index: -1;
	}	


#telex_no_results {
	text-align: center;
	color:#bbbbbb;
	font-size:18px;
	font-weight:bold;
	}	
	
#connexion-pronostic-tierce_img {
	position: absolute;
	left:90px;
	top:0px;
	}
		


