/*-------------------------------------------CONDITIONS------------------------------------------------*/

#conditions{
	background:#CCC;
	color:#333;
	padding:20px 50px;
}
#conditions h1{
	font-size:24px;
	font-style:italic;
		margin:20px 0 5px 0;
	}
#conditions h2{
	font-size:18px;
	font-style:italic;
	margin:20px 0 5px 0;
	}
#conditions p{
	margin:5px 0 10px 0;
	color:#666;
	}
	
table#prix {
	background:#CCC;
		color: #333;
		height:auto;
	}

table#prix th[scope="col"]{
	color:#fff;
	font-size:18px;
	background-color:#666;
	}
	
table#prix th[scope="row"]{
	color:#000;
	background-color:#999;
	}

a, a:hover { 
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
/*-------------------------------------------CONDITIONS FIN------------------------------------------------*/