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;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    color: #B70009;
    padding-bottom: 5px;
}

/*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;
}


ul.menu_gauche li ul li.here a {
	color: #D70014;
	background-image: url("/sites/templates/images/menu_puce_here.gif");
}

/*COLONNE PRICIPALE */
#colonne_principale {
	float: right;
	width: 790px;
	background-color: #ebebeb;
}

#colonne_principale #title {
	background-image: url("/sites/templates/images/background_title.gif");
	background-repeat: no-repeat;
	height: 29px;
	width: 790px;
	padding-top: 10px;
}

#colonne_principale #title h1 {
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
	font-size: 14px;
	font-variant: small-caps;
}

#content {
	margin-left: 10px;
	width: 770px;
}

/*MENU resulutat course*/
.courseCalandar {
	margin-top: 20px;
}

.rapportMenu {
	background-image: url("/sites/module/images/rapportMenuBackground.gif");
	background-repeat: no-repeat;
	width: 770px;
	height: 25px;
	margin-bottom: 30px;
	margin-top: 20px;
}

#content .rapportMenu a.lien1 {
	color: white;
	background-image: url("/sites/module/images/rapportMenuSeparation.gif");
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-decoration: none;
	color: #c3c3c3;
	font-size: 10px;
}

.rapportMenu a.lien1:hover {
	color: white;
}

.rapportMenu a.lien1 img {
	padding-top: 5px;
}

/*TABLEAU RESULUTAT COURSE*/
#content h2 {
	margin: 0;
	padding: 0;
	background-image: url("/sites/templates/images/title_bloc_course.gif");
	background-repeat: no-repeat;
	width: 743px;
	height: 32px;
	font-weight: bold;
	color: white;
	font-size: 14px;
	padding-left: 27px;
	text-align: left;
	overflow: hidden;
	line-height: 30px;
}

.tableCourse2 {
	width: 770px;
	margin-bottom: 20px;
}

.tableCourse2 th {
	background-color: #D70014;
	color: white;
	padding: 4px 3px;
	font-size: 13px;
}

.tableCourse2 tr.ligne1 td {
	background-color: #D6D6D6;
}

.tableCourse2 tr td {
	text-align: center;
	height: 25px;
}

.tableCourse2 tr:hover td, .tableCourse2 tr:hover td .highlight_row {
	background-image: url(/sites/templates/images/tabCourseTrHover.gif);
	background-repeat: repeat-x;
	color: white;
}

.tableCourse2 td.coursesBottom {
	background-image: url(/sites/templates/images/bloc_course_footer.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 469px;
}

.tableCourse2 tr:hover td.coursesBottom {
	background-image: url(/sites/templates/images/bloc_course_footer.gif);
	background-repeat: no-repeat;
}

.tabCourse_info {
	background-color: #4EA509;
	color: white;
	text-align: left;
	padding: 0 27px 10px 27px;
}

/*CAS SPECIFIQUE*/
.tableCourse2_simple tr td {
	background-color: #D6D6D6;
}

/* TABLE PRONO*/
.tableProno {
	width: 770px;
}

.tableProno th {
	background-color: #D70014;
	color: white;
	padding: 4px 3px;
	font-size: 13px;
}

.sans_hover_hr tr:hover td {
	background-image: none;
	color: black;
}

.sans_hover_hr tr:hover td {
	background-image: none;
	color: black;
}

/*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;
}

#content h1 {
	color: #4EA509;
	font-size: 20px;
}

/*TABLEAU COURSE*/
#content table.courses {
	width: 770px;
}

table.courses tr.tabCourseTh th, table.courses tr.thParticipants th {
	background-color: #d70014;
	color: white;
	padding: 4px 3px;
}

table.courses tr td {
	padding: 0 5px;
	height: 26px;
}

table.courses tr.ligne1 td, table.courses tr.ligne1Participants {
	background-color: #d6d6d6;
}

table.courses tr td a {
	color: #458414;
}

table.courses tr:hover td, table.courses tr:hover td .highlight_row {
	cursor: pointer;
	background-image: url("/sites/templates/images/tabCourseTrHover.gif");
	background-repeat: repeat-x;
	color: white;
}

#content table.courses tr:hover td a, #content table.courses tr:hover td a .highlight_row {
	color: white;
}

table.courses td.coursesBottom {
	background-image: url(/sites/templates/images/bloc_course_footer.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 770px;
}

table.courses tr:hover td.coursesBottom {
	background-image: url(/sites/templates/images/bloc_course_footer.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 770px;
	cursor: auto;
}

/* TABLE RAPPORT*/
.tableRapport {
	width: 240px;
}

h3 {
	margin: 0;
	padding: 0;
	background-image:
		url("/sites/templates/images/title_bloc_course_250.gif");
	background-repeat: no-repeat;
	width: 240px;
	height: 32px;
	font-weight: bold;
	color: white;
	font-size: 14px;
	text-align: center;
}

table.tableRapport tr td {
	padding: 0 5px;
	height: 26px;
	background-color: white;
	border-bottom: 1px solid #EBEBEB;
}

td.coursesBottom250 {
	background-image:
		url(/sites/templates/images/bloc_course_footer_250.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 250px;
}

/*TABLE STATS*/
.tableStats {
	width: 770px;
}

#stats_menu {
	width: 770px;
	background-color: #4EA509;
}

#stats_menu .enteteStat {
	font-weight: bold;
	font-size: 14px;
	color: white;
}

.tableStats .tabCourse_info {
	width: 716px;
}

#statValid {
	background-image: url(/sites/module/images/rapportMenuBouton.gif);
	background-repeat: no-repeat;
	border: medium none;
	color: white;
	cursor: pointer;
	font-weight: bold;
	height: 27px;
	margin: 0 0 5px;
	padding: 0 0 5px;
	text-align: center;
	text-decoration: none;
	width: 149px;
	margin-top: 10px;
}

