
.ProductLink{
	font-weight:bold;
	text-decoration:none;
}
.ProductLink:hover{
	text-decoration:underline;
}

.Title{
 	font-size: 16px;
	font-weight: bold;
	color: #666666;
    text-align: center;
    margin-top:10px;
    margin-bottom:10px;
 }
.text{
 	font-size: 14px;
	font-weight: normal;
	color: #666666;
    text-align: center;
    margin-top:10px;
    margin-bottom:10px;
 } 

.text_G{
 	font-size: 50px;
	font-weight: bold;
	color: #e64131;
 }
.text_lettre{
 	font-size: 14px;
	font-weight: bold;
	color: #cc3333;
 } 

.SubTitle{
    font-size: 16px;
	font-weight: bold;
	color: #999999;
    text-align: center;
    margin-top:10px;
    margin-bottom:10px;
}
	
.BorderedTable{
	border-style:4px solid #FF0000;
	border-collapse:collapse;
	margin: 6px;
}

.BorderedTable th{
	height:25px;
	border: 1px solid #AAAAAA;
	background-color: #F3F8FA;	
	color:#505559;	
	text-align: left;
	white-space: nowrap;
	padding: 2px 4px;
}

.BorderedTable td{
	height:25px;
	border:1px solid #AAAAAA;
	background-color:#FFFFFF;
	text-align: left;	
	white-space: nowrap;
	padding: 2px 4px;
}

.BorderedTable .center {
	text-align: center;
}

.BorderedTable .NoBorder{
	border-style:none;
}

.RecapTable td{
	border:1px solid #AAAAAA;
}

.RecapItem, .RecapItem td{
	border-style:none;
}

