html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: url(../img_graph/fond.jpg) bottom left repeat-x #fff;
	background-attachment: fixed;
	overflow: hidden;
}

A {
	color: #004d93;
	text-decoration: underline;
}

div {
/*	border: solid 1px #FF0000;	*/
}

.btn {
	background: url(../img_graph/fond_btn.jpg) top right no-repeat #eeeeee;
	padding: 3px 5px 3px 5px;
	font-family: Arial;
	font-size: 11px;
	cursor: pointer;
	border:1px solid #ccc;
	color:#000;
}

.logo {
	position: fixed;
	top: 10px;
	left: 10px;
}

.contacts {
	position: fixed;
	z-index: 4;
	bottom: 1px;
	right: 20px;
	color: #004d93;
	font-size: 11px;
	font-weight: bold;
}

#interieur {
	position: absolute;
	z-index: 2;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	overflow: auto;
}

* html #interieur { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
     width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.corps {
	position: absolute;
	z-index: 2;
	width: 700px;
	min-height: 596px;
	margin: auto;
	border: solid 1px #e0e1e3;
	background: #fff;
}

.img {
	width: 231px;
	float: left;
}

.form {
	margin-left: 250px;
	width: 450px;
	padding-top: 50px;
}

* html .form { /* ie6 hack */
	width: 400px;
}

.t1 {
	font-weight: bold;
	text-align: right;
	width: 150px;
	height: 37px;
	float: left;
	padding: 3px 0 0 0;
}

.t2 {
	margin-left: 5px;
	height: 40px;
}

.input_text {
	height: 13px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


/* SELECT */

div.selectbox-wrapper {
  position:relative;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:11px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 2px 10px 0px;
  padding: 3px 0 0 2px;
  font-family: Arial;
  font-size: 11px;
  width : 150px; 
  display : block;
  text-align:left; 
  background: url(../img_graph/bg_select.png) top right no-repeat;
  height:16px;
  cursor: pointer;
  border:1px solid #ccc;
  color:#000;
}

select {
	background: url(../img_graph/bg_select.png) right;
}