@charset "utf-8";
/* CSS Document */

/* /////////////////////////////////////////////////////////////////////////////////// tableau de comparaison */
.gray_band, .gray_top_band{
	background-color:#bcb9b4;
	width:948px;
	height:7px;
	margin:0px 1px;
}
.gray_top_band{
	margin-top:15px;
}

#table_comparaison{
	background-color:#201807;
	color:#FFF;
	margin:0px 1px;
	text-align:left;
	border-collapse: collapse;
	line-height:31px;
	height:230px;
}

#table_comparaison th{
	line-height:50px;
}
#table_comparaison td{
	vertical-align:middle;
}
#table_comparaison tr{
	border-bottom: 1px solid #201807;
}

#table_comparaison tr[scope=col]{
	text-indent:20px;
}

#table_comparaison .margin{
	background-color:#201807;
	width:15px;
}
#table_comparaison .rank_number{
	width:50px;
	text-indent:7px;
}
#table_comparaison .langue, #table_comparaison .variation{
	width:90px;
	text-align:center;
}
	
#table_comparaison .bonus_max{
	text-indent:20px;
}
#table_comparaison .note{
	width:70px;
	text-align:center;
}

#table_comparaison .orange{
	background-color:#373121;
}
#table_comparaison .orange .bouton_tab, #table_comparaison .gray .bouton_tab{
	background:url(../images/tab_button_orange.gif) no-repeat;
	background-color:#201807;
	width:111px;
	text-align:center;
}
#table_comparaison .orange .bouton_tab{
	background:url(../images/tab_button_orange.gif) no-repeat;
}
#table_comparaison .orange b{
	text-shadow: 0px 0px 5px #6a452b;
}

#table_comparaison .gray{
	background-color:#484234;
}
#table_comparaison .gray .bouton_tab{
	background:url(../images/tab_button_gray.gif) no-repeat;
}
#table_comparaison .gray b{
	color:#5c4f45;
	text-shadow: 0px 0px 5px #FFF;
}
#table_comparaison tr:hover th[scope=row], #table_comparaison tr:hover td{ 
  /*background-color: #fc6a03;*/
  background:url(../images/over_reflect.png) repeat-x;
  color: #fff;
} 

#table_comparaison a{
	text-decoration:none;
	color:#FFF;
}
#table_comparaison a:hover{
	text-decoration:underline;
	color:#fc6a03;
}
#table_comparaison .orange .bouton_tab a:hover{
	text-decoration:underline;
	color:#FFF;
}
#table_comparaison .gray .bouton_tab a:hover{
	text-decoration:underline;
	color:#5c4f45;
}


/* /////////////////////////////////////////////////////////////////////////////////// tableau détail */
#table_detail{
	background:url(../images/rayures_repeat.gif);
	padding-top:1px;
	border-bottom:#edeceb medium;
	border-bottom-style:solid;
}

#table_detail img{
	float:left;
}

#table_detail .zone_grise{
	width:452px;
	height:138px;
	padding-left:20px;
	margin:0;
	float:left;
}
#table_detail .bouton_parier{
	background:url(../images/detail_button_parier.gif) no-repeat;
	width:176px;
	height:39px;
	float:left;
}
#table_detail .bouton_bonus{
	background:url(../images/detail_button_bonus.gif) no-repeat;
	width:176px;
	height:68px;
	float:left;
}
#table_detail .bouton_log{
	background:url(../images/detail_button_log.gif) no-repeat;
	width:176px;
	height:31px;
	float:left;
}

#table_detail .bouton_parier span{
	display:block;
	margin-top:12px;
	font-size:14px;
	font-weight:bolder;
	text-shadow: 0px 0px 5px #FFF;
	text-align:center;
}
#table_detail .bouton_bonus span{
	display:block;
	margin:16px 0 0 8px;
	font-size:15px;
	font-style:italic;
	text-transform:uppercase;
	line-height:17px;
}
#table_detail .bouton_log span{
	display:block;
	margin-top:7px;
	text-align:center;
}

#table_detail h2{
	margin-left:0;
}

#table_detail ul{
	color:inherit;
	line-height:inherit;
	margin:0;
	text-align:left;
}
#table_detail li{
	margin-top:11px;
}

#table_detail a{
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
#table_detail a:hover{
	text-decoration:underline;
	color:#373737;
}
#table_detail .bouton_log a, #table_detail .bouton_log a:hover{
	font-weight:normal;
}
