@charset "UTF-8";

body {
  	padding: 0px;
	margin:0px;
	background: #eb9412;
 	font-family: 'Martel Sans', sans-serif;
  	font-size: 14px;
 }
 
a:link {text-decoration:none; color: #ffffff ;}
a:hover {color: #003a47;}
a:active {color: #003a47;}

h1{ 
	font-size: 20px;
  color: #003a47;
   }


#image {
	width: 200px;
	height: 100px;
	position: absolute;
	top: 47%;
	left: 50%;
	transform:translate(-50%, -50%);
  	background-image: url(/image/edito_logo-200x100.png);
  	background-repeat: no-repeat;
}

#info {
	position: absolute;
  	padding-top: 100px;
  	top: 80%;
	left: 50%;
	transform:translate(-50%, -50%);
  	color: #ffffff;
  	text-align:  center;
}
  

