body {
	font-family: Verdana;
	margin: auto;
	width: 800px; /* 403 + 175 + 175 + margins */
	xwidth: 750px; /* 481 + 100 + 100 + margins */
}

#header {
	text-align: center;
	margin: auto;
	margin-top: 10px;
	border: 1px black solid;
	background: #ffffff;
	-moz-border-radius: 20px;
}

#header img {
	border: 0;
}

#menu {
	margin: 15px;
}

#menu A {
	background: #ecf6fe;
	color: #000000;
	text-decoration: none;
	border: 1px black solid;
	padding: 5px;
	-moz-border-radius: 10px;
}

#menu A:hover {
	background: #c7e5fc;
}

#footer {
	margin-top: 10px;
	text-align: center;
}

#footer A {
	text-decoration: none;
}

div.box {
	margin-top: 10px;
	background: #ffffff;
	border: 1px black solid;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}

div.box_header {
	background: url('/template/trame.png');
	background-repeat: no-repeat;
	border-bottom: 1px black solid;
	padding: 3px 0px 3px 9px;
}

div.box_header h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

div.box_content {
	padding: 10px;
}

A {
	color: #3875b3;
}

A:hover {
	text-decoration: none;
}

.warning {
	color: #ff0000;
}

i {
	font-size: 12px;
}

.photo {
	border: 1px black solid;
	padding: 3px;
}

img.avatar {
	margin-right: 5px;
}

.prix {
	width: 100%;
}

/*
.prix tr {
	background: url('/template/trame.png');
	background-repeat: no-repeat;
	border-bottom: 1px black solid;
}

.prix td, .prix th {
	height: 43px;
	border: 1px #888888 solid;
	text-align: center;
}

.pair {
}
*/

.prix tr {
	background: url('/template/trame.png');
	background-repeat: no-repeat;
	border-bottom: 1px black solid;
}

.prix td, .prix th {
	height: 43px;
	border: 1px #888888 solid;
	text-align: center;
}

.pair {
}

#pub {
	margin: auto;
	text-align: center;
}
