@import url('http://fonts.googleapis.com/css?family=Ubuntu:regular,italic,bold,bolditalic&subset=cyrillic,greek,latin');

@import url('reset.css');

* {
	padding: 0px;
	margin: 0px;
	font-family: 'Ubuntu', Tahoma;
	line-height: 100%;
	outline: none;
}

html {
	border: 0px;
}

body {
	color: white;
	font-size: 9pt;
	cursor: default;
    width: 900px;
    margin: auto;
}

.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
}

a {
	cursor: pointer;
	color: #d0f9d0;
}

a:hover {
	color: #76db76;
}

#cont {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 70;
	overflow: auto;
}

#cont img {
   border: 0;
}


.copy {
	text-shadow: #111 1px 1px 0px;
	text-align: center;
	padding: 10px 0px;
	line-height: 150%;
	color: black;
}



#bloc {
	display: block;
	width: 994px;
	height: 500px;
	background: url(../img/topbar.png) repeat-x;
	padding: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	margin-left: auto;
	margin-right: auto;
}

#bloc tr{
background:none;
border: none;

}

#bloc td{
background:none;
text-align:center;
border: none;
vertical-align:middle;
}

#bloc table{
background:none;
border: none;
width: 900px;
font-family: Calibri;
}

#bloc img {
border: 0;
}

#bloc2 {
	display: block;
	width: 994px;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	padding: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	margin-left: auto;
	margin-right: auto;
 	text-align: center;
	
}
#bloc2 p{
	line-height: 1.3;
}

#bloc2 h3 a
{
	font-size: 13px;
 	text-decoration:none; 
	color: #2864c8;
}

#bloc2 table
{
	margin: auto;
}

#bloc2 td
{
 	text-align: center; 
}

#erreur
{
	font-size: 13px;
	color: #2864c8;
}
/* ========================================================
   Top bar
   ===================================================== */
#header {
	z-index: 10000;
	width: 1004px;
	height: 37px;
	line-height: 37px;
	padding-bottom: 2px;
	color: #ddd;
	text-shadow: 0 -1px black;
	background: url(../img/topba.png) repeat-x;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#header .container {
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	
}
#header a {
	line-height: 36px;
}
#header ul {
	list-style: none;
}
#header h1 {
	float: left;
	font-size: 14px;
}
#bloc h1 {
 font-size: 28px;
  color: #a70101;
  text-align: center;
  }
  
#bloc h2 {
 font-size: 18px;
  color: #646e78;
  }
  
#bloc h3 {
 font-size: 16px;
margin-left: 1em;
  }  
  
#bloc h3 a{
 font-size: 16px;
 margin-left: 1em;
 text-decoration:none; 
color: #2864c8;

  }   
  
#bloc2 h1 {
 font-size: 28px;
  color: #2864c8;
  text-align: center;
  }
  
#bloc2 h2 {
 font-size: 18px;
  color: #646e78;
  }
  
#bloc2 h3 {
 font-size: 16px;
margin-left: 1em;
  }  
  
#header h1, #header h1 a {
	color: #eee;
}
#header h1 a {
	display: block;
	text-decoration: none;
	  color: #a70101;

}
#header h1 a:hover {
	color: #fff;
}
#header #nav {
	float: right;
	border-left: 1px solid #2f4b56;
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	border-right: 1px solid #111;
}
#header #nav li {
	float: left;
}
#header #nav a {
	height: 36px;
	display: block;
	padding: 0 15px;
	color: red;
	border-left: 1px solid #191919;
	border-right: 1px solid #2f4b56;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	text-decoration: none;
	cursor: pointer;
}
#header #nav a:hover {
	background: url(../img/topbar-hover.png);
}
#header #nav a img {
	float: left;
	margin-right: 12px;
	margin-top: 11px;
}

#header #nav li.active a, #header #nav a:active {
	background: url(../img/topbar-active.png);
	border-right: 0;
	padding-right: 16px;
}
#header #nav span {
	display: inline-block;
	vertical-align: text-top;
	line-height: 16px;
	font-size: 11px;
	padding: 0 5px;
	color: #fff;
	text-shadow: 0 1px #902a27;
	border-radius: 2px;
	margin-left: 10px;
	background-color: #e93631;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f65d5f), color-stop(100%, #e93631));
	background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);
	background-image: -moz-linear-gradient(top, #f65d5f, #e93631);
	background-image: -ms-linear-gradient(top, #f65d5f, #e93631);
	background-image: -o-linear-gradient(top, #f65d5f, #e93631);
	background-image: linear-gradient(top, #f65d5f, #e93631);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}

div.header div img#logo {
	float: left;
}

sup {
	font-size: 13px;
}


text, textarea {
 background-color:#e32e35
 }
 


#overlay{
    display: block;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 20, 40, 0.9);
    z-index: 1000;
}

#overlay:target{
    display: none;
}

.popup_block{
    background: black;
    position: fixed;
    top:0; right:0; bottom:0; left:0;    
    margin: 5% auto;
	width: 800px;
	height: 530px;
}
img.btn_close {
    float: right;
    margin: -55px -55px 0 0;
        display: block;
} 
