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

#conteneur-navigation{
	width:855px;
	height:300px;
	background-color:#fff;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#conteneur-navigation div.wrapper{
	overflow: hidden;
}
#conteneur-navigation div.slide{
	float: left;
	overflow: hidden;
}

#conteneur-navigation ul.buttons {
    right: 50px;
    list-style: none outside none;
    position: absolute;
    bottom: 5px;
    z-index: 1;
}
#conteneur-navigation ul.buttons li {
    background: url("IMG/boutons.png") no-repeat left top;
    float: left;
}
#conteneur-navigation ul.buttons li.selected {
    background: url("IMG/boutons-selected.png") no-repeat left top;
}
#conteneur-navigation ul.buttons li a {
    display: block;
    height: 25px;
    width: 25px;
}

/* Navigation interieure */

div#navig-int{
	width: 855px;
	height: 170px;
	background: url(IMG/nav-we-love-to-create.jpg) top left no-repeat;
}


