/* -------------------------------------------------------------------
AUTRES DEFINITIONS
------------------------------------------------------------------- */
/*
 * CONTENU
 */

.lineSelection{
	float:left;
	width:708px;
	padding:10px 0 12px 6px;
} 

	.imgSelection{
		float:left;
		width:240px;
		border:1px solid #787878;
		padding:1px;
		position:relative;
	}
	
	a.moreLink{
		color:#FFFFFF;
		display:block;
		position:absolute;
		bottom:1px;
		width:240px;
		height:24px;
		line-height:24px;
		background:url('../images/opacity80.png');
		text-align:center;
	}
	
	a.moreLink:hover{
		color:#666666;
	}
	
	.descSelection{
		float:left;
		width:400px;
		padding:0 0 0 8px;
	}
	
		.descSelection h1{
			float:left;
			width:100%;
			font-size:17px;
			font-weight:bold;
			color:#0068ab;
		}
		
		.descSelection h2{
			float:left;
			width:100%;
			font-size:11px;
			font-weight:normal;
			color:#999999;
			padding:0 0 32px 0;
		}
		
		.descSelection a{
			float:left;
			width:100%;
			font-size:13px;
			font-weight:normal;
			color:#666666;
			text-decoration:underline;
		}
		
		.descSelection a:hover{
			float:left;
			width:100%;
			font-size:13px;
			font-weight:normal;
			color:#2E6081;
			text-decoration:underline;
		}
 
