@charset "UTF-8";
/* CSS Document */

.Ads {
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color: #999;
}

.AdsTitle{
	font-size:36px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
}

.card {
	z-index:1;
	float: left;
	margin: 10px;
	height: 420px;
	width: 280px;
}
.TitleCard {
	background-image: url(/products/productsTitleBttn.png);
	height: 40px;
	text-align: center;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #999;
}
.Contentcard {
	height: 355px;
	width: 280px;
	background-color: #000;
	text-align: center;
}


.Contentcard a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
.Contentcard a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
.Contentcard a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
.bttmCard {
	background-image: url(/products/cardBttm.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 280px;
}
.Acc {
	background-color: #000;
	text-align: center;
	width: 278px;
}
.CardBorderLeft {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #000;
}
.CardBorderRight {
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000;
}
.AccCardContent {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.AccTop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-image: url(/images/fondProdTitle.png);
	background-repeat: no-repeat;
	color: #999;
}
.AccTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #999;
}
.AccContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.AccBottom {
	background-image: url(/images/fondProdTitled.png);
	background-repeat: no-repeat;
}