#stats_menu tr td.coursesBottom {
	background-image: url(/sites/templates/images/bloc_course_footer.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	width: 770px;
	height: 14px;
}

/*RESULTAT STAT*/
#stats h3 {
	width: 770px;
	color: #D70014;
	background-image: none;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

table.tableStats2 {
	padding-top: 10px;
	width: 750px;
}

table.tableStats2 th {
	background-color: #D70014;
	height: 22px;
	color: white;
}

table.tableStats2 th.th_cheval {
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 110px;
	width: 300px;
}

table.tableStats2 tr td {
	height: 20px;
}

table.tableStats2 tr td.ecart {
	height: 20px;
	color: #D70014;
}

table.tableStats2 tr td.enteteCourse {
	background-color: #4EA509;
	height: 20px;
	color: white;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

table.tableStats2 tr td.enteteCourseBlank {
	background-color: #EBEBEB;
	height: 20px;
	color: white;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

table.tableStats2 tr.ligne_entete_1 td {
	background-color: #D70014;
	height: 22px;
	color: white;
	text-align: center;
}

table.tableStats2 tr.ligne1 td {
	background-color: #D6D6D6;
}

table.tableStats2 tr.ligne2 td {
	background-color: #EBEBEB;
}

#content a {
	color: #B70009;
}

/*FORMULAIRE INSCRIPTION PAIEMENT */
.sub_categ_title {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 25px;
	text-align: left;
}

.sub_categ_title span {
	background-color: #4EA509;
	border: 1px solid #4EA509;
	color: white;
	font-weight: bold;
	padding: 5px;
	width: 200px;
}

.mandatory {
	color: #B70009;
}

#content .input_button_2,#content .input_button_2_sel {
	background-image: url(/sites/templates/images/bouton_turf_230.gif);
	background-repeat: no-repeat;
	border: medium none;
	color: white;
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 250px;
	margin-bottom: 10px;
}

#content .input_button_2:hover,#content .input_button_2_sel {
	color: #B70009;
}

/*tableau prono*/

th.th_cheval {

}



.tdPronoTitre {
	background-color: #D6D6D6; font-size : 14px;
	font-weight: bold;
	text-align: center;
	font-size: 14px; font-weight : bold; text-align : center;
	color: #D70014;
}

.tdProno {
	background-color: #D6D6D6;
}

.tdCoteTitre {
	background-color: #D6D6D6;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #0000000;
}

.tdCote {
	background-color: #D6D6D6;
	font-weight: bold;
}

#content a.btnShowEcarts {
	display: block;
	margin: 0;
	padding: 0;
	background-image: url("/sites/module/images/boutonShowEcarts.gif");
	background-repeat: no-repeat;
	height: 17px;
	width: 141px;
	font-size: 10px;
	text-decoration: none;
	color: #aaaaaa;
	padding-left:20px;
	padding-top: 2px;
	font-weight: bold;
}

#content a.btnShowEcarts:hover {
	color:#D70014;
}

td.tableEcartsEntete {
	background-color: #D70014;
	color: white;
	font-weight: bold;
}

td.tab_ecarts {
	background-color: #abdc9a;

}

#content h2.prono_indispo {
background-image:url(/sites/templates/images/title_bloc_course_350.gif);
background-repeat:no-repeat;
color:white;
font-size:14px;
font-weight:bold;
height:32px;
line-height:30px;
margin:0;
overflow:hidden;
padding:0 0 0 27px;
text-align:left;
width:323px;
}

td.coursesBottom_350 {
background-image:url(/sites/templates/images/bloc_course_footer_350.gif);
background-repeat:no-repeat;
height:15px;
width:348px;
}

#premium {
	text-align: center;
	font-weight: bold;
	color: #4EA509;
	font-size: 20px;
	padding: 0 0px;
	}

#content a#lien_sabonner {
	color: white;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	background-image:url(/sites/templates/images/background_lien_sabonner.jpg);
	background-repeat:no-repeat;
	width: 191px;
	height: 101px;
	display: block;
	padding-left: 100px;
	padding-top:20px;
	text-decoration: none;
	}
	
#content a#lien_sabonner:hover {
	color: #aaaaaa;
	}	
	
#fleche_detail_course {
	width: 770px;
	background-image:url(/sites/templates/images/fleche_detail_course.gif);
	background-repeat:no-repeat;
	height: 47px;
	background-position: center top; 
	margin: 10px 0;
	}	

.highlight_row
{
	color: #c5003e;
	font-weight: bold;	
}

.mandatory_red
{
	color: #B70009;
}

/*ACTU CONTENT*/

#detail_actu h3 {
	width:auto;
	background-image:none;
	color:#4EA509;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	height: auto;
	text-align: left;
}

#detail_actu h2 {
	margin:0;
	padding:0;
	width:auto;
	background-image:none;
	color:#4EA509;
	font-size:18px;
	font-weight:bold;
	height:auto;
	text-align:center;
	line-height:auto;
	overflow: visible;
}

#connexion-pronostic-tierce_img {
	position: absolute;
	left:90px;
	top:0px;
	}


