h1{
	font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#000;
}

h2{
	font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#C71200;
	padding-bottom:10px;
}

.red{
	color:#C71200;	
}

.punchline{
	padding-top:10px;
	font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#999;	
}

p{
	padding-bottom:10px;	
}

table td{
	vertical-align:top;	
}

ul.point{
	list-style-image: url('../images/common/point.gif');
	list-style-position:outside;
	margin-left:40px;
}

ul.point li{
	padding-bottom:10px;
}

.offre{
	padding:15px;
	background-color:#333;
}

.point li span{
	font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#666;
	text-decoration:none;
	cursor:pointer;
}

td.legende{
	height:20px;
	width:200px;
	color:#666;
	padding-left:30px;
	padding-right:10px;
	background: url('../images/common/point.gif') no-repeat;
	vertical-align:top;
}

.spec td{
	padding-bottom:10px;
}

.orange{
	color:#F60;
}

.migration{
	color:#999;
	font-weight:bold;
	text-align:center;
	width:100%;
	font-size:16px;
}

.migration-error{
	display:block;
	color:#999;
	font-weight:bold;
	text-align:center;
	width:100%;
	font-size:16px;
	height:200px;
	background: url('../images/common/migration-error.png') no-repeat;
}

.migration-ok{
	display:block;
	color:#999;
	font-weight:bold;
	text-align:center;
	width:100%;
	font-size:16px;
	height:200px;
	background: url('../images/common/migration-ok.png') no-repeat;
}

.envoyerFR{
	height:50px;
	width:290px;
	background: url('../images/fr/envoyer.png') no-repeat;
	border:none;
	margin-top:10px;
}

.envoyerDE{
	height:50px;
	width:290px;
	background: url('../images/de/envoyer.png') no-repeat;
	border:none;
	margin-top:10px;
}

.envoyerIT{
	height:50px;
	width:290px;
	background: url('../images/it/envoyer.png') no-repeat;
	border:none;
	margin-top:10px;
}

