/* CSS Document */
/* Menu vertical gauche de la page laboratoire */

#tab_contenu {
	background-image: url(images/fond/fond_laboratoire.jpg);
}

#menu_gauche a:link, #menu_gauche a:visited, #menu_gauche a:active {
	color			: #A40073;
}
#menu_gauche a:hover,
#menu_gauche a.on:link,
#menu_gauche a.on:visited {
	background-color: #A40073;
	color			: #FFFFFF;
}
/******************************/
