body {
	margin: 0;
	padding: 0;
	background: #3e3e3e url(../img/body.jpg) repeat-x top left;
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}

a {
	color: #fff;
}

a img {
	border: none;
}

p {
	margin: 0;
	padding: 0 0 12px 0;
	text-align: justify;
}

h1, h2, h3 {
	margin: 0;
	padding: 0 0 15px 0;
}

.clear-content {
	clear: both;
	height: 10px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.min-paragraph {
	width: 225px;
}

#container {
	width: 780px;
	margin: 0 auto;
}

#top {
	height: 267px;
	padding-left: 457px;
	background: transparent url(../img/top.jpg) no-repeat top left;
}

#content {
	min-height: 215px;
	padding: 0;
	background: transparent url(../img/content.jpg) no-repeat top left;
}

#left {
	float: left;
	width: 237px;
	padding-left: 22px;
}

#menu {
	margin-bottom: 8px;
	padding: 17px 20px 10px 21px;
	background: #222222 url(../img/menu.jpg) no-repeat top right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul * {
	margin: 0;
	padding: 0;
	border: none;
}

#menu ul img {
	margin-bottom: 7px;
}

#right {
	float: right;
	width: 470px;
	padding-right: 25px;
}

#right ul {
	list-style: square;
	color: #efe200;
}

#right ul span {
	color: #fff;
}

#footer {
	position: relative;
	height: 55px;
	padding: 23px 0 0 20px;
	background: transparent url(../img/footer.jpg) no-repeat top left;
	color: #8f8f8f;
}

#footer strong {
	color: #efe200;
	font-size:11px; background:url(../img/picto-tow.png) right 1px no-repeat; padding:0 13px 0 0;
}

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

#tow-link {
	position: absolute;
	top: 54px;
	right: 100px;
}

 