body {
	background-color: #FFFFFF;
	font-family: Helvetica, Times New Roman, Verdana;
}

a {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	text-decoration: none;
	color: black;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

.banner {
	width: 500px;
	height: 50px;
}

.bg1 {
	background-image: url('img/bg1.jpg');
	background-repeat: repeat-x;
	height: 25px;
	border-left: 1px solid #C7A741;
	border-right: 1px solid #C7A741;
}

.category {
	padding-left: 5px;
	font-weight: bold;
}

.orange {
	background-color: #F2AC00;
}

.bordbl {
	border-left: 1px dotted #C7A741;
	border-bottom: 1px dotted #C7A741;
}
.bordbr {
	border-right: 1px dotted #C7A741;
	border-bottom: 1px dotted #C7A741;
}
.bordtop {
	border-top: 1px dotted #C7A741;
}
.bordcontent {
	border-left: 1px dotted #C7A741;
	border-right: 1px dotted #C7A741;
	border-bottom: 1px dotted #C7A741;
	border-top: 1px dotted #C7A741;
}
.item {
	background-image: url('img/itembg.jpg');
	background-repeat: no-repeat;
	height: 43px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	color: #111111;
	width: 220px;
}
.itembot {
	background-color: #d5cac6;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 14pt;
	color: #884334;
}

.language {
	vertical-align: middle;
	text-align: center;
}
.language img {
	width: 16px;
	height: 12px;
}

.login {
	color: #000000;
	font-size: 12px;
	text-align: center;
}
.login a {
	color: #000000;
	text-decoration: underline;
}
.login a:hover {
	color: #000000;
	text-decoration: none;
}

.home {
	color: #FFFFFF;
	font-size: 13px;
}
.home a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: underline;
	padding-left: 10px;
}
.home a:hover{
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	padding-left: 10px;
}

.menu {
	border-bottom: 1px dotted #C7A741;
	border-left: 1px solid #C7A741;
	border-right: 1px solid #C7A741;
}
.menu a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
	display: block;
	background-color: #FFFFFF;
}
.menu a:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
	display: block;
	background-color: #FFE27C;
}

.more {
	border-bottom: 1px solid #C7A741;
	text-align: right;
}

.recherche {
	border: 1px solid #000000;
	width: 400px;
	height: 20px;
}
.submit {
	border: 1px solid #000000;
	height: 20px;
	width: auto;
	font-size: 12px;
}

.contenttitle {
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}
.content {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 5px;
}
.content a {
	text-decoration: underline;
	color: #000000;
}
.content a:hover {
	text-decoration: none;
	color: #000000;
}
#category_link_style a {
	font-size: 16px;
	font-weight: bold;
}
#rightarrow {
	font-size: 20px;
	font-weight: bold;
	color: orange;
}