/**** Netfront Default Style ****/
/**** Copyright Optiman-Netfront ****/

body{	
	background-color: #000000;
	color: #FFFFFF;
	font-family: verdana, arial;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

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

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #00FFFF;
	text-decoration: none;
}

hr {
	color: #9228A2;
}

img {
	border: 0px;
}


#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: black;
}

	#pub {
	}

	#header h1 {
		position: absolute;
		top : 0px;
		left: 0px;
		width: 100%;
		margin-right: 210px;
		margin-left: 10px;
		margin-top: 35px;
		background-color: #05AD05;		
		text-align: center;
		padding-left: 5px;
		padding-right: 210px;
		color: #DDDDDD;
		font-weight : bold;
		font-family: verdana, arial;
		font-size: 24px;
	}

	#logo {
		position: absolute;
		top : 0px;
		left: 0px;
		height: 40px;
		margin-left: 15px;
		margin-top: 20px;
	}
	

#content{
	position: absolute;
	top: 100px;
	left: 10px;
	right: 210px;
	padding: 10px;
}

	.tricol {
		float: left;
		width: 28%;
		padding: 10px;
	}


#menu{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 140px;
	height: 300px;
	margin-right: 50px;
	padding: 5px;
	background-color: #333333;
	border-color: #9D01D7;
	border-top-width: 100px;
	border-top-style: solid;
	border-bottom-width: 800px;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
	font-family: verdana, arial;
	text-decoration: none;
}

	#menu a {
		font-size: 12px;
		font-weight: bold;
		color: #CCCCCC;
		font-family: verdana, arial;
		text-decoration: none;
	}

	#menu ul{
		margin-left: 0px;
		padding: 0px;
	}

	#menu li{
		margin-left: 10px;
		margin-right: 10px;
		text-align: left;
		padding: 5px;
	}

	#menu a:hover {
		color: #00FFFF;
	}


#altmenu {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}


#footer {
	width: 100%;
	padding-top: 10px;
	text-align: center;
}


/**** La ligne magique pour fixer le menu dans les autres browsers que IE ... qui ne comprend pas fixed...  ****/

body>div#menu { position: fixed }

