/* ANYBODESIGN / NAVIGATION MODULE */
	
#toolbarwrap {
display: none;
}
	
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 {
}


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 {
}



#frame {
position: relative;
overflow: hidden;
width: 900px;
height: 420px;
background-color: #000;
}

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

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

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




#nav-portfolio {
position: absolute;
top: 460px;
left: 415px;
}

#nav-portfolio span {
display: none;
}

a.next-noir {
display: block;
float: left;
width: 26px; height: 26px;
background: transparent url(../actual_imports/fleche-noire-d.gif) 0 0 no-repeat;
-moz-box-shadow: 0 2px 12px #ccc;  
-webkit-box-shadow: 0 2px 12px #ccc;  
box-shadow: 0 2px 12px #ccc;
}

a.prev-noir {
display: block;
float: left;
width: 26px; height: 26px;
margin-right: 10px;
background: transparent url(../actual_imports/fleche-noire-g.gif) 0 0 no-repeat;
-moz-box-shadow: 0 2px 8px #ccc;  
-webkit-box-shadow: 0 2px 8px #ccc;  
box-shadow: 0 2px 8px #ccc;
}

a.next-noir:hover, a.prev-noir:hover {
opacity: 0.7;
}






