﻿html, body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: Arial;
  font-size: 100%;
  height: 100%;
}

a {
  color: #e21a1a;
}

body {
  background-image: url("./bg-tile.png");
  font: inherit;
}

.page {
  position: relative;
  min-width: 780px;
  min-height: 100%;
}

.page [rel="main"] {
  padding-bottom: 54px;
}

.page-header {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  height: 78px;
  background-color: #FFFFFF;
  margin: 0;
  position: relative;
  width: 100%;
}

.page-header-inner {
  margin: 0 auto;
  position: relative;
  heigth: 100%;
  width: 728px;
}

.page-logo {
  background-image: url("./logo.png");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 29px;
  position: absolute;
  top: 27px;
  width: 103px;
}

.page-content {
  clear: both;
  padding-bottom: 54px;
}

.page-content-inner {
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 50px;
  position: relative;
  width: 780px;
  z-index: 1;
}

.page-content:after {
  content: "\0020";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.page-canvas {
  background-image: url("./z_canvas_3.png");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  min-width: 780px;
  height: 462px;
  left: 0px;
  position: relative;
  top: 0px;
}

.pic_fin {
  background-image: url("./z_fin.png");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 54px;
  width: 54px;
  position: absolute;
  top: 110px;
  left: 70px;
}

.pic_lock {
  background-image: url("./z_lock.png");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 54px;
  width: 54px;
  position: absolute;
  top: 110px;
  left: 70px;
}

.pic_block {
  background-image: url("./z_block.png");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 57px;
  width: 65px;
  position: absolute;
  top: 44px;
  left: 70px;
}

.pic_banner {
  background-image: url("./z_banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 160px;
  width: 500px;
  position: relative;
  top: 15px;
  left: 140px;
}

.page-footer {
  height: 56px;
  margin-top: -56px;
  min-width: 780px;
  position: relative;
}

.page-footer-inner {
  color: #4a4a4a;
  font-size: 8pt;
  height: 26px;
  padding-top: 10px;
  margin: 0 auto;
  width: 728px;
}

.stripe {
  background-image: url("./z_stripe.png");
  background-position: top center;
  background-repeat: no-repeat;
  position: relative; 
}

@font-face {
	font-family: 'TTK55';
	src: url('./TTK55.eot');
	src: local('TTK Sans'), url('./TTK55.woff') format('woff'), url('./TTK55.ttf') format('truetype'), url('./TTK55.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TTK85';
	src: url('./TTK85.eot');
	src: local('TTK Sans'), url('./TTK85.woff') format('woff'), url('./TTK85.ttf') format('truetype'), url('./TTK85.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

.text-grey-bold {
  font-family: 'TTK55';
  font-size: 16pt;
  color: #4a4a4a;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  position: relative;
  text-align: center;
}

.text-grey1 {
  font-family: 'TTK55';
  font-size: 16pt;
  color: #454e54;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  position: relative;
  text-align: center;
}

.text-grey2 {
  font-family: 'TTK55';
  font-size: 13pt;
  color: #454e54;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  position: relative;
  text-align: center;
}

.text-grey3 {
  font-family: 'TTK55';
  font-size: 11pt;
  color: #454e54;
  font-weight: 100;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  position: relative;
  text-align: left;
  margin-left: 45px;
  margin-top: 5px;
}

.text-red {
  font-family: 'TTK55';
  font-size: 18pt;
  color: #e21a1a;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  position: relative;
  text-align: center;
}

.text-red2 {
  font-family: 'TTK55';
  font-size: 13pt;
  color: #e21a1a;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  position: relative;
  text-align: left;
  margin-top: 35px;
  margin-left:45px;
}

a.red_but{
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
color: #fff;
display:block;
width:100px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 6px 8px;
margin: 20px auto;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: background-color 0.1s linear;
-moz-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
transition: background-color 0.1s linear;        
}
a.red_but {
background-color: rgb( 184, 22, 22 );
border: 1px solid rgb( 245, 82, 82 );
}
        
a.red_but:hover {
background-color: rgb( 226, 26, 26 );
}

.banner {
    display:inline-block;   
    position:relative;
 }
 
 .banner span {
    display:inline-block;
    position:absolute;
    top:85px;   
    left:45px;
}

.banner_zone {
	width:500px; 
	height:160px; 
	margin: 0 auto; 
	margin-top: 15px;
	border:1px solid #CFCFCF;
}

.pic_du {
  background-image: url("./z_du.jpg");
  background-position: center;
  background-repeat: no-repeat;
  display: banner_zone;
  height: 147px;
  width: 133px;
  position: absolute;
  top: 14px;
  left: 330px;
}