/* CSS général */
body {
	margin: 0px 0px 0px 0px;
	background: #F1F0E6;
  /*text-align: center;*/
	-moz-box-sizing: border-box; 
	behavior:url("css/csshover.htc");/*Fix IE css hover : Not CSS valid !!!!*/    
	}
img{
	border: 0px;
	padding: 0px;
}
input{
  text-indent: 2px;
}
a{
 text-decoration: none;
}
table, tr, td { border-spacing: 0px; }
#container {
	width: 950px;
 	/*height: 100%;*/
	margin: 0px auto 0px auto;
	padding: 0px 22px 0px 22px;
	text-align: left;
	background: url("img/degrade-container.jpg") repeat-y;
	}
span.next{
  font: 11px "Verdana";
  font-weight: normal;
}
/**** Bandeau et menu principale ****/
#banner{
  width: 950px;
	height: 53px;
	background: #3D3D3D;
  text-align: left;
}
#logo{
	width: 205px;
  background: url("img/logo-ov.png");
}
#logo img{
  
}
#menu_espace_gauche{
  width: 36px;
}
#menu_top{
	text-align: left;
	width: 440px;
	marging-left: 30px;
	color: #fff;
}
#menu_top a{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#menu_barreVerticale{
	marging-left: 0px;
}
#menu_login{
  padding-left: 30px;
	font: 9px "Verdana";
	color: #fff;
}
#menu_login input{
  font: 9px "Verdana";
	background: #F1F2EC;
	border: 1px solid #000;
	width: 60px;
	color: #686866;
}
#login_btn{
  display: block;

  position: aboslute;
  margin: -16px 0px 0px 130px;
}
#menu_login a{
  color: #fff;
  text-decoration: none;
}
#menu_login a:hover{
  text-decoration: underline;
}
/** Bar de recherche **/
#search_bar{
  background: #EEEEEE;
  width: 950px;
  height: 51px;
}
#search_text_cell{
  width: 201px;
  _width: 198px;
}
#search_field{
  width: 150px;
  font: 9px "Verdana";
	background: #F1F2EC;
	border: 1px solid #000;
	color: #686866;
}
#search_btn{
  display: block;
  position: aboslute;
  margin: -16px 0px 0px 170px;
}
.search_barreVerticale{
  margin-left: 0px;
  width: 1px;
}
#options_cell{
  width: 473px;
  _width: 465px;
}
#search_bar table#search_table{
  height: 51px;
  width: 950px;
  font-family: "Arial";
  font-size: 12px;
}
td.place{
  width: 160px;
  text-align: right;
  font-family: "Arial";
  font-size: 12px;
   color: #3D3D3D;
}
td.place select{
  width: 96px;
  font: 9px "Verdana";
	background: #F1F2EC;
	border: 1px solid #000;
	color: #000;
}

td.year{
  width: 130px;
  font-family: "Arial";
  font-size: 12px;
  color: #3D3D3D;
}
td.year input{
  width: 45px;
  font: 9px "Verdana";
	background: #F1F2EC;
	border: 1px solid #000;
	color: #000;
}
td.checkbox{
  width: 80px;
  text-align: right;
  font-family: "Arial";
  font-size: 11px;
  color: #3D3D3D;
}
/** Lightbox menu**/
#tab_lightbox td{
  padding-left: 15px;
}
#tab_lightbox input, select{
  width: 130px;
  font: 9px "Verdana";
	background: #F1F2EC;
	border: 1px solid #000;
	color: #000;
}
a#goLB {
   width: 20px;
   height: 20px;
   display:block;
   position: aboslute;
   margin: -19px 0px 0px 144px;
   background: url("img/goLightB.png") 0 0 no-repeat;
   text-decoration: none;
   }
a:hover#goLB {
   background-position: -21px 0;
   }
a#mailLB {
   width: 20px;
   height: 20px;
   display:block;
   position: aboslute;
   margin: -19px 0px 0px 169px;
   background: url("img/mailLB.png") 0 0 no-repeat;
   text-decoration: none;
   }
a:hover#mailLB {
   background-position: -20px 0;
   }
a#delLB {
   width: 16px;
   height: 15px;
   display:block;
   position: aboslute;
   margin: -19px 0px 0px 196px;
   background: url("img/delLB.png") 0 0 no-repeat;
   text-decoration: none;
   }
a:hover#delLB {
   background-position: -16px 0;
   }
td#cell_createLB{
  padding-top: 4px;
  _padding-top: 0px;
}
a#createLB {
   width: 20px;
   height: 20px;
   display:block;
   position: aboslute;
   margin: -19px 0px 0px 144px;
   background: url("img/goLightB.png") 0 0 no-repeat;
   text-decoration: none;
   }
a:hover#createLB {
   background-position: -21px 0;
   }
/** Zone de contenu **/
div#content{
  margin: 14px 14px 0px 12px;
  padding-bottom: 30px;
  background: #F6F5EC;
  width: 926px;
  min-height:480px;  
  /*height: 100%;*/
}

/** registration form by REMOS **/
#input_field{
  width: 180px;
  font: 9px "Verdana";
	background: #F1F2EC;
	border: 1px solid #000;
	color: #686866;
}
#text_field{
  font-family: "Arial";
  font-size: 12px;
  color: #3D3D3D;
}
#text_field2{
  font-family: "Arial";
  font-size: 14px;
  margin: 12pt 0 6pt 0;
  font-weight:bold;
  color: #3D3D3D;
}
#register_button
{
	background-color:#C40015;
	color:#ffffff;
	font-weight:bold;
	font-family:arial;
	font-size:10px;
	border:1px solid #fff;
}
h1
{
	font-size: 12px;
	padding: 0 0;
	margin: 0 0;
}
#footer
{
	width: 1000px;
	height:39px;
  background: url("img/footer.png");
	background-repeat:no-repeat;
}
#footer table{
	font-size: 10px;
	font-family: "Arial";	
	color: #B2B2A6;
	width: 940px;
	margin-top: 10px;
}
#footer table a{
	font-size: 10px;
	font-family: "Arial";
	color: #B2B2A6;
}
#footer table a:hover{
	text-decoration: underline;
}
#forgot_pwd
{
	display: block;
	position: aboslute;
	margin: -16px 0px 0px 0px;
	width:150px;
	font: 9px "Verdana";
	color: #fff;
}
p.info{
	font-size: 10px;
}
a.visitAsGuest{
	color:#669900;
}
a.visitAsGuest:hover{
	text-decoration: underline;
}
