/* Mise en forme des liens */
/*-------------------------*/

.tw_style  {

  background: black;

}

/* Mise en forme des blocs div */
/*-----------------------------*/

#bcontainer {
  background: url(fond_travaux.jpg);
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

#container {
	position: relative;
	width: 100%;
	height: 500px;
}

/* Mise en forme des blocs textes */
/*--------------------------------*/

#menu{
  font-family: Verdana, Arial;
  width: 100%;
  height: 250px;
  position : relative;
  left:0px;
  bottom:50px;
}

#top{
	font-family: Verdana, Arial;
	width: 100%;
	height: 69px;
	text-align: right;
	position: relative;
	right:15px;
}
