/* Menu            */


#menu {
	float: left;
	margin: 10px 2px;
	background: #000;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width:12em;
float: left;
}

#menu a, #menu h2 {
font-size: 100%;
font-weight: bold;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb; 
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #fff;
background: #000;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #000;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*<!--[if IE]><style type="text/css" media="screen">*/
 #menu ul li {float: left; width: 100%;}
/*<![endif]-->*/

/*<!--[if lt IE 7]>*/
body {
font-size: 100%;
}

#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold  italic 10pt comic sans ms, arial, sans-serif;
}
/*<![endif]-->*/

img {
border: none;
} 

/*Body and Wrapper */


body {
	color: white;
	font: normal 8pt/13pt comic sans ms, arial,sans-serif;
	padding: 0;
	margin: 0;
	background: #102080 url(back.png) top center repeat-x;
}

a:link { 
	color: #fff;
	}
a:visited { 
	color: #c6c6c6;
	}

h1 {
	font: bold 16pt comic sans ms, arial, sans-serif;
	}

#wrapper {
	text-align: center;
	padding: 0;
	width: 800px;
	margin: 0 auto;
}


/* Top Piece       */


#top {
background: url(bgtop.png) top center no-repeat; 
width: 800px;
height: 30px;
}


/* Content another wrapper that holds all the content */



#content {
background: url(bgmiddle.png) center repeat-y; 
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
}



/* All the content */


#header {
background: url(header.jpg) top center no-repeat; 
width: 746px;
height: 117px;
margin: 0px 0px 0px 0px;
padding: 50px 0px 0px 0px;
color: white;
font-size: 12px;
text-align: right;
}

#stuff 
{  font: italic 14pt comic sans ms, arial, sans-serif;
	text-align: center;
	height: 100%;
	margin: 0px 0px 0px 30px;
	}

#contact {
	font: italic 12pt comic sans ms, arial, sans-serif;
	height: 100%;
	padding-top: 15px;
	margin: 0px 20px 0px 20px;
	text-align: center;
}

/* Contact form */

form {
	width: 100%;
	background: none;
	color: #FFF;
	border: none;
	text-align: left;
}
label {
	clear: left;
	float: left;
	width: 100px;
	margin: 6px 0 10px 0;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
input, select, textarea {
	float: left;
	margin-bottom: 10px;
	width: 340px;
	background: #ccc;
	color: #555;
	border: 2px solid #aaa;
	font: 100% comic sans ms, arial, sans-serif;
}
input.button {
	clear: both;
	float: right;
	display: block;
	margin-left : 0;
	width: auto;
	cursor: pointer;
}

#artiste {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding-top: 15px;
	height: 100%;
	font: bold  italic 10pt comic sans ms, arial, sans-serif;
}

#bottom {
	background: url(bgbottom.png) center no-repeat;
	background-position: bottom;
	width: 800px;
	height: 78px;
	text-align: center;
}




