/*  
    Feuille de style CSS - Section Société
    --------------------------------------
    projet: 	SOLUPREST
    créé le: 	03-08-2009
	modifié le: 04-09-2009  
*/

#bandeau { background: url(../imgs/bandeauSociete.jpg) no-repeat;}

/*--- Navigation secondaire ---*/
ul.subnav li {
	background: url(../imgs/limitNewsHome.gif) right top  repeat-y;
	background-color: #a2dbff;
}
ul.subnav li a:hover { color: #2e6395;}
ul.subnav li.here a { color: #2e6395;}

/*--- Titres ---*/
#contenu h3 { background: url(../imgs/bgTitreSociete.gif) left top no-repeat;}

/*--- Actualités ---*/
.texteNews { border-left: 2px solid #0096D2;}
.titreNews { color: #0096d2;}

/*** COMPETENCES *******/
.titreCompetence {
	padding: 0 0 0 20px;
	font-size: 12px;
	font-style: normal;
	color: #0096d2;
	font-weight: bold;
	background: url(../imgs/puceTitresCompetences.gif) left center no-repeat;
	clear: both;
}
.titreRejoigneznous {
	padding: 0 0 0 20px;
	font-size: 12px;
	font-style: normal;
	color: #0096d2;
	font-weight: bold;
	background: url(../imgs/puceTitresCompetences.gif) left center no-repeat;
}
.listeCompetences li {
	list-style-image: url(../imgs/puceListeCompetences.gif);
}
#imgsSolutions {
	float: left;
	margin: 0px 15px 10px 136px;
}
/* BLOC ADRESSE*/
#blocAdresse {
	/*9F81CD width: 107px;*/
	margin-left: 22px;
	padding: 0 0 0 8px;
	background: url(../imgs/limitNewsHome.gif) left top  repeat-y;
}
#adresse {
	padding: 0 0 0 25px;
	background: url(../imgs/lettreBleue.gif) left top  no-repeat;
}
#tel {
	padding: 0 0 0 25px;
	background: url(../imgs/telephoneBleu.gif) left top  no-repeat;
}
#email {
	padding: 0 0 0 25px;
	background: url(../imgs/arobaseBleu.gif) left top  no-repeat;
	line-height: 25px;
}
#fax {
	padding: 0 0 0 25px;
	background: url(../imgs/faxBleu.gif) left top  no-repeat;
	line-height: 18px;
}
/* BLOC ADRESSE*/

/*--- Scroll logos partenaires (jQuery Tools) ---*/

/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position: relative;
	overflow: hidden;	 	
	width: 525px;	
	height: 78px;	
	
	
	/* custom decorations */
	padding: 10px 0;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #ddd;
	background: #e5e5e5;			
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super 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;
	clear:both;		
	
	/* decoration */
	margin-left:10px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align: center;
	width: 110px;
	height: 35px;
	padding: 20px 0;
	border:1px outset #ddd;
	background-color: #fff;
	margin-right: 20px;	
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.scrollable div.items div:hover {
	border: 1px solid #ccc;
}

div.scrollable div.items div img {
	max-width: 100px;
	margin: 0 auto;
}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ddd;		
	background-color:#fff;
}
