body
{
	/*background-image: url('webstore/bg.gif');*/
	/*width: 770px;*/
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #000000;
	/*border: 1px solid green;*/
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
}

.center
{
	text-align: center;
	height: auto;
}

.mainframe
{
	width: 1200px;
	/*min-height: 450px;*/
	overflow-y: hidden;
	height: 580px;
	/*height: auto;*/
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 10pt;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid white;
}
/*div[class] .mainframe
{
	height: auto;
}*/

.menu
{
	width: 200px;
	height: 30px;
	margin-right: 20px;
	font-size: 14pt;
	color: #666666;
	text-decoration: none;	
	border: none;
	background-color: transparent;
	background-image: url('images/list.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
	text-align: left;
}

.menu:hover
{
	color: #FFFFFF;
	/*background-color: #000000;*/
	cursor: pointer;
	background-image: url('images/listsel.gif');
}

.menuvisited
{
	/*width: 5cm;*/
	height: 30px;
	text-align: left;
	margin-right: 20px;
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;	
	border: none;
	background-color: transparent;
	background-image: url('images/listsel.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}
.menuvisited:hover
{
	cursor: pointer;
	color:#AA0000;
}

h1
{
	font-size: 15pt;
	color:#FFFFFF;
	border-bottom: 1px SOLID #FFFFFF;
}

a
{
	padding: 1px 3px 1px 3px;
}
a:link, a:visited 
{ 
	text-decoration: none; 
} 

ul 
{
/*	float: left;*/
/*	position: relative;*/
	margin: 10px;
	padding: 0;
	/*width: 120px;	*/
/*	line-height: 18px; *//* interligne */
	list-style-type: none;
/*	color: #FFFFFF;*/
	list-style-position: inside;
	/*list-style-image: url('images/list.gif');*/
}
/*li
{
	list-style-image: url('images/list.gif');
}

li:hover, li:active
{
	list-style-image: url('images/listsel.gif');
}*/
/*a:active {color:#FFFFFF;font-weight:normal} */

.pagetext
{
	position: relative;
	height: auto;
	float: left;
	vertical-align: top;
	text-align: justify;
/*	margin-top: 10px;*/
}

.pagetitle
{
/*	width: 600%;*/
	padding-top: 1px;
	margin-right: 5px;
	vertical-align: top;
}

a
{
	color: #666666;
	text-decoration:none;
}

a:hover
{
	color: #AAAAAA;
}

table
{
/*	border: outset 0pt; */
	border-spacing: 2px;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	/*width: 800px;*/
	text-align: justify;
}

.imgborder
{
	border: 1px solid #666666;
	padding: 5px;
	margin: 5px;
	width: 350px;
}

div
{
	position: relative;
}

.ptext
{
	height: 520px;
	width: 900px;
	overflow-y: auto;
}

td
{
	position: relative;
	top: 0px;
	vertical-align: top;
}

.smallimgborder
{
	border: 1px solid #666666;
	padding: 5px;
	margin: 5px;
	width: 100px;
}

.rtitle
{
	font-size: 11pt;
	font-weight: bold;
	color: #DDDDDD;
	background-color: #333333;
}