/* @override http://localhost:8888/~max/Graal/styles.css */

@import "base.css";

.a_vendre {
	width: 70%;
	position: absolute;
	left: 15%;
	top: 40%;
	/*bottom: 15%;*/
	padding: 2em;
	font-size: 150%;
	border: 2px solid #a62b23;
	border-radius: 15px;
	background: #f8d874 url(fermeture.png) no-repeat right top;
	box-shadow: 9px 7px 5px black;
}

p.note {
	font-size: 90%;
}

a:link { text-decoration: none; color: #663399}
a:visited { color: #00609c; text-decoration: none}
a:active { color: #ffe7c5; background-color: #663399; text-decoration: none}
a:hover  { color: #663399; text-decoration: underline }

body,tbody  {
	color: #333366;
	font-family: sans-serif;
	background-color: #e9e2d4 }
tbody {	font-size: 0.8em}


li  {
	list-style-position: outside;
	clip: rect(auto auto auto auto) }

h3,h4  {
	color: #333344 }

