

/* --------- CONTENEUR ---------- */

#conteneur{

margin-top: 39px;
}

/* --------- SCROLL FRONTPAGE -- */

 

div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 
 
div.scrollable div.items div { 
    float: left; 
	margin: 0;
	width: 119px;
	text-align: center;
} 
 
div.items div.active { 
    background-color:none; 
}


.fpss-introtext .slidetext h1 a {
	color:#FAFAFA;
	font-family:Georgia, serif;
	font-size:20px;
	margin:0;
	padding:0;
}
.fpss-introtext .slidetext h1 a:hover {
	color:#fff;
	
}

 div.scrollable_apa div.apa_items { 
    width:20000em; 
    position:absolute; 
} 

div.scrollable_apa div.apa_items div { 
    float: left; 
	margin: 0;
	width: 119px;
	text-align: center;
} 

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 358px; 
    height:190px;
	float:left; 
} 
 
 
 div.scrollable_apa { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 358px; 
    height:190px;
	float:left; 
} 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 

div.scrollable div.items .view-content {
	border:none;
}
 
.scrollable img {
	float:left;
	
	/*
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:50px;
	height:96px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	*/
}

#carrousel .items img {
	border: 1px solid #D7D5C6;
	cursor: pointer;
	float:  none;
	width: 100px;
	margin: auto;
}

#carrousel .items img:hover {
	border: 1px solid #999999;
}
 
/* active item */
.scrollable .active {
	z-index:100;
	position:relative;
}
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 


#image_wrap { 
    /* dimensions */  
    margin:0; 
    padding:0; 
 
    /* centered */  
 
    /* some "skinning" 
    background-color:#efefef; 
    border:2px solid #fff; 
    outline:1px solid #ddd; 
    -moz-ouline-radius:4px; */ 
}

.view-references {
	border:none;
}
a.browse {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1px;
	height: 11px;
	margin: 70px 5px;
	width: 6px;
}
a.right {
	clear:right;
}

/* ############# Les APA ################  */

/* --------- SCROLL FRONTPAGE -- */

 

div.scrollable_apa div.ap_items { 
    width:20000em; 
    position:absolute; 
} 
 
div.scrollable_apa div.apa_items div.view-content div { 
    float: left; 
	margin: 0;
	width: 119px;
	text-align: center;
} 


 
div.apa_items div.active { 
    background-color:none; 
}

 div.scrollable_apa { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 358px; 
    height:190px;
	float:left; 
} 

/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 


div.scrollable_apa div.apa_items div.view-content { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 

div.scrollable_apa div.apa_items .view-content {
	border:none;
}
 
.scrollable_apa img {
	float:left;
	
	/*
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:50px;
	height:96px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	*/
}

#carrousel .apa_items img {
	border: 1px solid #D7D5C6;
	cursor: pointer;
	float:  none;
	width: 100px;
	margin: auto;
}

#carrousel .apa_items img:hover {
	border: 1px solid #999999;
}
 
/* active item */
.scrollable_apa .active {
	z-index:100;
	position:relative;
}
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 


#image_wrap_apa { 
    /* dimensions */  
    margin:0; 
    padding:0; 
 
    /* centered */  
 
    /* some "skinning" 
    background-color:#efefef; 
    border:2px solid #fff; 
    outline:1px solid #ddd; 
    -moz-ouline-radius:4px; */ 
}