*{
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: Sanslight;
    src: url('typo/SourceSansPro-Light.ttf');
    
}
@font-face {
    font-family: Sansregular;
    src: url('typo/SourceSansPro-Regular.ttf');
    font-weight:400;
}

body{
	background: #1F110A;
	color:#F4F4F4;
	font-family: Sanslight;
	
}
h1{
	display: none;
}
h2{
	
	margin:22px 0 22px 0;
}
.bold{
	font-family: Sansregular;
}
#wrapper{
	margin:22px;
	width:640px;
}
.sep1, .sep2{
	display:block;
	border-bottom:1px solid #F4F4F4;
	margin-bottom: 22px;
}
.sep1{
	width:535px;
}
.us{
	margin:22px 0 22px 0;
}
.social{
	margin:22px 0 22px 0;
}
.social .fb, .social .twitter{
	display:block;
	text-indent:-9999px;
	height:61px;
	width: 61px;
	background-image: url('img/social.png');
	float:left;
	margin-right:22px;

}
.social .twitter{
	background-position:-90px 0;
	margin-bottom:20px;
}

@media screen and (max-width: 667px) {
    #wrapper{
    	width: 450px;
    }
    .sep1{
		width:450px;
	}
	.logo{
		width:400px;
	}
}
@media screen and (max-width: 561px) {
    #wrapper{
    	width: 350px;
    }
  .sep1{
		width:350px;
	}
}
@media screen and (max-width: 450px) {
    #wrapper{
    	width: 320px;
    }
  .sep1{
		width:320px;
	}
	.logo{
		width:250px;
	}
}

*::selection {
	background: #F4F4F4;
	color:#232323;
}
*::-moz-selection {
	background: #F4F4F4;
	color:#232323;
}
h2::selection {
	background: #F4F4F4;
	color:#232323;
}
h2::-moz-selection {
	background: #F4F4F4;
	color:#232323;
}

.light{
	font-family: Sanslight!important;
	font-weight: 300;
}
a{
	text-decoration: none;
	color:#F4F4F4;
}
a:hover{
	text-decoration: underline;
	color:#F4F4F4;
}
a:selected{
	color:#F4F4F4;
}
a:visited{
	color:#F4F4F4;
}
.fb, .twitter{
	transition: all 0.2s;
-webkit-transition: all 0.2s; /* Safari */
}
.fb:hover{
	transform: rotate(15deg);
-ms-transform: rotate(15deg); /* IE 9 */
-webkit-transform: rotate(15deg); /* Safari and Chrome */
}
.twitter:hover{
transform: rotate(15deg);
-ms-transform: rotate(15deg); /* IE 9 */
-webkit-transform: rotate(15deg); /* Safari and Chrome */
}


/* MASQUER CERTAINS BAZARS PAR CI PAR LA */
#invoices-tab{
	display: none!important;
}


