/* CSS Document S.E */

body {
background: #999 url("../pics/jetel.jpg") no-repeat fixed center;
background-size: cover;
}

section { position: absolute; top:30px; right:0; left:0; }
header  { position: relative; top:30%; left:0;  }
footer { position: absolute; bottom:0px; left:0;  }

h1, p.font2, p.font3 {font-family: sans-serif; }
p, a#red  {font-family: sans-serif;}


em {font-style: italic;}

h1 {
	font-size: 10vw;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 10px #000000;
	margin-top: 100px;
	transform: scaleX(1);
	transition: 3s ease-in-out;
}

h1:hover {
	transform: scaleX(0.7);
	transition: 1s ease-in-out;
}

p {
	font-size: 3vw;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: 3px 3px 5px #000000;
	}
	
p.petit {
	margin-top: 50px;
	font-size: 2vw;
	}
	
::selection {
  background: black;
  }



/* EOF */