/* CSS Document */

* {
	color: black;
}

body {
	background: url('../images/bg.jpg') repeat-y white;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.date {
	color: #AAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}

h1 {
	font-weight: bold;
	font-size: 18px;
}

#header {
	background: url('../images/fond.jpg') white no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 225px;
}

#content {
	position: relative;
	top: -20px;
	left: 100px;
	max-width: 600px;
}

#langues {
	position: relative;
	top: -20px;
	left: 630px;
	width: 100px;
	text-align: center;
}

#footer {
	position: relative;
	max-width: 600px;
	padding: 20px 0 20px 0;
	color: #AAA;
	font-size: 0.8em;
	left: 100px;
}

#logo {
	position: absolute;
	top: 12px;
	left: 635px;
	width: 86px;
	height: 68px;
	margin: 0;
	padding: 0;
}

#logo a img {
	width: 86px;
	height: 68px;
}

/* liens */
a:active, a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.back {
	color:#e0081d;
}

a.back:hover {
	color:#000;
}

a img {
	border: solid 0px #fff;
}

#footer a {
	color: #AAA;
	text-decoration: none;
}

#footer a:hover {
	color: #AAA;
	text-decoration: underline;
}

#rebours {
	background-color: transparent;
	border: solid 0px #FFF;
	overflow:visible;
	text-align: right;
	width: 450px;
	font-size: 11px;
	padding: 0;
	margin: 0 0 10px 0;
}


/* tableau */

table {
	margin: 0;
	padding: 0;
	border: 0;
}

#liste {
	margin: 0;
	border: 0;
}

#liste tr {
	padding: 0;
	margin: 0;
}

#liste tr td {
	margin: 0;
	padding: 0 20px 0 20px;
}

td.nom {
	font-size: 1.2em;
	width: 400px;
}

td.prix, p.prix {
	font-size: 1.4em;
	width: 120px;
}

td.surenchere {
	width: 80px;
	text-align: center;
}

tr.tr1, tr.index {
	background-color: #eff0f0;
}

td.id {
	width: 150px;
}

td.fin {
	text-align: right;
	height: 20px;
	vertical-align: text-top;
	padding: 0 -10px 0 0;
	margin: 0;
}

td.right {
	text-align: right;
}

/* Formulaire */

input, select {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	border: solid 0px #fff;
	background: #eff0f0;
	margin: 0;
	padding: 1px 5px 1px 5px;
	font-size: 1em;
}

input.np {
	width: 30px;
	margin: 0 5px 0 0;
}

input.ville {
	width: 155px;
}

input[type=submit] {
	font-weight: bold;
	margin: 10px 0 10px 0;
}

input[type=submit]:hover {
	background: #999999;
	cursor: pointer;
}

input.checkbox {
	width: auto;
	text-align: right;
	float: right;
}

.invisible {
	visibility: hidden;
}
.visible {
	visibility: visible;
}


/* alert */

fieldset.alert {
	color: #e0081d;
	border: solid 2px #e0081d;
	padding: 10px;
	margin: 10px 0 30px 0;
}

legend.alert {
	color: #e0081d;
	font-weight:bold;
	border: solid 0px #FFF;
}

/* admin */

.id_th {
	color: #e0081d;
	font-weight: bold;
	height: 50px;
	font-size: 1.6em;
}

input[type=submit].admin {
	width: 20px;
}

