/* blue color scheme */
/* Modifications 28jan09:1) ai changé #007fff(bleu original) pour 
   3027abb(bleu traduxi); 2) ai changé "headerimg h1 a" color pour bleu
   (#027abb) au lieu de bleu pâle(deeefc); 3) ai changé "headerimg h1" color
   pour blanc (#fff) au lieu de bleu pâle(deeefc)*/
   
#headerimg {
	background-image: url(header_default.png);
}

#headerimg a:hover { color: #027abb; }
#headerimg h1 { color: #fff; }
#headerimg .description { color: #fff; }

a,
h2 a:hover,
h3 a:hover,
.praized-merchant-item h2 a {
	color: #027abb;
	text-decoration: none;
}

a.praized-action,
ins.praized-add-to-favorites * {
	color: #027abb;
	background: #deeefc;
}

a.praized-action:hover,
ins.praized-add-to-favorites button:hover {
	color: #fff;
	background: #027abb;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

button {
	background:#027abb;
	border: 1px outset #027abb;
}

button:hover, button:active, button:focus { background:#11569b; outline: 0; }