﻿.menuLinkBig {
	width: 155px;
	height: 30px;
	padding: 14px 0 0 10px;
	margin-left: 20px;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	background: transparent url('../img/right.png') no-repeat 145px center;
	font-family: Arial;
}
.menuLinkBig:hover {
	cursor: pointer;
}
div#accueilSub, div#notreOffreSub, div#supportSub, div#virtualisationSub {
	position: absolute;
	left: 185px;
	top: 10px;
	display: none;
	border: 1px solid #fff;
	border-bottom: 0;
	min-width: 155px;
}
.menuLink {
	display: block;
	height: 22px;
	padding: 8px 10px 0 10px;
	background-color: #dfdfdf;
	color: #666;
	font-size: 12px;
	border-bottom: 1px solid #fff;
	font-family: Arial;
}
.menuLink:hover {
	background-color: #d8d8d8;
	color: #000;
}
div#notreOffreSub {
	top: 55px;
}
div#supportSub {
	top: 100px;
}
div#virtualisationSub {
	top: 145px;
}