table.compare, table.comparedebut {
	width: 776px;
	margin-left: 80px;
}

table.comparedebut td.titre, table.comparedebut th.titre {
	border: 0;
}


table.comparedebut td.titre {
	background: #0acd10;
	padding: 5px 0 5px 0;
	color : white;
	font-size: 1.1em;
	font-weight:bold;
}

table.comparedebut td.titrepremium {
	background: #0aa710;
}

table.comparedebut td, table.compare td {
	width: 122px;
}

table.comparedebut th, table.compare th {
	text-align: left;
	padding : 5px 0 0 0;
	font-weight: normal;
	width: 450px;
}

table.comparedebut td, table.compare td {
	padding : 5px 0 1px 0;
	text-align: center;
	font-weight:700;
	font-size: 0.9em;
}

table.compare td, table.compare th, table.comparedebut td, table.comparedebut th {
	border-bottom: 1px solid #DDD;
}

col.colclassic {
	background-color:#ebfafa;
}

col.colpremium {
	background-color:#d5f5fa;
}

tr.section th, tr.section td {
	border-bottom: 1px solid #333;
	font-size: 1.1em;
	height: 40px;
	vertical-align:bottom;
}

@media all and (max-width: 421px) {
	table {
		font-size: 1.0em;
    padding-left: 0px;
		float: left;
	}
	
	table.compare img, table.comparedebut img{
    /*min-width: 75px;*/
		max-width: 80px;
	}
	
	table.compare, table.comparedebut {
		width: auto;
		margin-left: 0px;
	}

	table.comparedebut th, table.compare th {
		min-width: 120px;
}
}