body, td, div {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: dimgray;
	font-weight: normal;
}
body{
	padding: 0px;
	background: #999999;
}
.titre {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	color: gray;
	padding: 0px;
	padding-top: 5px;
	font-weight: normal;
}
div.titre{
	border-bottom: 1px solid lightgrey;
}

.err{
	padding: 7px 2px 7px 2px;
	color: red;
	border: 1px solid lightgrey;
	text-align: center;
}
.small {
	font-size: 10px;
	font-weight : normal;
}
.strike {
	color: red;
	text-decoration: line-through;
	font-style: italic;
}
li{
	list-style: square;
}
.imgs{
	margin-right: 10px;
}

/* LINKS */
a{
	text-decoration: underline;
	color : #AEAFB3;
}
a:link, a:visited {
	color : #AEAFB3;
}
a:hover {
	text-decoration: underline;
}
a.menu, a.menu:link, a.menu:visited{
	text-decoration: none;
	color : dimgray;
	font-size: 11px;
}

#background-layer {
	margin-left: 0;
	margin-right: 0;
	width: 890px;
	background-color: white;
	text-align: left;
}
#navBar{
	float: left;
	width: 214px;
	text-align: left;
	padding: 0;
	padding-left: 6px;
	margin: 0;
	background: white url(images/fond_leftmenu.gif) left top repeat-y;
}
#navBar-right {
	width: 650px;
	float: right;
	padding: 0;
	margin: 0;
	text-align: left;
	background-color: white;
	position: relative;
	padding-left: 20px;
}
.content {
	margin: 0;
	padding: 0;
	padding-right: 5px;
	font-weight: normal;
}
div.line {
	height: 1px;
	font-size: 1px;
	border-top: 1px solid lightgrey;
}
div.price{
	float: right;
	border: 1px solid gray;
	padding: 5px;
	margin-left: 10px;
	background: #ECECEC url(images/fond_leftmenu.gif) left top repeat-y;
}
div.menu{
	background: url(images/fond_menu.gif) top left repeat-x;
	text-align: right;
	height: 28px;
	width: 530px;
	float: right;
	padding: 0;
	padding-top: 3px;
	padding-right: 10px;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
div.menutitre{
	font-size: 12px;
	background-color: #E5E5E5;
	color: white;
	width: 210px;
	left:-6px;
	position: relative;
	padding: 4px 0 4px 0;
	border: 1px solid #CCCCCC;
}
div.menu a{
	font-size: 12px;
	font-weight: normal;
	color: gray;
	text-decoration: none;
	height: 28px;
}
div.menu a.selected{
	color: #FF6600;
	font-weight: normal;
}
div.menu a:hover{
	color: #FF6600;
}

/* SERACH RESULTS */
.recLeft{
	float: left;
	width: 270px;
}
.recRight{
	float: right;
	width: 200px;
	text-align: right;
}

/* FORMS */
div.bttn {
	background: url(images/btn.gif) no-repeat bottom right;
	border: 0px solid white;
	font-size: 10px;
	color : black;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	width: 130px;
	padding: 0;
	float: left;
}
div.bttn div{
	background: url(images/btn.gif) no-repeat top left;
	width: auto;
	padding: 1px 4px 2px 4px;
}
input{
	font-size: 10px;
	border: 1px solid lightgrey;
	background: white;
	color: gray;
}
input.searchLeft{
	font-size: 10px;
	border: 1px solid black;
	background: white;
	color: black;
	width: 133px;
	height: 13px;
}
input.normal{
	border: 1px solid white;
	background: white;
}
select.searchLeft{
	font-size: 9px;
	border: 1px solid black;
	width: 140px;
}
input.normal{
	border: 0px solid white;
}
textarea{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	border: 1px solid gray;
	color: gray;
}
