body, table, tr, td, p, div, span, textbox, input, ul, ol, li
{
	font-family: arial;
	font-size: 14px;
}

body, table, tr, td, div, span, textbox, input, ul, ol, li, img
{
	margin: 0px;
	padding: 0px;
}

body
{
	scrollbar-highlight-color: #C8D0E5;
	scrollbar-shadow-color: #E2E9FF;
	scrollbar-arrow-color: #3364A7;
	scrollbar-base-color: #7F96BF;
	scrollbar-track-color: #90A7D0;
}

img
{
	border: 0px none;
}

dt
{
	padding-top: 6px;
	color: #4B70A7;
	font-weight: bold;
}

ul
{
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 40px;
	color: white;
	list-style-type: square;
}

li
{
	color: #595241;
	vertical-align: baseline;
}

body.top
{
	background-image: url("../img/bg_top.png");
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: left top;
	background-color: #E8E8FF;
}

body.bottom
{
	background-image: url("../img/bg_bottom.png");
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: left top;
	background-color: #E8E8FF;
}

body.nav
{
	background-image: url("../img/bg_nav.png");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
}

body.main
{
	background-image: url("../img/bg_gallerie_2.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}

body.right
{
	background-image: url("../img/bg_right.png");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
	background-color: #E8E8FF;
}


table, tr, td
{
	border: 0px none;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: top;
}

a
{
	color: #3364A7;
	text-decoration: none;	
}

a:hover
{
	color: #3364A7;
}

.max_height
{
	height: 100%;
}

.max_width
{
	width: 100%;
}

.max
{
	height: 100%;
	width: 100%;
}

.center
{
	text-align: center;
	vertical-align: middle;
}

.bottom
{
	vertical-align: bottom;
}

 

 