html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, footer, header, hgroup,
menu, nav, output, section, time {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html {
        /* Size of largest container or bigger */
       min-width: 1024px;
       background-color: #1d2835;
}
.DownloadButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #668bb0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #668bb0;
	box-shadow:inset 0px 1px 0px 0px #668bb0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1b6da3), color-stop(1, #263a8a));
	background:-moz-linear-gradient(top, #1b6da3 5%, #263a8a 100%);
	background:-webkit-linear-gradient(top, #1b6da3 5%, #263a8a 100%);
	background:-o-linear-gradient(top, #1b6da3 5%, #263a8a 100%);
	background:-ms-linear-gradient(top, #1b6da3 5%, #263a8a 100%);
	background:linear-gradient(to bottom, #1b6da3 5%, #263a8a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b6da3', endColorstr='#263a8a',GradientType=0);
	background-color:#1b6da3;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #162570;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #051426;
}
.DownloadButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #263a8a), color-stop(1, #1b6da3));
	background:-moz-linear-gradient(top, #263a8a 5%, #1b6da3 100%);
	background:-webkit-linear-gradient(top, #263a8a 5%, #1b6da3 100%);
	background:-o-linear-gradient(top, #263a8a 5%, #1b6da3 100%);
	background:-ms-linear-gradient(top, #263a8a 5%, #1b6da3 100%);
	background:linear-gradient(to bottom, #263a8a 5%, #1b6da3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#263a8a', endColorstr='#1b6da3',GradientType=0);
	background-color:#263a8a;
}
.DownloadButton:active {
	position:relative;
	top:1px;
}
.smallbutton
{
    display: block;
    width:24px;
    height:18px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;       /* the same as your div height */
    float:left;
    background-color:#ddd;
    margin-right:4px;
    margin-top:8px;
    margin-bottom:8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #aaa;
    text-decoration:none;
    overflow: auto;
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
    color:#000;
    font-size:11px;
}
.smallbutton:link { color: #000;border: 1px solid #666; }
.smallbutton:visited { color: #000;border: 1px solid #666; }
.smallbutton:hover { color: #000;background-color:#aaa;border: 1px solid #666; }
.smallbutton:active { color: #000;border: 1px solid #666; }

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #324baf;
	border: 0px;
}
a:hover
{
	color: #F00;
	text-decoration: underline;
}
body {
	color: #333;
	text-align: center;
	margin: 0;
	overflow-y: scroll;
    min-width: 1024px;
    max-width: 1280px;
    margin: 0 auto !important;
    float: none !important;
}
.clear {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 .smallgrey
 {
	font-size: 9px;
	text-decoration: none;
	color: #777777;
}
#container {
    background: #fff url('design/banner2016.jpg');
	color: #333;
	text-align: left;
    margin: 0 auto !important;
    padding:0;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 13px;
	min-width: 1024px;
    background-repeat: no-repeat;
}
.wrapper {
    width:90%;
    margin:0 auto;
    position:relative;
}
#cssmenu div{
    height:31px;
    line-height:29px;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
#cssmenu ul {
    height:31px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    background-color: #333;
    background-image: url(/design/menubackoff.gif);
    background-repeat: repeat-x;
    z-index: 1;
}
#cssmenu li {
    height:31px;
    line-height:29px;
    float: left;
    margin: 0;
    padding: 0;
}
#cssmenu li a {
    font-family: Arial, Verdana, Tahoma;
    font-size: 13px;
    height:31px;
    line-height:29px;
    display: block;
    color: white;
	margin:0;
    padding: 0px 10px 0px 10px;
    text-align: center;
    text-decoration: none;
    z-index: 2;
}
#cssmenu li a:hover{
    background-image: url(/design/menubackoon.gif);
    background-repeat: repeat-x;
    background-color: #1c94d9;
}

.cssmenuactive {
    background-image: url(/design/menubackoon.gif);
    background-repeat: repeat-x;
    background-color: #1c94d9;
}
.cssmenuactive img{
    vertical-align: middle;
}
#cssmenu ul li.separator{
    height:31px;
    float: left;
    width:2px;
    margin: 0;
    padding: 0;
    background-image: url(/design/menubackborder.gif);
    background-repeat: no-repeat;
}
#cssmenu ul li.textlogin {
    height:31px;
    line-height:29px;
    padding: 0px 0px 0px 15px;
    display: inline;
    margin: 0px;
    color: white;
    float: left;
    text-decoration: none;
}
#cssmenu ul li.textlogin a{
    padding: 0;
    float: none;
    display: inline;
    margin: 0;
}
#cssmenu ul li.textlogin img{
    line-height:29px;
    vertical-align: middle;
    margin-left:5px;
}
div.articletitle{
	width: 100%;
	background: url('design/title_backa.jpg');
	background-repeat: repeat-x;
    overflow: hidden;
	color: #FFFFFF;
	padding: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
div.articletitle p{
    padding: 2px 4px 5px 20px;
	font-size: 13px;
	font-weight: bold;
}

b{
 	font-weight: bold;
}

div.article{
    padding: 15px 30px 10px 35px;
    /*
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f2f2f2;
    */
	font-weight: normal;
    color: #000;
	background-color: #fff;
}

a.white, a.white:hover, a.white:visited { color: #FFF; }
img { border: 0px; }

.yellow
 {
    background-color: #FFFF00;
}
.smallgrey
 {
	font-size: 9px;
	text-decoration: none;
	color: #777777;
	font-family: Arial, Verdana, Tahoma;
}
 .red
 {
	color: #FF0000;
 }
 .blue
 {
	color: #0000FF;
}
 .yellow
 {
    background-color: #FFFF00;
}

.formsmall{
 font-size: 13px;
}

.formtiny{
 font-size: 8px;
 height: 14px;
}

table, tr, td
{
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	vertical-align : top;
}

#banner
{
	width: 1280px;
	height: 103px;
	background: url('design/banner.jpg');
}

#bannerleft { background: url('design/banner_back.jpg'); }

#bottommenu
{
	margin: 0px 0px 0px 250px;
	padding: 0px;
	border: 0px;
}

#bottommenu li
{
	list-style-type: none;
	float: left;
	display: block;
	margin: 0px;
	padding: 5px;
	border: 0px;
}

#bottommenu a:link, #bottommenu a:visited
{
	margin: 0px;
	padding: 0px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
	font-style: italic;
	font-size: 10px;
}

#bottommenu a:hover { color: #F00; }

#bottom
{
	margin: 0px;
	padding: 0px;
	width: 792px;
	height: 45px;
	background: url('design/bottom.jpg') no-repeat;
}

.bottomrepeat {
	background: url('design/bottom_back.jpg') repeat-x;
}

#flags
{
	width: 796px;
	text-align: right;
	color: white;
	font-weight: bold;
	font-size: 12px;
	border: 0px;
}

#logo
{
	top: 6px;
	right: 0px;
	position: absolute;
}

#freedemo
{
	top: 324px;
	left: 670px;
	position: absolute;
}

#mainbody
{
	padding: 5px 8px 5px 5px;
	margin: 0;
	font-size: 12px;
	color: #111111;
	line-height: 15px;
	text-transform: inherit;
}

#menu
{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 1px solid #FFF;
   background: url('design/bottom_back.jpg');
}

#menu a:link, #menu a:visited
{
	width: 130px;
	padding: 5px;
	display: block;
	color: white;
	text-decoration: none;
	font-weight: normal;
	border-width: 0px 0px 1px 0px;
	border-color: #FFF;
	border-style: solid;
	font-style: normal;
	font-size: 11px;
	vertical-align: middle;
}

#menu a:hover { 
background-color: #8D94A7; 
}
#menu .selected a { 
background-color: #8D94A7; 
background: url('design/selected_back.jpg');
}

.menu2 { 
background-color: #BEC7E0; 
background: url('design/bottom_back.jpg');
}

#menu2 a:hover { 
background-color: #8D94A7; 
}

#menubar
{
	background-color: #1568ad;
	width: 140px;
}

#news
{
	width: 60%;
	color: #FFFFFF;
	font-size: 11px;
	top: 86px;
	left: 5px;
	text-decoration: none;
	position: absolute;
}

#news_table
{
	width: 98%;
	left: 10px;
	position: relative;
	margin: 0px;
	border-bottom : 1px;
	border-bottom-style : solid;
	border-top : 1px;
	border-top-style: solid;
}

.bTable{
	font-size: 11px;
	margin: 0px auto;
	background-color: #efefef;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	color: #000000;
	border-color: #0F008C;
}
.bTable td{
	border-color: #0F008C;
	border-style: solid;
	font-size: 11px;
	border-width: 0px 0px 1px 0px;
	background-color: #efefef;
	padding: 6px 8px 6px 8px;
}
.bTable td img{
	max-width: 740px;
}
.bTable th{
	border-color: #0F007D;
	border-style: solid;
	font-size: 11px;
	border-width: 0px 0px 1px 0px;
	color: #fff;
	background-color: #24407a;
	padding-left: 6px;
	padding-right: 6px;
}
.bTable th a{
	color: #fff;
}
.bTable td td {
	border-color: #0F007B;
	border-style: solid;
	border-width: 1px;
	background-color: #E1E2FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none
}
.bTable td th{
        font-size: 8pt;
}
#newsletter .content
{
	width: 500px;
	border: 2px #999 dashed;
	padding: 5px;
	font-size: 11px;
	text-align: center;
}

#privacy
{
	border: 1px #666 solid;
	background-color: #CCC;
	padding: 3px;
}


#vpalogo
{
    width: 93px;
    height: 71px;
	top: 30px;
	right: 128px;
	position: relative;
	margin: 0px;
}

#phorumposition
{
    width: 800px;
	top: 0px;
	left: 10px;
	position: relative;
	margin: 0px;
}


#stats
{
	color: white;
	font-weight: bold;
	font-size: 9px;
	top: 119px;
	left: 5px;
	position: absolute;
}



a.bouton:link, a.bouton:visited
{
	display: block;
	height: 18px;
	font-weight: bold;
	background-color: #BEC7E0;
	text-align: center;
	vertical-align: middle;
	color: #333;
	text-decoration: none;
	margin: 2px 0;
	border-top: 1px solid #CECECE;
	border-bottom: 2px solid #4A4A4A;
	border-left: 1px solid #CECECE;
	border-right: 2px solid #4A4A4A;
}

a.bouton:hover
{
	border-bottom: 1px solid #CECECE;
	border-top: 2px solid #4A4A4A;
	border-right: 1px solid #CECECE;
	border-left: 2px solid #4A4A4A;
}

.screenshot
{
	border-color: #333;
	border-width: 1px;
	border-style: dotted;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.screenshot_comments
{
	background-color: #CCC;
	padding: 5px;
}

.tablebasic
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.tablemainbody
{
	width: 99%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.title
{
	width: 100%;
	height: 14px;
    margin: 0 auto !important;
	padding: 2px 10px 2px 10px;
	border: 1px #A9B5CD solid;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	background: url('design/title_back.jpg');
}

#fspfooter{
      height:39px;
      display:block;
      background: url('design/footer2016.jpg');
      background-repeat: no-repeat;
      text-decoration: none;
      font-size: 10px;
      font-style: italic;
   	  font-weight: bold;
	  color: #FFFFFF;
      margin-bottom: 300px;
}
#fspfooter a{
      text-decoration: none;
      font-style: italic;
      font-size: 10px;
   	  font-weight: bold;
	  color: #FFFFFF;
}
#fspfooter a:hover { color: #F00; }
#footercontact{
      float:left;
      margin: 12px 0px 0px 100px;
}
#footercopy
{
    float: right;
	margin: 12px 40px 0px 0px;
	border: 0px;
	color: #a5bbFF;
	font-size: 9px;
}
