body {
	background-color:#B56B28;
}

.all {
	margin-top:30px;
	margin-bottom:30px;
}

.main {
	margin: 0;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	text-align:left;
	width:400px;
}

.svg {
	width:400px;
}

.logo {
	background-color:white;
}

.info {
	width:400px;
}

.partenaire {
	width:400px;
	text-align:center;
}

.zep {
	width:100px; 
}

.left {
	float:left;
}

.right{
	float:right;
	text-align:right;
}

.footer {
	font-family: 'Lato', sans-serif;
	color:white;
	weight:300;
	font-size:10pt;
	position:fixed;
	left:0px;
	bottom:0px;
	height:20px;
	margin-top:30px;
	width:100%;
	padding-top:0.5em;
	padding-left:20px;
	padding-bottom: 0.5em;
	text-align:center;
	color: white;
	border-top: 1px solid black;
	background-color:#B56B28;
}

p {
	font-family: 'Lato', sans-serif;
	color:white;
	weight:300;s
	font-size:14pt;
}

a {
	color:white;
	text-decoration:none; 
}


