/*-----------------------------------------------------------------------------
  [CSS - Hiring]
  
  Feuille de style de la page "Recrutement"
  
  1. Contenu

-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------
  [1. Contenu]
*/
		
#hiring-intro strong {
	font-size: 200%;
}

#hiring-intro p {
	line-height: 200%;
}

#hiring-desc {
	background: url(../../images/corporate/hiring/we-want-you.png) no-repeat 0 30px;
	height: auto;
	min-height: 258px;
	padding-left: 285px;
}
	
	#hiring-desc a {
		font-weight: bold;
	}

	#hiring-desc-text-background {
		background: url(../../images/corporate/hiring/jobs-bg.png) repeat-y;
		height: auto;
		width: 538px;
	}
	
		#hiring-desc-text-background-top {
			background: url(../../images/corporate/hiring/jobs-helico.png) no-repeat top;
			height: auto;
			width: 538px;
		}
		
			#hiring-desc-text-background-bottom {
				background: url(../../images/corporate/hiring/jobs-bottom.png) no-repeat bottom;
				height: auto;
				width: 462px;
				padding: 86px 38px 20px 38px;
			}
			
			
			#hiring-desc dt {
				background: url(../../images/corporate/hiring/puce.gif) no-repeat 0 5px;
				color: #e5297a;
				cursor: pointer;
				padding-left: 10px;
			}
			
			#hiring-desc dd {
				color: #686868;
				margin-bottom: 0.5em;
			}