/*  
    Feuille de style CSS - Section Partenaires
    ------------------------------------------
    projet: 	SOLUPREST
    créé le: 	03-08-2009
	modifié le: 04-09-2009  
	
	Couleurs
	--------
	Vert clair: #ddf5ab
	Vert foncé: #abc814
*/

#bandeau { background: url(../imgs/bandeauPartenaires.jpg) no-repeat;}

/*--- Logos ---*/
img.logo-partenaire {
	float: none;
	max-width: 250px;
	margin: 0 20px 10px 0;
}
div#logo-produit {
	overflow: auto;
	text-align: center;
}
div#logo-produit img {
	border: 2px solid #fff;
}

/*--- Navigation secondaire ---*/
ul.subnav li {
	background: url(../imgs/limitSubnavPartenaires.gif) right top  repeat-y;
	background-color: #ddf5ab;
}
ul.subnav li a:hover { color: #abc814;}
ul.subnav li.here a { color: #abc814;}

/*--- Titres ---*/
#contenu h3 { background: url(../imgs/bgTitrePartenaires.gif) left top no-repeat;}
#contenu h4 { color: #aac51e;}

/*--- Actualités ---*/
.texteNews { border-left: 2px solid #ABC814;}
.titreNews { color: #abc814;}

.textesolutions {
	padding-right: 25px;
	padding-left: 10px;
	margin-left: 135px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	min-height: 50px;
	border-left: 3px solid #ABC814;
}

/*--- Liens produit---*/
a.lien-produit {
	display: block;
	border: 2px solid #d0ec95;
	padding: 5px 8px;	
	margin: 0 10px 5px 0;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(../imgs/bg-boxproduit.jpg) repeat-x bottom left;
}
a.lien-produit:hover {
	background: #fff;
	border-color: #b7d774;
}
a.lien-produit img {
	margin-right: 5px;
}

/*----- NAVIGATION ONGLETS -----*/
#tabs {
	width: 540px;
	height: 450px;
}
#tabs-1, #tabs-2 {
	padding: 15px 0;
	margin: 0;
}
/*--- Onglet 1 – Logos partenaires ---*/
ul.imageLibrary {
	padding: 0;
	margin: 0;
}
.imageLibrary li {
	list-style-type: none;
	margin: 0 7px 4px 0;
	float: left;
	position: relative;
}
.imageLibrary p {
	position: absolute;
	margin: 0;
	z-index: 2;
	background-color: #fff;
	color: #333;
	font-weight: bold;
	width: 130px;
	height: 45px;
	padding-top: 15px;
	text-align: center;
	opacity:.9;
	display: none;
	clear: none;
	cursor: pointer;
}
.imageLibrary img {
	z-index: 1;
	width: 130px;
	height: 60px;
}
/*--- Onglet 2 – Liens vers les produits sélectionnés ---*/
a.produit-selectionne {
	float: left;
	width: 250px;
	height: 50px;
	padding: 5px;
	border: 2px solid #808080;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px 10px 0 0;
	text-decoration: none;
	font-weight: bold;
}
a.produit-selectionne img {
	float: left;
	max-width: 100px;
	max-height: 50px;
}
a.produit-selectionne:hover {
	border: 2px solid #bbb;
}
a.produit-selectionne span {
	width: 100px;
	float: left;
	margin: 0 10px 10px 0;
}

/* root element for tabs  */
ul.tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #aac51e;	
	width: 545px; 	
}
/* single tab */
ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}
/* link inside the tab. uses a background image */
ul.tabs a { 
	float: left;
	font-size: 12px;
	display: block;
	padding: 5px 18px;	
	text-decoration: none;
	border: 1px solid #aac51e;	
	border-bottom: 0;
	height: 18px;
	background-color:#ddf5ab;
	margin-right: 4px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	position: relative;
	top: 1px;	
}
ul.tabs a:hover {color:#aac51e;}
/* selected tab */
ul.tabs a.current {
	background-color:#fff;
	border-bottom:2px solid #fff;	
	color:#000;	
	cursor:default;
	font-weight: bold;
}
div.panes {width: 550px;}
/* tab pane */
div.panes div {
	display:none;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#fff;	
	overflow: hidden;
}

/*--- Bloc description, logo et boutons ---*/
div#description-produit {
	overflow: hidden;
}
#wrap-produits, #wrap-partenaires {
    overflow:hidden;
    position:relative;
}

/*--- Boutons d'actions sur les fiches produits ---*/

div#bloc-boutons {
        z-index:50;
        position:relative;
	width: 150px;
	padding: 10px 10px 5px 10px;
	margin: 0 12px 15px 20px;
	float:right;
        overflow: auto;
	background: #ddf5ab;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* Bouton chat */
div#bloc-boutons img {
	margin: 2px 0 0 1px;
}
/* Logo produit */
div#bloc-boutons div#logo-produit img {
	margin: 5px 0 10px;
	box-shadow: 0px 0px 3px #78814a;
	-moz-box-shadow: 0px 0px 3px #78814a;
	-webkit-box-shadow: 0px 0px 3px #78814a;
}
div#bloc-boutons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#bloc-boutons ul li {
	display: inline;
	text-align: center;
}
div#bloc-boutons ul li a {
	display: block;
	margin: 0 auto 10px;
       cursor: pointer;
}
/* Bouton Test produit */
div#bloc-boutons ul li a#test-produit {
	text-indent: -9999px;
	background: url(../imgs/bouton-testproduit.jpg) no-repeat 0 0;
	width: 148px;
	height: 38px;
}
div#bloc-boutons ul li a#test-produit:hover {
	background: url(../imgs/bouton-testproduit.jpg) no-repeat 0 -38px;
}
div#bloc-boutons ul li a#test-produit:active {
	background: url(../imgs/bouton-testproduit.jpg) no-repeat 0 -76px;
}
/* Bouton Demande doc */
div#bloc-boutons ul li a#demande-doc {
	text-indent: -9999px;
	background: url(../imgs/bouton-demandedoc.jpg) no-repeat 0 0;
	width: 148px;
	height: 45px;
        display: block;
}
div#bloc-boutons ul li a#demande-doc:hover {
	background: url(../imgs/bouton-demandedoc.jpg) no-repeat 0 -49px;
}
div#bloc-boutons ul li a#demande-doc:active {
	background: url(../imgs/bouton-demandedoc.jpg) no-repeat 0 -98px;
}

/*----- CARROUSEL -----*/

div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 460px;	
	height:110px;
	padding: 10px 0;
	background: #e5e5e5;
	border: 1px solid #cdcdcd;
	margin-top: 10px;
}

div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
	margin-left:  8px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	text-align:center;
	width:130px;
	padding:0;
	margin-right: 20px;
}

/* active item */
div.scrollable div.items div.active {		
	margin-top: 1px;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float: left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../imgs/left.png) no-repeat;
	float: left;
	margin: 65px 10px 0 10px;
	cursor: pointer;
	font-size: 1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background:url(../imgs/right.png);
	clear:right;	
}


/*********** navigator ***********/

/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}

/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	







