div#resourcesMenu
{
	margin-top: 1px;
	_margin-top: -1px;
}

div#resourcesMenu div.borderLeft
{
	float: left;
	_position: relative;
	_top: -2px;
}

div#resourcesMenu div.middle
{
	background-image: url(/images/site/bg_resources_accueil.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	width: 177px;
}
.middle2
{
	margin: 5px 10px 5px 10px;
}
div#resourcesMenu div.borderRight
{
	float: left;
	_position: relative;
	_top: -2px;
}

img.customerSection
{
	/*cursor: pointer;*/
}

div.resources
{
	margin-top: 1px;
	background-image: url(/images/site/bg_resources_accueil.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-right: 6px;
	_padding-right: 4px;
	_position: relative;
	_top: -2px;
}

div.resource
{
	padding-top: 10px;
	padding-bottom: 2px;
}

div.resource div.description
{
	margin-top: 4px;
}

div.resource div.image
{
	margin-top: 8px;
	/*cursor: pointer;*/
}

div.resource div.info
{
	margin-top: 2px;
	/*cursor: pointer;*/
}

.resourceTitleText
{
	font-size: 11px;
	font-weight: bold;
	color: rgb(76,146,176);
}

.resourceDescriptionText
{
	font-size: 10px;
	color: #333333;
}

.resourceInfoText
{
	color: rgb(238,157,3);
	font-size: 11px;
	font-weight: bold;
}

.resource a:link,
.resource a:active,
.resource a:visited {
	font-size: 9px;
	font-weight: none;
	color: #333333;
	text-decoration: none;
}
.resource a:hover {
	text-decoration: underline;
}