body { 		
	background: url('img/bg.jpg') #000000 repeat-y top center;
	margin:0px;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

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

#popup{
	color: #000000;
	position: absolute;
	left: 220px;
	display: block;
	width: 550px;
	margin: 80px auto;
	padding: 15px;
	z-index:1000;
}
#popup .header{
	background: url('img/infos_popup.png') top no-repeat;
	margin:0px;
	width:100%;
	height:70px;}
	
#popup .content{
	background: url('img/infos_popupbg.png') center;
	margin:0px;
	width:520px;
	font-family:Verdana;
	font-size:12px;
	padding: 0px 15px 0px 15px;}
	
#popup .footer{
	background: url('img/infos_popup.png') bottom no-repeat;
	margin:0px;
	width:100%;
	height:20px;}
	
#popup .header a.btnclose{
	background: url('img/icon_close.png') right top no-repeat;
	display:block;
	height:21px;
	width:21px;
	left:519px;
	position:absolute;
	top:23px;}

div.header{	position: relative;
			width:998px; height:290px;
			left:-1px;
			padding:0px;
			margin:47px auto 0px auto;
			background: url('img/bg_header.jpg') center center no-repeat;}

div.container{ position: relative;
			border-left: 1px solid #056E75;
			border-right: 1px solid #056E75;
			left:-1px;
			width:996px; margin:0px auto;
			background: url('img/bg_content.jpg') #03060D bottom left no-repeat;}

div.footer{	position: relative;
			background: url('img/footer.jpg') center top;
			left:-1px;
			width:998px; height:231px;
			margin:0px auto;
			z-index:-1;}

div.footerHDM{	position: relative;
			left:-1px;
			width:998px;
			margin:0px auto;
			text-align:center;}
			
div.title{	width:820px; height:27px; padding-left:165px;
			font-family: Verdana,sans-serif;
			font-size:20px;
			font-weight:bolder;
			letter-spacing: 2px;
			word-spacing: 6px;
			color:#FFFFFF;
			margin:0px;
			background: url('img/bg_title.jpg') #010b0e left bottom no-repeat;}
		
div.menu{	left:0px; position:absolute; width:160px; margin:30px 0px;}

a.menu_btn{	font-family:verdana,geneva,arial,helvetica,sans-serif;
			font-size:11px;
			font-weight:bolder;
			text-decoration:none;
			margin:5px 0px 5px auto;
			padding:5px;
			text-align:right;
			white-space:nowrap;
			width:130px;
			display: block;
			color:#FFFFFF;
			border-right:  5px solid #195b61;
			background: #000509;
			z-index:100;}
a.menu_btn:hover{				
			border-right:5px solid #08d5df;
			cursor:pointer;}

a.submenu_btn{ font-family:verdana,geneva,arial,helvetica,sans-serif;
			color: #CCCCCC; 
			font-size:11px; font-style: italic; font-weight:bold;
			text-decoration:none;
			margin:5px 0px 5px auto;
			padding:5px;
			text-align:right;
			display:block; width:130px;}
a.submenu_btn:hover{
			color: #08d5df;
			cursor:pointer;}

div.content{	width:800px; margin-top:20px; margin-left:180px;
			font-family:verdana,geneva,arial,helvetica,sans-serif;
			font-size:11px;
			color:#FFFFFF;}
			
tr.equipe{	font-size:12px; font-weight:bold;}
tr.selection{color: #056E75; text-align:center;
			font-size:14px; font-weight:bold;}
tr.joueur{	background-color: #195b61;}
tr.joueurstarting5{ color: #08d5df;
			background-color: #056E75;
			font-family:verdana,geneva,arial,helvetica,sans-serif;
			font-size:12px;
			font-weight:bold;}

a.btn_star{ display:block;
			border-color: #FFFFFF #666666 #666666 #FFFFFF;
			border-width: 1px;
			margin:0px; padding: 0px;
			width:25px; height:25px; 
			text-decoration:none;}
			
p.preambule{color:#FFFFFF;
			font-family:verdana,geneva,arial,helvetica,sans-serif;
			font-size:12px;
			font-weight:normal;
			text-align:left;
			margin-top:15px;}
			
p.histo_title{color:#FFFFFF;
			font-family:verdana,geneva,arial,helvetica,sans-serif;
			font-size:20px;
			font-weight:bolder;
			text-align:center;
			text-decoration:underline;
			margin:0px;}
			
p.error{	border: 2px #990000 solid;
			color:#FFFFFF;
			font-family:verdana,geneva,arial,helvetica,sans-serif;
			font-size:12px;
			font-weight:bold;
			text-align:left;
			padding:5px;}
			
a.votecoach_off{background: url('img/vote_star_off.jpg') #000000;
			display:block; float:left; 
			height:20px; width:25px; 
			color:#FFFFFF; 
			margin:0px; text-align:center;
			vertical-align: middle;
			text-decoration:none;
			font-weight:bold;
			padding-top:7px;}
			
a.votecoach_on{background: url('img/vote_star_on.jpg') #000000;
			display:block; float:left; 
			height:20px; width:25px; 
			color:#000000; 
			margin:0px; text-align:center;
			vertical-align: middle;
			text-decoration:none;
			font-weight:bold;
			padding-top:7px;}
a.liens{			
	color:#08D5DF;
	text-decoration:none;}
a.liens:hover{
	color:#000000;
	background-color:#08D5DF;}

