/* ===================== RÈGLES GÉNÉRALES ===================== */

body
{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS",Verdana,Arial;
	color: #000000;
	font-size: 12px;
	background: #ffffff url('PATH TO IMAGE') repeat-x;
}

html,body
{
	height: 100%;
}

/* ===================== HYPERLIENS ===================== */

a:link {color : #3300cc; text-decoration : underline;}
a:visited {color : #3300cc; text-decoration : underline;}
a:hover {color : #999999; text-decoration : none;}
a:active {color : #3300cc; text-decoration : underline;}

/* ===================== MASTER TABLES ===================== */

.tablewrapper
{
	width: 100%;
	height: 100%;
}

.tabletop_height
{
	height: 100px;
}

.tablebottom_height
{
	height: 200px;
}

.tabletop
{
	height: 100%;
	width: 930px;
}

.tablecenter
{
	height: 100%;
	width: 930px;
}

.tablebottom
{
	height: 100%;
	width: 930px;
}