html,
body
{
	margin: 65px 0 ;
	padding: 0 ;
	text-align: center ;
	/* font-family: "Segoe UI", "Open Sans", sans-serif, serif; */
	font-family: 'Poppins', sans-serif;
	background-color: #f9f9f9 !important;
}

div#contenu
{
	padding: 0 30px 0 100px ;
	display:inline-block;
}

.text-text {
	color: #000000;
	text-align: center;
	/* font-family: "Segoe UI", "Open Sans", sans-serif, serif; */
	font-family: 'Poppins', sans-serif;
	font-size: medium;
	font-weight: 200;
}
.text-header {
	color: #ffffff;
	font-family: Square721BT-RomanExtended;
	font-size: 0.9em;
}
.text-welcome {
	color: #B4393D;
	text-align: center;
	font-family: Square721BT-RomanExtended;
	font-size: x-large;
}

.text-information {
	color: #000000;
	font-size: large;
	font-family: Square721BT-RomanExtended;
}

.text-tagline {
	color: #000000;
	font-size: large;
	font-family: Square721BT-RomanExtended;
	letter-spacing: 2px;
	text-transform: uppercase;;
}

.text-login-title {
	color: #000000;
	font-size: medium;
	font-family: Square721BT-RomanExtended;
}

.text-login-box {
	color: #000000;
	font-size: small;
	font-family: Square721BT-RomanExtended;
}


A:link {
	color: #000000;
}
A:visited {
	color: #000000;
}
A:active {
	text-decoration: underline;
	color: #000000;
}
A:hover {
	text-decoration: underline;
	color: #000000;
}

img.logo {
	max-width: 100%;
	height: auto;
}