/* CSS Document */

/* Menu vertical gauche de la page technique */

#tab_contenu {
	background-image: url(images/fond/fond_technique.jpg);
}
#menu_gauche a:link, #menu_gauche a:visited, #menu_gauche a:active {
	color			: #0099CC;
}
#menu_gauche a:hover,
#menu_gauche a.on:link,
#menu_gauche a.on:visited {
	background-color: #0099CC;
	color			: #FFFFFF;
}
/******************************/