/*-----------------------------------------------------------------------------
  [CSS - Solutions]
  
  Feuille de style de la page "Solutions"
  
  1. Contenu
  2. Sidebar/Modules
  
-----------------------------------------------------------------------------*/


/*---------------------------------------------------------------------
  [1. Contenu]
*/

#text-content {
	float: left;
	width: 550px;
}

/*---------------------------------------------------------------------
  [2. Sidebar/Modules]
*/

#corporate-sidebar {
	float: right;
	margin-top: 50px;
	width: 250px;
}

	#testimonies {
		background: #eaebed url(../../images/corporate/solut/bg-quotes.gif) top repeat-x;
		border: 1px solid #e11279;
	}
	
	.testimonies {
		
		display: none;
		margin: 0 auto;
		padding: 14px;
		width: 215px;
	}
	
	.testimony {
		display: block;
	}
	
		#bg-text .testimonies p {
			margin: 0;
			padding: 0;
		}
		
	#bg-text .testimonies p:first-child {
		padding-right:5px;
	}
	.testimonies p:first-child:before {
		content: url(../../images/corporate/quote_open.gif) ' ';
	}
	.testimonies p:first-child:after{
		content: ' ' url(../../images/corporate/quote_close.gif);
	} 
	
			.testimonies p strong {
				color: #E5297A;
			}
	
		.testimonies cite {
			display: block;
			margin: 14px 0 0;
		}
	
	.sidebar-module {
		border-bottom: 1px solid #c1c5c8;
		width: 235px;
		margin-top: 15px;
		padding-bottom: 15px;
	}
	
	.sidebar-module.first {
		margin-top: 0;
	}
	
		#corporate-sidebar .sidebar-module p {
			clear: left;
			line-height: 1.5em;
			margin: 0;
			padding: 0 0 0 0;
		}
		
		#corporate-sidebar .sidebar-module h2, #corporate-sidebar .sidebar-module h2 a {
			margin: 15px 0 0 0;
			color: #686868;
			font-size: 23px;
		}
		
		#corporate-sidebar .sidebar-module h2 a:hover {
			color: #e5297a;
		}
		
		#corporate-sidebar .sidebar-module h2 a strong {
			color: #e5297a;
		}
		
		.sidebar-module h2 {
			padding-bottom: 5px;
		}
		
	#corporate-sidebar .sidebar-module .read-more {
		float: right;
	}

		#corporate-sidebar .sidebar-module .read-more:hover .text-deploy {
			display: block;
			width: 155px;
		}