body
{
	background-color: #333333;
	background-image: url(../img/homepage/background.gif);
	background-repeat: repeat;
}

#HELdB
{
	display: none;
}

#WorkingSpace
{
	width: 850px;
	margin: 0 auto;
	background-color: white;
	border: 2px solid gray;
	padding: 10px;
}

#HELdBLogo
{
	background: url(img/homepage/heldb-logo.png) no-repeat;
	/*text-align: right;*/
	font-size: 0.7em;
/*	height: 52px;*/
	padding-bottom: 20px;
	padding-left: 200px;
	padding-right: 50px;
	padding-top: 25px;
	margin: 0px;
}

#Banner
{
	display: block;
	/*float: left;*/
	width: 520px;
	height: 420px;
	margin-left: 50px;
	margin-right: 10px;
	/*border: 1px solid black;*/
	/*background: red;*/
}

#MenuRight ul li a:hover
{
	color: red;
	text-decoration: none;
	border-bottom: 1px dotted red;	
}


#RightMenu
{
	/*border: 1px solid black;*/
	font-size: 0.8em;
	
	width: 180px;
	height: 378px;
	
	display: block;
	float: right;
	clear: both;
	
	margin: 0px;
	border: 1px solid darkgray;
	padding: 5px;
	
	background-color: #F3F2ED;
	background-image: url(img/homepage/arc180fade.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#RightMenu #MainList
{
	margin: 0px 0px 20px;
	padding: 0px;
	background-color: #213237;
}

#RightMenu #MainList li
{
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	
	border-bottom: 1px solid darkgray;
	
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#RightMenu #MainList li a
{
	text-decoration: none;
	display: block;
	
	padding-left: 18px;
	padding-top: 5px;
	
	color: white;
	background-image: url(img/fleche-jaune-epaisse.png);
	background-repeat: no-repeat;
}

#RightMenu #MainList li a:hover
{
	text-decoration:underline;
}

#RightMenu #InfoPratiquesTitre
{
	font-weight: bold;
	margin: 0px;
}

#RightMenu #InfoPratiques
{
	margin: 0px 0px 20px;
	padding: 0px;
}

#RightMenu #InfoPratiques li
{
	border-bottom: 1px solid darkgray;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#RightMenu #InfoPratiques li a
{
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: red;
	background-image: url(img/fleche-jaune-fine.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 5px;
}

#RightMenu #InfoPratiques li a:hover
{
	text-decoration: underline;
}

#RightMenu #PresentationVideo
{
	margin-top: 90px;
}

#RightMenu #SummaryPresentation
{
	margin-top: 115px;
}

#RightMenu #SummaryPresentation a
{
	padding-left: 25px;
	background: url(img/he/uk-flag.png) no-repeat top left;
}

#PrixContainer
{
	width: 780px;
	margin-left: 45px;
	text-align: center;
}

#PrixContainer .Prix
{
	width: 230px;
	height: 160px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid darkgray;
	padding: 5px;
	float: left;
	font-size: 0.9em;
	text-align: left;
}

#PrixContainer .Prix ul
{
	margin-top: 5px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-left: 20px;
}

#PrixContainer .Prix .Titre
{
	height: 50px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: gold;
	background: url(img/prix-titre.png) repeat-x;
	display: block;
}

#PrixContainer .Prix .Date
{
	font-size: smaller;
	color: orange;
}

#Footerdiv
{
	clear: both;
}