@charset "utf-8";
/* CSS Document */

.menu_vertical {
	/*border: 1px solid black;*/
	width: 35px;
	background:url(images/menu/menu.gif) no-repeat;
}

#menu_actualite {
	height: 197px;
	background-position: -35px 0px;
}

#menu_actualite:hover{
	background-position: -70px 0px;
}

.active #menu_actualite {
	background-position: 0 0;
}

#menu_graphisme {
	height: 121px;
	background-position: -35px -197px;
}

#menu_graphisme:hover {
	height: 121px;
	background-position: -70px -197px;
}

.active #menu_graphisme {
	background-position: 0 -197px;
}

#menu_misDeCote {
	height: 133px;
	background-position: -35px -318px;
}

#menu_misDeCote:hover {
	height: 133px;
	background-position: -70px -318px;
}

.active #menu_misDeCote {
	background-position: 0 -318px;
}

#menu_coteJardin {
	height: 119px;
	background-position: -35px -451px;
}

#menu_coteJardin:hover {
	height: 119px;
	background-position: -70px -451px;
}

.active #menu_coteJardin {
	background-position: 0 -451px;
}

#menu_ladyTard {
	height: 115px;
	background-position: -35px -570px;
}

#menu_ladyTard:hover {
	height: 115px;
	background-position: -70px -570px;
}

.active #menu_ladyTard {
	background-position: 0 -570px;
}

#menu_vide {
	height: 226px;
	background-position: 0px -685px;
}

#fond_menu {
	width: 35px;
	height: 100%;
	background:url(images/menu/fond_menu.gif) repeat;
	float: left;
	position: fixed;
}

img {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
}
