body {
  background: url(../images/fond-home.png) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  font-family: "Open Sans", Helvetica, Arial;
}

.parent {
	margin: 0 auto;
	max-width: 1000px;
}

ul {
	list-style-type:none;
	margin: 0 auto;
	width: 50%;

  text-align: center;
}

li {
	display: inline-block;
  margin-right: 50px;
}

img {
	max-width: 60px;
	max-height: 40px;
}

.red {
	color: #ff0000;
}

.white {
	color: #ffffff;
}

.item-menu {
	width: 60px;
	color: #ffffff;
	margin: 0;
	text-align: center;
}

.big {
	font-size: 20pt;
  	display:block;
    width:350px;
    height: 100%;
    margin: 0 auto;
	margin-top: 50px;
}

.medium {
	font-size: 16pt;
  	display: block;
    width: 450px;
    height: 100%;
    margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}

.logo {
	background: url(../images/logo-nico-horizon.png) center no-repeat;
	width: 100%;
	height: 150px;
	margin-top: 350px;
	margin-bottom: 50px;
}

.bold {
	font-weight: bold;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

.element {
  width: 50px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
