/*-----------------------------------------------------------------------------
  [CSS - Home]
  
  Feuille de style de la homepage
  
  1. General
  	
-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------
  [1. General]
*/

#home-link a{
	background: #fff;
	color: #7b1d72;
}

#home-link a.selected{
	background: #7b1d72;
	color: #fff;
}

#expertness{
	padding: 36px 0 0 0;
}

	#expertness-menu{
		float: left;
		width: 204px;
	}
	
	#expertness-menu ul{
		margin: 30px 0 0 0;
	}
	
		.expertness-button{
			background: url(../../images/common/home-expertness-selection-background.jpg) no-repeat;
			color: #c6c7c9;
			display: block;
			font-size: 12px;
			font-weight: bold;
			height: 20px;
			padding: 5px 0 0 15px;
			text-transform: uppercase;
		}
		
		.expertness-button:hover{
			color: #888;
			text-decoration: none;
		}
		
		.selected{
			color: #52283f;
		}
		
		#expertness-b1{
			background-position: 0 -30px;
		}
		
		#expertness-b2{
			background-position: 0 -60px;
		}
		
		#expertness-b3{
			background-position: 0 -90px;
		}
	
		#selected{
			color: #c6c7c9;
		}
	
	#expertness{
		height: 222px;
	}
	
		#expertness-demo{
			float: left;
			margin: -9px 0 0 19px;
			width: 470px;
		}
	
			.expt-demo{
				display: none;
				opacity: 0;
				position: absolute;
				width: 470px;
			}
			
				#expertness-demo h1{
					color: #4a0026;
					float: left;
					font-family: arial;
					font-size: 26px;
					font-weight: bold;
					margin: 30px 0 0 10px;
					width: 330px;
				}
				
				#expertness-demo img{
					float: left;
					margin: 15px 0 0 0;
				}
				
				#expertness-demo p{
					color: #4a0026;
					float: left;
					line-height: 13px;
					width: 330px;
					margin: 10px 0 10px 10px;
				}
				
				.more-info{
					background: url(../../images/common/more-info.jpg) no-repeat;
					display: block;
					height: 60px;
					margin: 170px 0 0 135px;
					position: absolute;
					width: 91px;
				}	

				.more-info:hover{
					background: url(../../images/common/more-info.jpg) no-repeat 0 -60px;
				}
				
#text-content{
	height: 250px;
	margin: 0 0 0 5px;
	width: 650px;
}

#text-content p{
	line-height: 22px;
}

