*{
	margin:0;
	padding:0;
}

body{
	background-color:#3b3b3b;
	text-align:center;
}

#st-global{
	margin-top:20px;
	width:570px;
	margin-left:auto;
	margin-right:auto;
}

/*-------------------HEADER-------------------*/
#st-global #st-header{
	width:570px;
}

/*NAV*/
#st-global #st-header #navigation_menu{
	height:20px;
	padding-left: 290px;
}
#st-global #st-header #navigation_menu ul{
	display : inline;
	list-style-type : none;
	padding-left:15px;
}
#st-global #st-header #navigation_menu li{
	float:left;
	margin-left:1px;
}
#st-global #st-header #navigation_menu li img{
	border:0;
}

/*TOP BANNER*/
#st-global #st-header #top_banner{
	width:570px;
	height:84px;
	background-image:url(../imgs/themes/original/topbanner.png);
}

/*FLASH BANNER*/
#st-global #st-header #flash_banner{
	width:570px;
	height:182px;
}

/*-------------------BODY-------------------*/
#st-global #st-body{
	width:570px;
	height:100%;
	min-height:400px;
	background:url(../imgs/themes/original/contentbackground.gif) repeat-y;
	overflow:hidden;
}
#st-global #st-body #content
{
    padding: 35px 47px 5px 40px;
    TEXT-JUSTIFY: inter-word;
    FONT-SIZE: 8pt;
    COLOR: gray;
    FONT-FAMILY: Sans-Serif;
    TEXT-ALIGN: justify
}
	
/*-------------------FOOTER-------------------*/
#st-global #st-footer{
	width:570px;
}

#st-global #st-footer #bottom{
    height:32px;
}
#st-global #st-footer #bottom #bottomLeft{
	width:26px;
	height:32px;
	float:left;
	background:url(../imgs/themes/original/bottom_left.gif) no-repeat;
}
#st-global #st-footer #bottom #bottomCenter
{
    width:511px;
    height:32px;
	background:url(../imgs/themes/original/bottom.gif) repeat-x;
	float:left;
}
#st-global #st-footer #bottom #bottomRight{
	width:33px;
	height:32px;
	float:right;
	background:url(../imgs/themes/original/bottom_right.gif) no-repeat;
}

#st-global #st-footer #adresse p{
	width:570px;
	font-family:arial, "lucida console", sans-serif;
	font-size:x-small;
	font-style:none;
	font-variant:none;
	color:gray;
}