
/**
 * The « Boutique » pages specific style.
 * Copyright fredericback.com, 2007
 *
 * TOC:
 * 1. Color scheme
 */


/**
 * 1. Color scheme
 */
body {
	background:gray;
}

td, span {
	line-height:125%;
}

select, option {
	font-size:100%;
	line-height:125%;
}

a {
	color:#696891;
}

h1 {
	color:#fff;
}

h2 {
	color:#363454;
}

#document {
	background:#6B6A93 url(../../boutique_nat/images/backGround_nat.jpg) no-repeat top left;
}

#footer {
	background-color:#6d6b96;
}

#footer .navigation {
	background-color:#424066;
	background-image:url(images/boutique/signature.gif);
}

#copyright, #copyright a {
	color:#CCC;
}

.up, .up.selected, .next, .prev, .button {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CCC;
}

.up {
	background-image:url(images/boutique/up.png);
}

.up:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/boutique/up-hover.png);
}

.next {
	background-image:url(images/boutique/next.png);
}

.next2 {
	background-image:url(images/boutique/next2.gif);
}

.next:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/boutique/next-hover.png);
}

.next2:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/boutique/next2-hover.gif);
}

.prev {
	background-image:url(images/boutique/prev.png);
}

.prev:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/boutique/prev-hover.png);
}

