/* init generique */
/* Version 1 -24/06/08 */

/* ========== RESET ========= */
* {
	margin:0;
}
html, body {
	height:100%;
	width:100%;
	background-color: #333;
}
body {
	background-color: #333;
	margin-left: 0px;
	margin-right: 0px;
}

p, body, td {
	font-size:11px;
	font-family:Verdana;
	color:#000000;
}
a {
	font-size:12px;
	font-family:Verdana;
	color:#000000;
	text-decoration:underline;
}
a:hover {
	font-family:Verdana;
	color:#000000;
	text-decoration:underline;
}

Div#MainMenuPozisyon {
	position: relative;
	height: 30px;
	width: 850px;
	clear: both;
	left: 0px;
	top: 123px;
}
Div#TopMenu {
	position: relative;
	top: 0px;
	width: 850px;
	height: 25px;
	text-align: right;
}
div#global {
	height:100%;
	margin:0 auto;
	width:850px;
	text-align:left;
}
div#header {
	width:850px;
	height:165px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-color: #333;
}

div#content {
	width:850px;
	background-color:#FFF;
	padding-top:0px;
}