@charset "utf-8";
html {
	font-family:Verdana;
	font-size:12px;
	padding:0; margin:0;
	
	background:#61614b url('bg.jpg') no-repeat top center;
}

body {
	padding:0; margin:37px 0px 0px 0px;
}

a {
	color:#333333;
	text-decoration:none;
}

a:hover, a.active, a.current {
	color:#666666;
	text-decoration:none;
}

/***********SITE******************/

#main {
	width:980px;
	margin:auto;
}

#top {
	width:100%; height:115px; float:left;
	background:url('top.gif') no-repeat;
	position:relative;
}

#top h1 {
	display:none;
}

#content {
	width:100%;
	min-height:400px;_height:400px;
	float:left;
	background:#f5f2d1 url('content_bottom.gif') no-repeat bottom center;
	position:relative;
}

#sideleft {
	width:240px; float:left;
	margin:0px 20px 0px 20px;
}

#contenu {
	width:650px; float:left;
	border-left:5px dotted #d8d5b4;
	padding:0px 0px 0px 20px;
	min-height:400px; _height:400px;
}

#bottom {
	width:100%; height:30px; float:left;
	background:url('bottom.gif') no-repeat;
	position:relative;
}

#bottom div.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;
	position:absolute;
	top:9px; left:120px;
	color:#666666;
}

#bottom div.copyright a {
	color: #333333;
}

#bottom div.copyright a:hover, #bottom div.copyright a.active {
	color:#666633;
}

#bottom_ombre {
	width:100%; height:10px; float:left;
	background:url('bottom_ombre.gif') no-repeat;
	position:relative;
}

/*****************MENU*************

#menu {
	position:absolute;
	bottom:-10px; right:0px;
	list-style-type:none;
	padding:0; margin:0;
	
	width:383px; height:32px;
}

#menu li.first {
	margin-left:0px;
}

#menu li {
	float:left;
	margin-left:1px;
	width:90px; height:22px;
	background:#172145;
	text-align:center;
}

#menu li a {
	display:block;
	width:100%; height:100%;
	color:#fff;
	text-decoration:none;
}

#menu li a:focus, #menu li a:active  {
	outline:none;
}

#menu li a:hover, #menu li a.active {
	color:#172145;
	background:#ffffff;
}

#menu li a b {
	display:block;
	padding-top:4px;
}

/* CONTACT */

div.contact form {
	margin:0; padding:0;
}

div.contact form fieldset {
	margin:0; padding:0;
	border:0;
	margin-bottom:5px;
	border:1px solid #ffffff;
}

div.contact form legend {
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin:0px 10px 0px 10px;
	padding:5px;
	padding-bottom:0;
	/*border-bottom:1px solid #e2001a;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

div.contact form sup {
	color:#e5353b;
}

div.contact table.inner label {
	font-weight:bold;
	/*float:left;
	width:40%;
	clear:left;*/
}

div.contact table.inner div {
	float:right;
	width:58%;
	clear:right;
}

div.contact table.inner div.clear {
	margin-bottom:10px;
	clear:both;
	width:100%;
	float:left;
}

div.contact textarea, div.contact input, div.contact select {
	/*border-width:1px;
	border-color:#666;*/
	border:1px solid #cccccc;
}

div.contact textarea {
	width:100%;
}

div.contact table.inner input, div.contact table.inner textarea, div.contact table.inner select {
	width:100%;
}

div.contact form input.radio {
	width:auto;
	clear:none;
}

div.contact form input.submit {
	background:url('submit.gif') no-repeat;
	border:0;
	width:150px;
	height:35px;
	color:#fff;
	font-size:14px;
}

/* Styles for the entire LavaLamp menu */
.menu {
	position:absolute; top:6px; left:280px;
}

.lavaLamp {
	position: relative;
	height: 29px; width: 600px;
	background:#f5f2d1;
	padding:5px; margin:0px;
	overflow: hidden;
}
/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	background: url("lava.gif") no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLamp li.back .left {
	background: url("lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative; overflow: hidden;
	text-decoration: none;
	text-transform: normal;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666666; outline: none;
	text-align: center;
	top: 7px;
	z-index:10; letter-spacing: 0;
	float:left; display: block;
	margin:auto 12px;
}

.lavaLamp li a:hover, .lavaLamp li.current a {
	color: #fff; outline: none;
}