/*
 * Definition des elements generiques de navigation
 */
body {
  margin: 0;
  padding: 0;
  color: #CCC;
  background:#000e12 url('/I/theme_bonus2poker/backgrounds/fond_general.jpg') repeat-x center 0;
  font: 12px Arial,Verdana, sans-serif;
}



.main_color
{color:#8CF;}

.warning_color
{color:#C00E0C;}

a{text-decoration:none;color:#FFF;}
a:hover{text-decoration:underline;}

.title
{
	font-size:20px;
	font-style:italic;
	margin-bottom:10px;
	margin-top:20px;
}

.clear
{
	clear:both;
	/*font-size:0px;*/
	padding:0;margin:0;
	height:0;
}

.center
{
	margin:auto;
	display:block;
	text-align:center;
}

.btn_ok
{
	border:0;
	background:transparent url(/I/theme_bonus2poker/buttons/ok.png) no-repeat;
	width:34px;
	height:34px;
	vertical-align:middle;
	cursor:pointer;
}

.fil_ariane
{
	font-size:11px;
	line-height:2.2em;
	font-family:Verdana;
}

.chevron
{
	font-size:15px;	
}

/*
 * Englobeur de site
 */
.wrapper
{
  width:880px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
}

/*
 * Contenu principal situé sous le header
 */
.main_content
{
	margin:auto;
	border:solid 5px black;
	background:#000 url(/I/theme_bonus2poker/backgrounds/main_content-background.png) repeat-x 0px 0;
	width:880px;
	min-height:600px;
	clear:both;
	_display:block;/*IE6 fix*/
}

/*
 * Contient le coeur de page : la zone éditoriale
 */
.body_content
{	float:left;
	margin-left:11px;
	margin-right:6px;
	_margin-left:3px;
	_margin-right:3px;
	_display:inline;/*IE6 hack*/
	_position:relative;/*clic*/
	width:530px;
	margin-top:15px;
}

.body_content p
{
	color:#c5c5c5;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:5px;
}


/*
 * Entete
 */
.header
{
	width:968px;
	margin:auto;
}

/*
 * LOGO
 */
.logo_floater
{
	float:left;
	z-index:5;
	margin-left:16px;
	margin-top:41px;
	font-size:37px;
	font-weight:bold;
	display:inline;
	position:relative;/*IE fix, element non cliquable*/
	height:63px;
}

.logo_floater span
{
	display:none;
}

/*
 * COLONNE DE DROITE
 */
.right_content
{
	float:right;
	margin-right:7px;
	_display:inline;/*IE6 hack*/
	_position:relative;/*permet le clic pour IE6*/
}

.bloc_newsletter
{
	width:303px;
	height:103px;
	margin-top:10px;
	margin-bottom:10px;
	background: transparent url(/I/theme_bonus2poker/newsletter/newsletter_background.png);
}

.bloc_newsletter .newsletter_field
{
	margin-left:40px;
	margin-top:50px;
	width:187px;
	height:20px;
	border:0;
	color:#000;
}


/*PUB : RECTANGLE MEDIUM*/
.pub_right_column
{
	margin-top:4px;
	background-color:#00425f;
	
	width:300px;
	height:250px;
}

h1
{
	font-size:20px;
	color:#FFF;
}

.most_searched
{
	width:302px;
	height:277px;
	margin-top:10px;
	margin-bottom:10px;
	background: transparent url(/I/theme_bonus2poker/most_searched/background.png);
}


.top_salle_list
{
	margin-top:30px;
}

.top_salle_list .salle-item
{
	float:left;
	width:248px;
	height:160px;
	border:solid 1px #222;
	background-color:#000;
	margin:5px;
}

.salle-item a
{
	color:#FFF;
}

.salle-item-container
{
	margin:30px 10px 10px 10px;
}

.salle-item img
{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

.salle-item .title
{
	font-weight:bold;
	color:#FFF;
	font-size:13px;
	font-style:normal;
}


.most_searched_list
{
	margin-left:20px;
	margin-right:20px;
	padding-top:80px;
}

.most_searched_list li
{
	background-color:#333;
	margin-bottom:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	font-size:11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.most_searched_list .salle
{
	color:#00b2f4;
}


.all_salle_list .salle-item
{
	border:solid 1px #222;
	background-color:#000;
	margin:5px;
	height:150px;
}

.all_salle_list .salle-item-container
{
	margin:10px 10px 10px 10px;
}


/*
 * Buttons
 */
.btn_large
{ 
 	background:url(/I/theme_bonus2poker/buttons/large_blue.png);
 	width:165px;
	height:32px;
	font-weight:bold;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	
}

.btn_large .btn_content
{
	padding-top:8px;
}
