/* ANYBODESIGN / NAVIGATION MODULE */
	
#toolbarwrap {
position: relative;
background-color: transparent;
}
	
ul.navigation, ul.navigation-bleue {
position: relative;
top: 20px;
list-style-type: none;
}

ul.navigation li, ul.navigation-bleue li {
font-size: 0.75em;
line-height: 1.5em;
}

ul.navigation li a {
color: #c2ca00;
font-weight: bold;
text-decoration: underline;
padding-left: 20px;
}

ul.navigation li a:hover {
text-decoration: none;
background: transparent url(../actual_imports/fleche-verte.gif) 5px -1px no-repeat;
}

ul.navigation li.active {
text-decoration: none;
background: transparent url(../actual_imports/fleche-verte.gif) 5px 1px no-repeat;
}

ul.navigation li.inactive {
background-image: none;
}


ul.navigation-bleue li a {
color: #66b8dc;
font-weight: bold;
text-decoration: underline;
padding-left: 20px;
}

ul.navigation-bleue li a:hover {
text-decoration: none;
background: transparent url(../actual_imports/fleche-bleue.gif) 5px -1px no-repeat;
}

ul.navigation-bleue li.active {
text-decoration: none;
background: transparent url(../actual_imports/fleche-bleue.gif) 5px 1px no-repeat;
}

ul.navigation-bleue li.inactive {
background-image: none;
}



#frame {
position: relative;
overflow: hidden;
width: 666px;
height: auto;
}

#scroller {
width: 940px;
height: auto;
overflow: hidden;
}

#content {
width: 16000px;
height: auto;
background-color: transparent;
}

.section {
width: 940px;
float: left;
background-color: transparent;
}










