@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline}
body{	
	background: rgb(228,228,228) url(../img/body.png) repeat-x top;
	z-index: 1;
	font-family: arial, sans-serif;	
	color: #444444;
	font-size: 14px;
	line-height: 21px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased}
@font-face {
    font-family: 'bold';
    src: url(../font/BEBAS___-webfont.eot);
    src: url(../font/BEBAS___-webfont.eot?#iefix) format('embedded-opentype'),
         url(../font/BEBAS___-webfont.woff) format('woff'),
         url(../font/BEBAS___-webfont.ttf) format('truetype'),
         url(../font/BEBAS___-webfont.svg#BebasRegular) format('svg');
    font-weight: normal;
    font-style: normal}
h1 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 2.7em;
	letter-spacing: .08em}
.th1{
	font-family: 'bold';
	font-size: 3.2em;
	letter-spacing: .04em;
	color: rgba(255,255,255,1);
	text-align: right;
	line-height: 34px;
	padding: 30px 20px 0 0}
h1.th1 span {
	color: rgba(255,255,255,.8);
	opacity: .9;
	position: relative; 
	top: 55px;
	line-height: 21px;
	font-family: arial, sans-serif;	
	font-size: 35%; 
	letter-spacing: .04em}
h1.th1 em{
	color: rgba(0,0,0,.6);
	font-weight: normal;
	font-size: 101%}
h2 {
	font-size: 1.25em;
	letter-spacing: .05em;
	color: #378ec7;
	font-weight:600}
.th2 {
	text-align: left;
	margin: 12px}
h3 {
	font-size: 1.1em;
	color: #378ec7;;
	letter-spacing:.04em;
	line-height: 1.1em;
	padding-bottom: 5px;
	border-bottom: solid 2px rgb(73, 73, 73)}
.th3 {
	border-bottom: none}
h4 {	
	font-size: 1.3em;
	border-bottom: rgb(75, 175, 225) thick solid;
	padding: .4em;
	margin-bottom: .6em;
	letter-spacing: .03em}
img {
	border: none;
	margin: 0;
	padding: 0}
em {
	font-style: normal;
	font-size: .96em;
	font-weight: 600;
	color: #FF6600}
ul {
	list-style: inside}
a, a:link {
	font-size: 1em;
	font-weight: 200;
	color: #378ec7;
	text-decoration: underline;
	border: none}
a.head, a:link.head {
	text-decoration: none}
.clear{
	clear: both}
/********************************** wrapper *****************************************/
#wrapper{
	border-right: 15px solid rgba(0,0,0,.4);
	border-left: 180px solid rgba(0,0,0,.75);
	width: 840px;	
	margin: auto;		
	height: auto;
	-webkit-box-shadow: 0em 0em .4em #434343;
	-moz-box-shadow: 0em 0em .4em #434343;
	-ms-box-shadow: 0em 0em .4em #434343;
	-o-box-shadow: 0em 0em .4em #434343;
	box-shadow: 0em 0em .4em #434343;}
/********************************** header ******************************************/	
header{
	background color: rgba(255,255,255,.2);
	background-image: url(../img/ban.gif);
	background-repeat: no-repeat;	
	border: none;
	height: 170px;
	border-left: 15px solid rgba(0,0,0,.5)}
/********************************** navigation **************************************/
nav{
	width: 180px;
	height:auto;
	float: left;
	margin-left: -180px;
	padding-top: 10px;
	border: 0;
	background-color: transparent;
	position: fixed}
nav ul {
	border: 0;	
	list-style-type: none;
	text-align: right;
	margin: 0;}	
nav ul li {	
	border-bottom: 4px solid rgba(255,255,255,.2);
	padding: 17px 12px 8px 10px}
nav ul li a, 
nav ul li a:link {
	font-family: 'bold';
	display: block;	
	font-size: 1.4em;
	letter-spacing: .06em;	
 	color: rgba(255,255,255,.9);
 	text-decoration: none;
	-webkit-transition-property: all ;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-out;
    -moz-transition-property: all;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease-out;
    -ms-transition-property: all;
	-ms-transition-duration: .2s;
	-ms-transition-timing-function: ease-out;
    -o-transition-property: all;
	-o-transition-duration: .2s;
	-o-transition-timing-function: ease-out;
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: ease-out}
nav ul li a:hover, 
nav ul li a:focus,
nav ul li a.actif {
	color: #4BAFE1;}
/************************************* content **************************************/
#content{
	background: white;
	width: 775px;
	margin: auto;
	padding: 25px;
	height: auto;
	border-left: 15px solid rgba(0,0,0,.6);
	font-size: 130%;
	line-height: 22px}
#content article {
	margin-bottom: 90px}
#content article p {
/*	padding-left: 12px*/}
#content ul {
	list-style: none;
	margin-top: 8px;
/*	padding-left: 42px*/}
#content ul li {
	line-height: 30px;
	color: rgba(0,0,0,.55)}
#content .boxone {
	float: left;
	display: inline block;
	width: 200px;
	height: 200px;
	margin: 12px;
	padding: 16px;
	-webkit-box-shadow: 0em 0em .7em #878787;
	-moz-box-shadow: 0em 0em .7em #878787;
	-ms-box-shadow: 0em 0em .7em #878787;
	-o-box-shadow: 0em 0em .7em #878787;
	box-shadow: 0em 0em .7em #878787}
#content .boxtwo {
	margin: 16px;
	padding: 16px;
	border: rgb(249, 190, 2) 4px solid}
.boxthree{
	float: left;
	display: inline-block;
	width: 327px;
	height: 327px;
	margin: 12px;
	padding: 16px;	
	-webkit-box-shadow: 0em 0em .7em #878787;
	-moz-box-shadow: 0em 0em .7em #878787;
	-ms-box-shadow: 0em 0em .7em #878787;
	-o-box-shadow: 0em 0em .7em #878787;
	box-shadow: 0em 0em .7em #878787}	
.boxthree h1{
	border-bottom: #000000 thin solid}
#content .fun {
	float: left;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
	font-style: italic;
	font-size: 1.66em;
	letter-spacing: .08em;
	color: #333;
	margin: 60px 0px 0px 30px;
	padding: 35px 0px 0px 15px}	
p.scrollup {
	text-align: right}
p.scrollup a,
p.scrollup a:link {
	color: white;
	top: -15px}
/************************************* footer ***************************************/
footer{
	background-color: rgba(0,0,0,.4);
	width : 100%;
	height: 70px;
	margin: auto;
	margin-top: -100px;
	padding: 15px}
footer a,
footer a:link {
	color: #FFFFFF;
	float: left; 
	margin: 35px 0 0 25px;	
	font-size: 1.2em;	
 	height: 20px;
	background-color: transparent;
 	color: rgba(255,255,255,.9);
 	text-decoration: none}