body {
	font: 15px Century Gothic, Georgia, serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*background-color : #737c7e;*/
	background-color : #7b7c7e;
}

p {
	margin: 0 0 0.2em 0em;
	color: white;
}

#container{
  padding-top: 5px;
	position: absolute;
	left: 50%;
	width: 830px;
	height:620px;
	margin-left: -415px;
	/*border: 1px solid blue;*/
}

#mainimg {
	position: absolute;
	left: 0;
	width: 827px;
	height:620px;
	background-position : center;
	background-image : url(../../img/infos_pratiques.jpg) ;
	background-repeat : no-repeat;
}

#construction {
	position: absolute;
	top: 350px;
	width: 830px;
	text-align: center;
	left: 415px; /* for Mac */
	margin-left: -415px;
	font-size: 18px;
}
#content {
	position: absolute;
	left: 0;
	top: 230px;
	width: 800px;
	/*border: 1px solid yellow;*/
}
#viamichelin {
	position: absolute;
	right: 20px;
	width: 730px;
}
#inform {
	position: absolute;
	width: 230px;
	height: 694px;
	right: 0px;
	/*border: 1px solid #3377cc;*/
	background-color: #7b7c7e;
}
#inform h4,p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
  left: 0;
	text-align: left;
	font-weight: normal;
}
#inform p {
  padding-left: 20px;
	font-size: 14px;
}
#inform h4 {
  padding-top: 5px;
	font-size: 15px;
	text-decoration: underline;
}

#inser {
	position: absolute;
	width: 495px;
	height: 710px;
	left: 0px;
	border: 1px solid #3377cc;
}

/* ********** Navigation ********* */
#navcontainer
{
	position: absolute;
	left: 40px;
	top: 180px;
}

#navcontainer img
{
border: none;
margin-top:0;
}

#navcontainer li img:hover
{
}

