html {
	margin: 0;
	padding: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: 'verdana', Geneva, Arial, Helvetica, sans-serif;*/
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	height: 100%;
	background: #EEEEED;
}

table#global {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

div#bordure {
	position: relative;
	margin: 0 auto;
	padding:0;
	width: 949px;
	height: 548px;
	border: 1px solid #605E61;
}

/*contents*/
div#conteneur {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 949px;
	height: 100%;
	background: #626166 url(../images/conteneur-bgd.gif) repeat-y;
}

div#gauche {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	width: 157px;
	height: 505px;
	background: url(../images/menu-vertical-bgd.gif) repeat-y 1px 0;
}

div#jays_details {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 406px;
	left:0;
	background: #828081;
	border-bottom: 1px solid silver;
}

#contents {
	position: relative;
	margin: 0 0 0 -1px;
	padding-left: 157px;
	float: left;
	text-align: left;
	width: 793px;
	height: 504px;
	
}

div#conteneur div#bottom {
	clear: both;
	margin: 0 auto;
	width: auto;
	height: 43px;
	line-height: 43px;
	font-family: 'Arial', Helvetica, sans-serif;
	text-align: right;
	background: url(../images/menu-bottom-bgd.jpg) repeat-y;
	border-top: 1px solid #999999;
}

#menu_bottom {
	positon: relative;
	margin-left: 160px;
	text-align: left;
	width: auto;
}

div#sendhtmlform {
	position: absolute;
	right: 100px;
	bottom: 42px;
	padding: 5px;
	width: 200px;
	height: 165px;
	font-size: 0.7em;
	line-height: 1.5;
	color: #000;
	text-align: center;
	background: #C1BEB0;
}

* html #contents {
	margin-left: -1px;
}
