#nav {
	right: 10px;
}

#nav li {
	margin-right: 0px;
}

#nav-design {
	background-image: url(../images/link-to-design-fr.jpg);
	width: 102px;
}

#nav-design:hover {
	background-image: url(../images/link-to-design-over-fr.jpg);
}

#nav-editing {
	background-image: url(../images/link-to-photoediting-fr.jpg);
	width: 144px;
}

#nav-editing:hover {
	background-image: url(../images/link-to-photoediting-over-fr.jpg);
}

#nav-doodles {
	background-image: url(../images/link-to-doodles-fr.jpg);
	width: 96px;
}

#nav-doodles:hover {
	background-image: url(../images/link-to-doodles-over-fr.jpg);
}

#nav-links {
	background-image: url(../images/link-to-links-fr.jpg);
	width: 40px;
}

#nav-links:hover {
	background-image: url(../images/link-to-links-over-fr.jpg);
}

#show {
	background-image: url(../photos/images/link-show-pictures-fr.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 53px;
}
#show:hover {
	background-image: url(../photos/images/link-show-pictures-over-fr.jpg);
}
#fashion {
	background-image: url(../photos/images/link-fashion-pictures-fr.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 45px;
}
#fashion:hover {
	background-image: url(../photos/images/link-fashion-pictures-over-fr.jpg);
}

.default {
		display: none;
}

.francais {
	display: block;
}