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

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

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

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

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

/*---- LISTING DES REFERENCES ---------------------------*/
.imgReferences {
	float: left;
}
.titreReferences {
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	font-size: 11px;
	font-style: normal;
	color: #FD780F;
	font-weight: bold;
	background: url(../imgs/puceTitresCompetences.gif) left  no-repeat;
}
.texteReferences {
	padding-right: 25px;
	padding-left: 10px;
	margin-left: 135px;
	margin-bottom: 10px;
	min-height: 50px;
	/*border-left: 3px solid #0096D2;*/
}
.limitReferences {
	width: 558px !important;
	width: 555px;
	height: 1px;
	margin: 15px 0 15px 0 !important;
	padding: 0;
	background: url(../imgs/limitReferences.gif) repeat-x;
	clear: both;
}

