@charset "utf-8";

html, body {
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	background-color: #000;
	background-image:	url(../images/background.jpg);
	background-repeat:	repeat-x;
	height: 100%;
}

div.principal {
	position:relative;
	width: 900px;
	height: 100%;
	margin: 0px auto 0px auto;
}

div.menu {
	float: left;
	width: 170px;
	margin-top: 180px;
	padding: 0px 10px 0px 10px;
}

div.center {
	float: left;
	width: 680px;
	background-image:	url(../images/background2.png);
	background-repeat:	repeat;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #FC0;
	border-right: 1px solid #FC0;
	border-bottom: 1px solid #FC0;
}

div.headerlogo{
	width: 100%;
	height: 180px;
}

div.content{
	width: 100%;
}

div.footer{
	width: 100%;
	height: 50px;
}

div.lune {
	position: fixed;
	top: 0px; 
	left:100px;
	width: 100%;
	height: 300px;
	background-image:	url(../images/lune.gif);
	background-repeat:	no-repeat;
	background-position: left;
}

div.chapiteau {
	position: fixed;
	bottom: 0px; 
	width: 100%;
	height: 300px;
	background-image:	url(../images/chapiteau.jpg);
	background-repeat:	no-repeat;
	background-position: right;
}

ul.menu li {
	list-style-type:none;
	text-align:right;
}

a {
	text-decoration:none;
}

.menu li a {
	color:#FFF;
	text-transform:uppercase;
	font-size: 13px;
}

.menu li a:hover {
	color:#FC0;
}

.menu li#current.active a {
	color:#FC0;
	font-weight:bold;
}

.contentheading, .componentheading, h1 {
	color:#FC0;
	text-transform:uppercase;
	font-size: 15px;
	padding: 5px 0px 5px 0px;
	font-weight:bold;
}


h2, .h2 {
	color:#FC0;
	text-transform:uppercase;
	font-size: 15px;
	padding: 5px 0px 5px 0px;
	font-weight:bold;
}

td.dottedseparator {
	border-left: 1px dotted #FFF;
}

.contentpaneopen{
	width: 100%;
}

.diner{
	color: #FF0;
}

.cirque{
	color: #FFF;
}

.complet{
	color: #F00;
}

.slimbox {
	text-align: center;
}

.slimbox img{
	border: 4px solid #FFF;
}

a {
	color:#FC0;
}

input, textarea {
	background-color:#002;
	border: 1px solid #FC0;
	color: #FFF;
}

input:hover, textarea:hover {
	background-color:#002;
	border: 1px solid #FC0;
	color: #FFF;
}

input:active, textarea:active, input:focus, textarea:focus {
	background-color:#002;
	border: 1px solid #FC0;
	color: #FFF;
}