td {
	padding:			0px;
	margin:				0px;
}

p {
	padding:			0px;
}

* {
	font-family:		Arial;
}

table#layoutTour td {
	border-collapse:	separate;
}

.leftColumnTd {
	background-image:	url(../images/leftColumn.jpg);
	background-repeat:	no-repeat;
	width:				125px;
	vertical-align:		top;
	padding-right:		5px;

}

a.cie {
	display:			block;
	font-weight:		bold;
	margin-left:		5px;
	margin-bottom:		15px;
	color:				#003882;
}

a.cie:hover {
	text-decoration:	none;
}

.rightColumnTd {
	background-repeat:	no-repeat;
	/*border-left:		1px solid #003882 !important;*/
	vertical-align:		top;
}

.menuItem {
	display:			block;
	position:			relative;
	float:				left;
	padding:			0px;
	margin:				0px;
	//margin-left:		-6px;
}

table#layoutTour {
	display:			table;
	margin-left:		auto;
	margin-right:		auto;
	margin-top:			10px;
	width:				100%;
}

p.ligne {
	margin-top:			0px;
	margin-bottom:		0px;
}

div.whereAmI {
	display:			block;
	
	
	font-weight:		bold;
}

div.nomCie {
	display:			block;
	position:			absolute;
	width:				540px;
	line-height:		31px;
	font-size:			23px;
	font-weight:		bold;
}

div.nsp {
	height:				31px;
}

div.addrCie {
	display:			block;
	margin-top:			9px;
}

div.rightBox1 {
	display:			block;
	margin-left:		5px;
	//margin-left:		5px;
	float:				left;
	width:				340px;
}

div.rightBox2 {
	display:			block;
	float:				left;
	margin-left:		11px;
	width:				165px;
}

a.bs {
	text-decoration:	underline;
}

div.text1, div.text2, div.text3 {
	display:			block;
	width:				340px;
	text-align:			justify;
}

div.text1 {
	margin-top:			20px;
}

div.text2 {
	margin-top:			10px;
}

div.text3 {
	margin-top:			10px;
}

.img1 {
	display:			block;
	background-repeat:	none;
	background-position: center center;
	height:				146px;
	width:				175px;
	margin-top:			45px;
	border:				none;
}

.img2 {
	display:			block;
	background-repeat:	none;
	background-position: center center;
	height:				146px;
	width:				175px;
	margin-top:			13px;
	border:				none;
}

#carte {
	display:			block;
	position:			absolute;
	height:				310px;
	width:				672px;
	margin-top:			15px;
}

#maskLeft{
	display:			block;
	position:			absolute;
	height:				310px;
	width:				6px;
	z-index:			2;
	background-image:	url(../images/maskLeft.gif);
	background-repeat:  no-repeat;
}

#maskTop{
	display:			block;
	position:			absolute;
	height:				6px;
	width:				766px;
	z-index:			2;
	background-image:	url(../images/maskTop.gif);
	background-repeat:  no-repeat;
}

#maskRight{
	display:			block;
	position:			absolute;
	height:				310px;
	width:				6px;
	z-index:			2;
	margin-left:		+760px;
	background-image:	url(../images/maskRight.gif);
	background-repeat:  no-repeat;
}

#maskBottom{
	display:			block;
	position:			absolute;
	height:				6px;
	width:				766px;
	z-index:			2;
	margin-top:			+304px;
	background-image:	url(../images/maskBottom.gif);
	background-repeat:  no-repeat;
}


#layoutTable td {
	border:				default;
}