/*
** LOGIPOSTEL - MENU-GAUCHE 'STATIQUE DOUBLE'
** menu en deux parties dev pour logipostel
*/

/* Bloc qui contiens la partie genere du menu - dans le code inclus */
#menu_gauche {
	clear: both;
	float: left;
}

#menu_gauche a {
	font-family: Verdana;
	text-decoration:none;
	font-size: 18px;
	color: #535659;
}
#menu_gauche a:visited, #menu_gauche a:link {	color: #535659 }

#menu_gauche a:hover {
	color: #000;
}

#menu_gauche .dossier {
	padding-top: 8px;
	text-align:right;
}

#menu_gauche .selected a { color: #fff;}

#menu_gauche_1 {
	background: url(../../../../img/public/menu/menu-gauche_1.gif) no-repeat right ;
	/*background: url(../../../../img/public/menu/menu-gauche_1.gif) -51px no-repeat ;*/
	height:29px; /* + 8 de padding-top pour avoir la vrai taille, idem pour chaque elem */
	margin-bottom: 2px;
}
#menu_gauche_2 {
	background: url(../../../../img/public/menu/menu-gauche_2.gif) no-repeat right;
	height:29px;
	margin-bottom: 1px;
}
#menu_gauche_3 {
	background: url(../../../../img/public/menu/menu-gauche_3.gif) right;
	height:28px;
	margin-bottom: 1px;
}
#menu_gauche_4 {
	background: url(../../../../img/public/menu/menu-gauche_4.gif) right;
	height:28px;
	margin-bottom: 1px;
}
#menu_gauche_5 {
	background: url(../../../../img/public/menu/menu-gauche_5.gif) right;
	height:26px;
	margin-bottom: 1px;
}
#menu_gauche_6 {
	background: url(../../../../img/public/menu/menu-gauche_6.gif) right;
	height:29px;
	margin-bottom: 2px;
}
#menu_gauche_7 {
	background: url(../../../../img/public/menu/menu-gauche_7.gif) right;
	height:28px;
	margin-bottom: 1px;
}
#menu_gauche_8 {
	background: url(../../../../img/public/menu/menu-gauche_8.gif) right;
	height:27px;
	margin-bottom: 1px;
}
#menu_gauche_9 {
	background: url(../../../../img/public/menu/menu-gauche_9.gif) right;
	height:27px;
	margin-bottom:2px;
}

#menu_gauche_photo {
	/*background: url(../../../../img/public/menu/menu-gauche_photo.gif) -2px 0px no-repeat;*/
	background: url(../../../../img/public/menu/menu-gauche_photo-3.jpg) -2px 0px no-repeat;
	width: 277px;
	height: 485px;
}

/* Bloc du menu-centre */
#centre_bloc_3 {
	float: left;
	margin: 20px 0 0 21px;
	padding-top: 5px;
}

#centre_bloc_3 a { font-size:1.3em; text-decoration:underline; color: #c7463d}
#centre_bloc_3 a:visited, #centre_bloc_3 a:link { color: #c7463d; }
/*#centre_bloc_3 a:hover { color: #535659; text-decoration: none; }*/
#centre_bloc_3 a:hover { text-decoration: none; }

#centre_bloc_3 .selected_sub { text-decoration:none; font-weight:bold; }

#centre_bloc_3 .submenu { float: left; margin-right: 15px; }

