html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: "Verdana", sans-serif;
	background: #fffff7 url(images/bg.jpg) repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div#atwp {
	width: 660px;
	margin: 0px auto 0px auto;
}

div#head {
	
}

div#head h1 {
	height: 250px;
	width: 200px;
	background: url(images/fleur.jpg) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

div#head h1 span {
	display: none;
}

div#head h2 {
	height: 250px;
	width: 325px;
	background: url(images/logo.jpg) no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
}

div#head h2 span {
	display: none;
}

/***********************
 *	NAVIGATION
 ***********************/
div#navigation {
	
}

ul#mainMenu {
	text-align: center;
	padding: 10px 0px 65px 0px;
}

ul#mainMenu li {
	display: inline;
}

ul#mainMenu li a {
	display: inline-block;
	background: #fffbf0;
	padding: 10px;
	color: #e7dab4;
	text-decoration: none;
	border: 3px solid #f3e7c5;
	font-size: 20px;
	font-family: "Century Gothic", "Verdana", sans-serif;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

ul#mainMenu li a:hover {
	color: #6cc;
	border: 3px solid #6cc;
}

ul#mainMenu li.active a,
ul#mainMenu li.active a:hover {
	color: #ffa800;
	border: 3px solid #ffa800;
	cursor: default;
}

/***********************
 *	PRIMARY
 ***********************/
div#primary {
/*	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;*/
}

/***********************
 *	PHOTOSHOW
 ***********************/
div#photoshow {
	text-align: center;
	margin: 0px auto;
	width: 538px;
	height: 400px;
	background: url(images/comp.jpg) no-repeat;
}

div#photoshow p {
	display: none;
}

div#photoshow img {
	margin: 16px 0px 0px 22px;
	box-shadow: 2px 2px 8px #222;
	-webkit-box-shadow: 2px 2px 8px #222;
	-moz-box-shadow: 2px 2px 8px #222;
}

/***********************
 *	FOOT
 ***********************/
div#foot {
	font-size: 12px;
	color: #e7dab4;
	text-align: center;
}

div#foot p {
	padding: 2px 0px;
}

div#foot a {
	color: #ffa800;
}

div#foot a:hover {
	color: #6cc;
}