TD {
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	color: gray;
}
//aperçu annonce eBay
table.annonce td.normal {
	background-color: #FFCC99;
}
table.annonce td.colspan {
	background-color: #FFFFFF;
}
table.annonce b.tit {
	font-size: 24px;
	color: #FF9900;
}
table.annonce b.compatible {
	color: #FF9900;
}

P {
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	color: gray;
}
A {
	color: #FF5A00;
	text-decoration: none;
}
A:hover {
	color: #000FD5;
	text-decoration: underline;
}
.titre {
	font-family: arial, helvetica;
	font-size: 54pt;
	font-weight: bold;
}
A.bis {
	color: white;
	text-decoration: none;
}
A.bis:hover {
	color: orange;
	text-decoration: none;
}
A.clair {
	color: white;
	text-decoration: none;
}
A.clair:hover {
	color: orange;
	text-decoration: none;
}
.rubrique {
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #503300;
}
.scroll {
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	color: black;
}
.mini {
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
}
.miniBis {
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: silver;
}
.moyen {
	font-family: arial, helvetica;
	font-size: 13pt;
	font-weight: bold;
}
.boutonMini {
	font-family: verdana, arial, helvetica;
	background-color: gray;
	border-color: black;
	font-size: 8pt;
	cursor: hand;
}
.inputMini {
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
}
textarea, input {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #FF5A00;
	border-left: 1px solid #FF5A00;
	padding-left: 5px;
	padding-right: 5px;
}
textarea {
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #FFFFFF;
}
input[type=submit], input[type=button] {
	border: 1px solid #FF5A00;
	cursor: pointer;
	cursor: hand;
}
select {
	cursor: pointer;
	cursor: hand;
}