body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-color: #968d81;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #681414;
}
a:hover {
	text-decoration: underline;
}

.star {
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
}

div#master {
	position: absolute;
	left: 50%;
	margin-left: -440px;
	background-color: #fefefe;
}

div#navdroite {
	/*visibility: hidden;*/
	position: absolute;
	/*margin-top: 75px;*/
	margin-top: 88px;
	margin-left: 532px;
}
div#navdroite div {
	float: left;
}

div#navlang {
	position: absolute;
	margin-top: 48px;
	margin-left: 830px;
}
div#navlang div {
	float: left;
}

div#navgauche {
	position: absolute;
	margin-top: 288px;
	margin-left: -33px;
}

div#navgauche div#nvgtop {
	
}
div#navgauche div#nvgbot {
	
}
div#navgauche div#nvgdata {
	background-image: url(img/nav_bg.gif);
	background-repeat: repeat-y;
	height: 418px;
	width: 179px;
}

div#navgauche div#nvgdata h1 {
	font-size: 12px;
	color: Black;
	padding: 0px;
	margin: 0px;
	padding-left: 11px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
div#navgauche div#nvgdata div {
	padding-left: 24px;
	padding-top: 8px;
	padding-bottom: 18px;
	font-size: 13px;
	color: #36261e
}
div#navgauche div#nvgdata div a {
	color: #36261e;
}


div#logo {
	background-image: url(img/fond-logo.gif);
	background-repeat: repeat-x;
	height: 59px;
	width: 880px;
}

div#page {
	display: block;
	margin-left: 162px;
	margin-top: 9px;
	width: 700px;
	margin-right: 18px;
	margin-bottom: 15px;
	/*height: 440px;*/
}

div#page h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ff3300;
	margin: 0px;
	padding: 0px;
}

div#page h2 {
	font-size: 12px;
	font-weight: bold;
	color: #ff3300;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

div#page td.col1 {
	width: 300px;
	text-align: justify;
	padding-right: 50px;
}
div#page td.col2 {
	width: 300px;
	text-align: justify;
}


div#navbot {
	height: 23px;
	width: 880px;
	color: #53312a;
	background-color: #d3cfca;
	font-size: 11px;
}
div#navbot div {
	padding-left: 11px;
	padding-top: 5px;
}
div#navbot a {
	color: #53312a;
}

div#foot {
	padding-top: 9px;
	width: 880px;
	background-color: #968d81;
	color: #53312a;
	text-align: center;
}
div#navbot a {
	color: #53312a;
}


/* ---------------------------- liste matériels d'occasion ---------------------------------- */
div#listemat {
}

div#listemat table {
    border: #968d81 1px solid;
    /*border: none;*/
    font-family: verdana, arial;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
}

div#listemat thead, div#listemat tfoot {
	color: #ffffff;
    font-weight: bold;
    background-color: #968d81;
    height: 25px;
}

div#listemat thead a {
	color: #ffffff;
    font-weight: bold;
    background-color: #968d81;
    height: 25px;
    text-decoration: underline;
}

div#listemat tr.ligne1 {
    background-color: #ffffff;
}

div#listemat tr.ligne2 {
    background-color: #e7e5e3;
}

div#listemat tbody {
}

/* ---------------------------- fiche d'un matériel d'occasion ---------------------------------- */
div#fichemat {
}

div#fichemat table {
    border: none;
    font-family: verdana, arial;
    font-weight: normal;
    font-size: 10pt;
    color: #000000;
}

div#fichemat .prompt {
	background-color: #dedede;
}


/* ---------------------------- formulaire ---------------------------------- */
div#formulaire {
    font-family: arial, verdana;
    font-weight: normal;
    font-size: 10pt;
    color: #000000;
}

div#formulaire input {
    font-family: arial, verdana;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
}

div#formulaire select {
    font-family: arial, verdana;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
}
