.DirectionDiv 
{
	padding: 10px;
	float: left;
	background-color: White;
	height: 702px;
	width: 938px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #00404F;
	overflow: auto;
	background-image: url(../images/DirectionSkin/DirectionBackground.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}

.DirectionDiv p {
    margin-top: 0px;
}


#BodyMainTitleDirection {
	background-color: #5E8F9D;
	height: 35px;
	width: 930px;
	padding-left: 25px;
	border-bottom-width: 0px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	background-image: url(../images/DirectionSkin/DirectionTitreBackground.jpg);
	background-position: center center;
	text-align: left;
	font-size: 22px;
	color: #FFF;
}

