
* {
	margin:0;
	padding:0;
}

a:link{
  color: #490000;
  text-decoration: none;
}

a:visited {
  color: #490000;
  text-decoration: none;
}

a:hover {
  color: #940000;
}

a:active {
  color: #940000;
}

a img {
	border: 0;
}

h1, h2, h3{
	font-weight: bold;
}

h1 {
	font-size: 16pt;
	color: #500000;
	margin-bottom: 10px;
}

h2 {
	font-size: 13pt;
	color: #650000;
	margin-bottom: 5px;
}

h3 {
	font-size: 10pt;
	color: #800000;
}

ul, li {
	margin-left: 10px;
}

#header{
	height: 64px;
	padding: 0 20px 0 20px;
}

#header .header-motif{
	height: 64px;
	text-align: center;
	background: url('../img/poker/theme/header-motif.jpg');
}

#header .header-sep{
	height: 64px;
	width: 1px;
	background: url('../img/poker/theme/header-sep.jpg');
}

#header .header-right{
	height: 64px;
	width: 5px;
	background: url('../img/poker/theme/header-right.jpg');
}

#content{
	background: #fff;
	color: #333;
	padding: 10px;
	overflow: auto;
	padding: 10px 20px 0 20px;
}

/* Sepcial */
.header-motif a:link{
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	
}

.header-motif a:visited {
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.header-motif a:hover {
	color: #bbbbbb;
}

.header-motif a:active {
	color: #bbbbbb;
}

.message-bloc-live {
	font-size: 8pt;
	line-height: 12px;
	padding: 2px 0 2px 0;
}

/* Cadre forum */
.cadre-forum {
	width: 100%;
}

.cadre-forum-header{
	background: url('../img/forum/theme/titre-degrade.jpg');
	color: #ffffff;
}

.cadre-forum-ligne{
	background: url('../img/forum/theme/ligne-degrade.jpg');
	height: 30px;
	color: #222222;
	font-size: 10pt;
	line-height: 15px;
}

.cadre-default-ligne{
	background: #e0e0e0;
	height: 30px;
	color: #222222;
	font-size: 10pt;
	line-height: 15px;
}

.cadre-forum-ligne:hover{
	background: #e0e0e0;
}

.forum-petit{
	color: #555555;
	font-size: 8pt;
	line-height: 10px;
}

.forum-coin-hg {
	width: 5px;
	height: 25px;
	background: url('../img/forum/theme/forum-coin-hg.jpg');
}

.forum-coin-hd {
	width: 5px;
	height: 25px;
	background: url('../img/forum/theme/forum-coin-hd.jpg');
}

.forum-coin-bg {
	width: 5px;
	height: 5px;
	background: url('../img/forum/theme/forum-coin-bg.jpg');
}

.forum-coin-bd {
	width: 5px;
	height: 5px;
	background: url('../img/forum/theme/forum-coin-bd.jpg');
}

.forum-bordure {
	background: #a60000;
}



