/**{
	margin: auto;
	padding: auto;
}*/


/*@font-face {
    font-family: 'note_thisregular';
    src: url('web_fonts/Note_this-webfont.eot');
    src: url('web_fonts/Note_this-webfont.eot?#iefix') format('embedded-opentype'),
         url('web_fonts/Note_this-webfont.woff') format('woff'),
         url('web_fonts/Note_this-webfont.ttf') format('truetype'),
         url('web_fonts/Note_this-webfont.svg#note_thisregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/



body{
	background-color:#000;
	/*background-image: url(../images/1.jpg);
	background-attachment: fixed; */
	color: #fff;
	font-family: 'Poppins', sans-serif;
	/*font-family: "note_thisregular", "Times New Roman", Arial, serif;*/
	margin: 0;
}


div#bandeau  {
	position:absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 600px;
    margin-left: -300px;  /*Cette valeur doit être la moitié négative de la valeur du width */
    margin-top: -350px; /* Cette valeur doit être la moitié négative de la valeur du height */
	/*border: 2px #1a1a1a solid;*/
	border-radius: 10px;
	/*background-color: rgba(256, 256, 256, 0.1);
    color: white;*/
	}

h1{
	text-align:center;
}


h4{
	text-align:center;
	color: #e51a1a;
}

p{
    text-align:center;
}

img{
vertical-align:middle;
}