body, table td {
	font-family: "Trebuchet MS", verdana, arial;
	font-size: 14px;
	font-weight: bold;
	background-color: #848484;
	color: white;
}

table td {
	background-color: transparent;
}

/* TinyMCE specific rules */
body.mcecontentbody {
   background-image: none;
   background-color: #030426;
   width: 840px;
   border-right: 1px dotted gray;
}

a {
	color: #ff6400;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

a img {
	border: none;
}

/* LAYOUT */
#header {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 50px;
	background: transparent url(http://www.piscines-vendee.com/images/user/www.piscines-vendee.com/template/bg-header.png) no-repeat top center;
}

#wrap {
	margin: 0 auto;
	width: 1000px;
	background: transparent url(http://www.piscines-vendee.com/images/user/www.piscines-vendee.com/template/bg-wrap.png) repeat-y top center;
}

#banner {
	margin: 0 auto;
	width: 1000px;
	height: 102px;
	background: transparent url(http://www.piscines-vendee.com/images/user/www.piscines-vendee.com/template/bg-banner.jpg) no-repeat top center;
}

#menu {
	margin: 0 auto;
	width: 900px;
	background: transparent url(http://www.piscines-vendee.com/images/user/www.piscines-vendee.com/template/bg-menu.png) no-repeat bottom center;
	height: 25px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}

#content {
	margin: 0 auto;
	padding: 0 30px 0 30px;
	width: 840px;
	background: transparent url(http://www.piscines-vendee.com/images/user/www.piscines-vendee.com/template/bg-content.png) repeat-y top center;
}

h2 {
	margin:0;
	padding: 10px 0;
	font-size: 24px;
	color: #ff6400;
}

h3 {
	font-size: 18px;
	color: #ff6400;
}

#footer {
	width: 1000px;
	height: 60px;
	background: transparent url(http://www.piscines-vendee.com/images/user/www.piscines-vendee.com/template/bg-footer.png) no-repeat top center;
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	padding-top: 30px;
}

#footer a {
	color: white;
	text-decoration: underline;
}

#hmenu {
	margin:0;
	padding:0;
	position: relative;
	top: -29px;
	left: 20px;
	width: 900px;
}

#hmenu li {
	float: left;
	margin: 0 10px 0 10px;
}

#hmenu a, #hmenu span {
	display: block;
	text-decoration: none;
}

#hmenu a {
	color: white;
	font-size: 18px;
	padding: 0 0 0 10px;
}

#hmenu a span {
	padding: 5px 20px 5px 10px;
}

#hmenu a:hover {
	background: transparent url(http://www.piscines-vendee.com/images/user/www.piscines-vendee.com/template/a-left.png) no-repeat top left;
	color: #ff6400;
}

#hmenu a:hover span {
	background: transparent url(http://www.piscines-vendee.com/images/user/www.piscines-vendee.com/template/a-right.png) no-repeat top right;
}

#hmenu .CurrentPage {
	background: transparent url(http://www.piscines-vendee.com/images/user/www.piscines-vendee.com/template/a-left.png) no-repeat top left;
	color: #ff6400;
}

#hmenu .CurrentPage span {
	background: transparent url(http://www.piscines-vendee.com/images/user/www.piscines-vendee.com/template/a-right.png) no-repeat top right;
}

#hmenu ul {
	visibility: hidden;
	position: absolute;
	width: 200px;
	background-color: #f2f2f2;
	border: 1px solid #bababa;
	list-style: none;
}

#hmenu ul li {
	float: none;
	margin: 0;
}

#hmenu ul li a {
	color: #ff6400;
}

#hmenu ul ul {
	margin-left: 200px;
	margin-top: -25px;
}

#hmenu ul a:hover, #hmenu ul a:hover span, #hmenu ul .CurrentPage, #hmenu ul .CurrentPage span {
	background: none;
	background-color: #bababa;
	color: #ff6400;
}

.Title {
	color: #ff6400;
}

.Navigation {
	padding: 0;
	margin:0;
	text-align: right;
}

.orange {
	color: #ff6400;
}