BODY {
	color: #3C3C3C;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0;
	margin-left: 0;
}
A {
	color: #FF3300;
	text-decoration: none;
}
A:HOVER {
	color: #FF3300;
	text-decoration: underline;
}
.borderTBLR {
	border-bottom: 1px dotted White;
	border-top: 1px dotted White;
	border-left: 1px dotted White;
	border-right: 1px dotted White;
}
.borderTBL {
	border-bottom: 1px dotted White;
	border-top: 1px dotted White;
	border-left: 1px dotted White;
}
.borderTBR {
	border-bottom: 1px dotted White;
	border-top: 1px dotted White;
	border-right: 1px dotted White;
}
.borderT {
	border-top: 1px dotted #CCCCCC;
}
.borderL {
	border-left: 1px dotted #CCCCCC;
}
.borderL_noRepeat {
	border-left: 1px dotted #CCCCCC;
	background-repeat: no-repeat;
}
.borderL_X_Repeat {
	border-left: 1px dotted #CCCCCC;
	background-repeat: repeat-x;
}
.norepeat {
	background-repeat: no-repeat;
}
#Menu {
	width: 198px;
	float: left;
}
#Menu_top {
	background-image: url(images/top_menu.jpg);
	width: 198px;
	height: 26px;
	border-bottom: 1px solid #999999;
}
#Menu a {
	display: block;
	width: 156px;
	padding: 5px 10px 5px 32px;
	border-bottom: 1px solid #999999;
	color: #333333;
	text-decoration: none;
}
#Menu a.bt1 {
	background-image: url(images/button1.jpg);/*height: 18px;*/
}
#Menu a.bt2 {
	background-image: url(images/button2.jpg);
	/*height: 18px;*/
	color: #FF3300;
}
#Menu .bt1:hover {
	background-image: url(images/button1_on.jpg);
}
#Menu .bt2:hover {
	background-image: url(images/button2_on.jpg);
}
#Menu_bottom {
	background-image: url(images/bottom_menu.jpg);
	height: 79px;
	width: 198px;
}
#Menu_bottom a {
	border-bottom: none;
	padding-top: 10px;
	padding-left: 21px;
}
#Menu_categorie {
	background-image: url(images/barra_menu_soft.jpg);
	height: 17px;
	width: 178px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 20px;
}
.padding_10 {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/fade_title.gif);
	background-repeat: repeat;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.pic_frame {
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	background-color: White;
	border-bottom: 1px dotted #797979;
	border-top: 1px dotted #797979;
	border-left: 1px dotted #797979;
	border-right: 1px dotted #797979;
}
.bold {
	font-weight: bold;
}
.bold12 {
	font-size: 12px;
	font-weight: bold;
}
.bold_padding5 {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-weight: bold;
}
.padding5 {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
