/* CSS Document */

/* Top Forfaits Table */

table.forfaitsTable td {
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color:#D4D4D4;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px
}

.titleforfaits {
	background:#333333;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	width:210px;
}
.row1forfaits {
	background:#EAEAEA;
	border-bottom-style:solid; 
	border-bottom-width:1px; 
}
.row2forfaits {
	background:#FFFFFF;
	border-bottom-style:solid; 
	border-bottom-width:1px; 
}
.forfait {
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;	
}
.forfait:active {
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;	
}
.forfait:hover {
	font-size: 10px;
	font-weight: bold;
	color:#999999;
	text-decoration:none;	
}
.price {
	color: #FF6600; 
	font-weight: bold; 
	font-size: 12px;
	text-decoration:none; 
}
.price:active {
	color:#FF6600;  
	font-weight: bold; 
	font-size: 12px;
	text-decoration:none; 
}
.price:hover {
	color: #990000;
	font-weight: bold; 
	font-size: 12px;
	text-decoration:none; 
}
.linkmenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color:#666666;
	}
	.titlewhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF; font-weight: bold;
	}
.content {
	color:#666666;
	}