body
{
	font-family:verdana;
	margin: 0;
	background:#fff;
	font-size:13px;
}
h1
{
	font-family:arial;
	text-align:left;
	padding-left:0px;
	margin:0;
	font-size:16px;
	color:#333;
	line-height:1.5;
	text-transform:none;
	margin-top:5px;
}
h2
{
	font-family:arial;
	font-size:14px;
	color:#777;
	text-transform:uppercase;
}
p
{
	margin:0;
	line-height:1.5;
}
a
{
	text-decoration:none;
	color: #333;
}
a:hover
{
	text-decoration:underline;
	color: #000;
}
a.alternatif
{
	color: #DAA017;
	font-weight:bold;
}

strong
{
	color:#333;
}
strong.alternatif
{
	color:#DAA017;
}

img
{
	border:0px;
}
img.cadre
{
	border:1px solid silver;
}
img.alternatif
{
	border:1px solid silver;
	padding:2px;
}
img.alternatif:hover
{
	border:1px solid #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
}
ul
{
	padding-left:0px;
	margin-left:0px;
	color:#000;
}
ul li
{
	list-style-type:disc;
	line-height:1.8;
	padding-left:0px;
	margin-left:20px;
}
ul li span
{
	color:#000;
}
