/* Le menu */
#menu {
	margin-right: 75px;
	margin-left: 105px;
	font-family: Arial;
	padding: 0;
	/* Placé ici en raison d'incompatibilité avec IE */
	position: relative;
	top: 17px;
	border: 0;
}

.titre_menu {
	padding-bottom: 5px;
	border-bottom: 3px solid #e1e8f9;
	font-family: 'arial';
	font-size: 13px;
	color: #494a7b;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
	display: block;
}


#menu dt {
	cursor: default;
}

#menu dl {
	float: left;
	margin: 0px;
	padding-bottom: 7px;
}

/* Les sous-menus */
.sous_menu {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:3px;
	padding-top: 3px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid gray;
	display: none;
	border: 0;
	/* Pour que les sous-menus ne décalent pas le reste du site vers le bas :
	absolute les fait sortir du	positionnement classique de la page */
	position: absolute;
	top:28px;
}



/* Le bloc liste constituant les sous-menus : pour l'intérieur des sous-menus
	et le bloc description dd pour l'alignement (left) en fonction du menu dl*/
.sous_menu ul, dd {
	margin-left: 0;	/* Pour IE */
	padding-left: 0;	/* Pour le reste */
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}

/* les liens hypertexts des sous-menus (contenus dans une liste) */
.sous_menu li a {
	color: #494a7b;
	background-color: transparent;
	text-decoration: none;
	font-size: 12px;
}

.sous_menu li a:hover {
	font-weight: bold;
	background-color: transparent;
}

.sous_menu img {
	visibility: hidden;
	margin-right: 3px;
}

#apropos {
	width:170px;	
}

#apropos a {
	text-decoration: none;
	color: #494a7b;
}

#expertise {
	width:76px;
}

#expertise a {
	text-decoration: none;
	color: #494a7b;
}

#clients {
	width:61px;
}

#clients a {
	text-decoration: none;
	color: #494a7b;
}

#carriere {
	width:77px;
}

#carriere a {
	text-decoration: none;
	color: #494a7b;
}

#contact {
	width:66px;
}

#contact a {
	text-decoration: none;
	color: #494a7b;
}

#sm_apropos {
	width: 167px; /* Idem que pour le menu #apropos */
}

#sm_expertise {
	width: 180px;
}

#sm_clients {
	width: 150px;
}

#sm_carrieres {
	width: 130px;
}

#sm_contact {
	width: 120px;
}