body {
	background: url(images/fond.jpg) top center no-repeat;
}
#container {
	height : 700px;	
}
h1 {
  height: 50px;
}
#footer {
	font-size : 12px;
	line-height : 12px;
}

/* menu */

#menu {
  height: 673px;
  position: relative;
}
#menu .login {
  background: url(images/connexion.png) bottom center no-repeat;
  left:130px; top:583px;
}
#menu .login a {
  height: 50px; width: 128px;
  padding-top: 40px;
}

/* menu : positionnements */
#menu .presentation {
	left : 100px; top:100px;
}
#menu .actus {
	left:220px; top:190px;
}
#menu .recrutement {
	left:390px; top:230px;
}
#menu .medias {
	left:560px; top:240px;
}
#menu .espace-pro {
  left:700px; top:190px;
}

#connexion-footer {
	display: none;
}
