/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 2, 2013 */



@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('font/proximanova-bold-webfont.eot');
    src: url('font/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-bold-webfont.woff') format('woff'),
         url('font/proximanova-bold-webfont.ttf') format('truetype'),
         url('font/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('font/proximanova-reg-webfont.eot');
    src: url('font/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-reg-webfont.woff') format('woff'),
         url('font/proximanova-reg-webfont.ttf') format('truetype'),
         url('font/proximanova-reg-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{
	margin:auto;
	padding:auto;	
}

*::selection {
	background:#f00001;
	color:#fff;
}

*::-moz-selection {
	background:#f00001;
	color:#fff;
}
html {
  height: 100%;
}
body{
	min-height: 100%;
	background: #090909; /* Old browsers */
	background: -moz-linear-gradient(top,  #090909 0%, #272728 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#090909), color-stop(100%,#272728)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #090909 0%,#272728 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #090909 0%,#272728 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #090909 0%,#272728 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #090909 0%,#272728 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#090909', endColorstr='#272728',GradientType=0 ); /* IE6-9 */
}
div.conteneur { 
	text-align:center;
	display: table;
	height: auto;
	position: fixed;
	z-index: 999;
	width: 96%;
	overflow: auto;
	margin: auto;
	padding:2%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	}

div.bloc { 
	display: block;

	}

img{
	text-align:center;
	width:80%;
	max-width:650px;
}

h1{
	font-family: 'proxima_nova_rgbold',Arial;
	font-size: 36px;
	color: #e2e2e2;
	margin-top: 50px;
}

p{	
	font-family: 'proxima_nova_rgregular',Arial;
	padding:30px 0 180px 0;
	background-image:url(ombre.png);
	background-position:center;
	background-repeat:no-repeat;
	font-size: 22px;
	color: #e2e2e2;
	text-align: center;
	width:90%;
	display:inline-block;
	line-height:1.5em;
}
div.bloc { 
display:inline; /* correctif inline-block */ }