@main-color: #DD052B;

.expl{
	font-size: 16px;
}

.specs .glyphicon {
	font-size:24px;
	margin-right: 20px;
	font-color: @main-color;
	top:5px;
}

.specs .fa {
	font-size:26px;
	margin-right: 24px;
	font-color: @main-color;
	top:5px;
}

.specs > ul {
	list-style-type: none;
	
}
.specs  > ul > li {
	list-style-type: none;
	font-size:16px;
	line-height: 3em;
	font-color: @main-color;
}
.articleGrid {
				border-collapse: collapse;
                border-spacing: 0;
                border: 1px solid #ddd;
                font-size: 13px;
	
}
.articleGrid tr {
                border-top: 1px solid #f8f8f8;
}
.articleGrid th {
                padding: 3px 5px;
                text-align: left;
                width: 130px;
                border: 1px solid #ddd;
                font-weight: normal;
                color: #444;
                text-shadow: 0px -1px 0px #e4e4e4;
                background-color: #eee;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb',
                                endColorstr='#e4e4e4'); /* for IE */
                background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb),
                                to(#e4e4e4)); /* for webkit browsers */
                background: -moz-linear-gradient(top, #fbfbfb, #e4e4e4);
                /* for firefox 3.6+ */
}
.articleGrid td {
                padding: 3px 5px;
                text-align: left;
}
.cadre{
	  margin: 20px 0;
                padding: 14px;
                color: #888;
                border: 1px solid #ddd;
                border-radius: 6px;
                -webkit-border-radius: 6px;
                -mox-border-radius: 6px;
}