﻿/**
*  SpernoX Portail Visual Style
*  Copyright (c) 2008 - SpernoX Software
*
*  - Author : Pascal Martel (CEO - Main Programmer)
*  - Copyright : 2008 - SpernoX Software
*  - Version : 1.0a
*/

body {
	background-color: black;
	font-family: Arial, "Courier New", "times New Roman";
	color: white;
	margin:0;}

#MainFrame{
	width:100%;
	height:100%;
	min-height: 600px;
	padding:0;
}

#TopBanner{
	width: auto;
	height: 80px;
	padding-left: 15px;
	padding-top: 10px;
}

#Center{
	width:100%;
	height:auto;
	text-align: center;
	padding-top:10px;
	margin: auto;
}
/* Center Develop */
	#BanTitle{
		height:45px;
		width: 800px;
		background-image:url('../imgs/top_banner.png');
		margin:auto;
		padding-top: 35px;
		font-weight: bold;
	}
	
	#BanData{
		height:400px;
		width: 800px;
		background-image:url('../imgs/center.png');
		margin:auto;
	}
	
	#BanContainer{
		height:400px;
		width: 700px;
		overflow: auto;
		margin-left: 50px;
		margin-right: 20px;
	}
	
	#BanBottom{
		height:41px;
		width: 800px;
		background-image:url('../imgs/down_banner.png');
		margin:auto;

	}
/**/

#BottomBanner{
	width:100%;
	height: 20px;
	text-align:center;
	font-size: 12px;
}

/* Infos Develop */
	.BannerData{
		width: auto;
		min-height: 50px;
		margin-left: 30px;
		margin-right: 30px;
	}
	
	.LogoData{
		text-align: center;
		vertical-align: middle;
		float:left;
		width: 140px;
		min-height: 60px;
		padding-top: 25px;
	}
		
	.logo{
		margin:auto;
		border: 0px;
	}
	.logoSpe{
		margin:auto;
		border: 0px;
	}
	.logoSpe:hover{
		background-color:#09C;
	}
	
	.DescData{
		width: auto;
		min-height: 50px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}
	
	/* Data Develop */
		.DataTitle{
			font-size: 16px;
			font-weight: bold;
			text-align: left;
			width: auto;
			height: 25px;
			color: black;
		}
		.DataDesc{
			text-align: justify;
			color: black;
			font-size: 12px;
			height: auto;
			padding-bottom: 5px;
		}
		.DataStateOK{
			color:green;	
			font-weight: bold;
			font-size: 12px;
			text-align: justify;
		}
		.DataStateWarn{
			color:#F83;
			font-weight: bold;
			font-size: 12px;
			text-align: justify;
		}
		.DataStateErr{
			color:maroon;
			font-weight: bold;
			font-size: 12px;
			text-align: justify;
		}
	/**/
	
	.BannerSep{
		text-align: center;
		height: auto;
		width: auto;
	}
/**/
#LinkSpe {
	color: black;
	font-size : 16px;
	font-weight: bold;
}
#LinkSpe:hover {
	color:#09C;
	font-size : 16px;
	font-weight: bold;
}
p {
	margin: 0px;
}
