/*----------------------------------------------- 
	Name     :  Sunset Farm
	URL	     :	http://buymythemes.com/
-----------------------------------------------*/
#navbar-iframe {display: none;}
/*---------------------------------------------
  Main Setting
----------------------------------------------- */
body {
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#C2AE7D;
	background:#160500 url(style/bg_repeat.jpg) repeat-y center  top;
}
a {color:#C0AE8E;text-decoration: none;}
a:hover {color: #C0AE8E;text-decoration: underline;}
h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}
hr {height:1px;border:none;border-top:1px dashed #C0AE8E; width:95%;}
del {color:red;}
ins {color:green;}
code{font: 1.1em 'Courier New', Courier, Fixed;}
input,select,textarea {
	font-size:12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 20px;}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom: 20px;
}
.clear {clear:both;}
.spacer {height:30px;}
/*---------------------------------------------
/* Wrapper
----------------------------------------------- */
#header{
	background:url(style/header.jpg) no-repeat center top;
	height:353px;
}
#bg_btm{
	background:url(style/bg_btm.jpg) no-repeat center bottom;
}
#base{
	margin:0px auto;
	margin-top: -10px;
	width:1020px;
	background:url(style/bg_base_repeat.jpg) repeat-y center top;
}
#base_header{
	width: 780px;
	margin: 0px;
	padding: 20px
}
#wrap{
	position:relative;
	overflow:hidden;
}
#menubar{
	float:left;
	width:850px;
	height:55px;
}
#content_top{
	width:800px; /*620*/
	height:48px;
	margin: 55px 0px 0px 5px;
	background:url(style/bg_content_frame_top.png) no-repeat center top;
}
#content{
	width:730px; /*620*/
	min-height: 500px;
	float:left;
	display:inline;
	overflow:hidden;
	margin: 0px;
	padding: 0px 30px 0px 40px;
	background:url(style/bg_content_frame.png) repeat-y;
}
#sidebar{
	float:right;
	position:relative;
	display:inline;
	overflow:hidden;
	width:180px;
	margin: -8px 0px 0px 0px;
	background:url(style/bg_sidebar_top.jpg) 0 0 no-repeat;
}
#footer{
	width: 1020px;
	height:101px;
	margin: 0 auto;
	background:url(style/bg_footer.jpg) no-repeat center bottom;
}
#footer a{
	color:#C2AE7D;
	font-style:italic;
}
#footer_notes{
	margin: 0px;
	padding: 55px 0px 0px 20px;

}
/*----------------------------------------------
    Header
----------------------------------------------- */
#title{
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	font-style:italic;
	padding:25px 0 15px 0px;
	margin:0px 170px 0px 170px;
}
#title a, #title h1, #title h1:hover {
	font-family: "Times New Roman", Georgia, Times, serif;
	color:#603813;
	text-decoration:none;
}
#title p {
	margin: 0px 0px 30px 0px;
}
#title span {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size:16px;
	font-style:italic;
	color:#603813;
	text-align:center;
	font-weight:normal;
	padding: 0px;
	margin: 0px;
}
/*----------------------------------------------
      Top Menu
----------------------------------------------- */
#top_menu {
	width:1000px;
	height:125px;
	margin:0 auto;
}
#top_menu ul{
	width:965px;
	height:50px;
	padding-top:80px;
	list-style-type:none;
	text-align: center;
}
#top_menu li{
	float:right;
	margin:0px;
}
#top_menu a{
	display:block;
	width:120px;
	height:42px;
	margin: 0px 5px;
	padding-top:9px;
	text-decoration: none;
	font-size: 120%;
	background:url(style/top_menu_off.png) no-repeat 0 0px;
}
#top_menu a:hover{
	color:#E7B064;
	font-size: 130%;
	background:url(style/top_menu_on.png) no-repeat 0 0;
}
#sidebar-credit{
	margin-top:30px;
	text-align:center;
	font-size:12px;
	padding:20px;
	text-shadow:0px 1px 0px #4d2e1a
}
#sidebar-credit p{
	margin:0px;
	font-size:11px;
}
.clear{clear:both}
/*----------------------------------------------
      Menu
----------------------------------------------- */
.crosscol .PageList UL, .footer .PageList UL {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#PageList1 {
	position:absolute;
	list-style:none;
	top:19px;
	left:20px;
	width:800px;
	height:66px;
	margin:0;
	padding:0;
}
#PageList2 {
	position:absolute;
	list-style:none;
	top:45px;
	left:20px;
	width:700px;
	height:66px;
	margin:0;
	padding:0;
}
.PageList li {
	float: left;
	position:relative;
	font-size: 14px;
	font-family:Helvetica, Arial,Verdana,sans-serif;
	font-weight: bold;
	margin:0px;
	padding-right: 0px;
}
.PageList li a {
	display: block;
	overflow:hidden;
	width:94px;
	height:20px;
	color: #56321F;
	padding:16px 0px 0px 0px;
	margin:0px 1px;
	text-align:center;
	text-decoration:none;
	background:url(style/bg_menu_item.png) no-repeat 0 bottom;
}
.PageList li a:hover{
	color:#864A26;
	height:26px;
	padding-top:8px;
	background:url(style/bg_menu_item_hover.png) no-repeat 0 top;
}
.PageList li.selected a{
	color:#864A26;
}
.crosscol .PageList li, .PageList li {
	background:none repeat scroll 0 0 transparent;
	float:left;
	list-style:none outside none;
	margin:0;
	}
/*------------------------------------------
      Tableau des données météo
-------------------------------------------*/
#menuprin li.selected  a{
	color:#BD4509;
	height:26px;
	padding-top:8px;
	background:url(style/bg_menu_item_hover.png) no-repeat 0 top;
}
#inner {
  margin: 0px 0px 0px 20px;
}
#inner td{
  font-size: 13px;
  height: 18px;
}
#inner h1{
	background:url(style/bg_post_title.png) no-repeat 0px 0px;
	color: #C4B291;
	text-decoration:none;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	font-family:Helvetica, Arial,Verdana,sans-serif;
  margin: 0px;
	padding:0px 0px 40px 75px;
}
.input_txt2, .tableseparator {
	color: #BF9B5B;
	font-size: 13px;
	line-height:15px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0 0 10px 0;
	padding: 15px 5px 10px 35px;
	background:url(style/bg_sb_head.png) no-repeat left bottom;
}
#tbl_3cols td:nth-child(2), #tbl_3cols td:nth-child(3),
#tbl_4cols td:nth-child(2), #tbl_4cols td:nth-child(4) {
	text-align: right;
}
#tbl_3cols td:nth-child(2) {
	padding-right: 100px;
}
#tbl_4cols td:nth-child(2){
	padding-right: 50px;
}
.boxes {
	margin: 20px 30px;
	padding: 12px 25px;
	border: 1px solid #A58D65;
	font-size:12px;
	line-height: 20px;
}

/*---------------------------------------------
      Sidebar Content
----------------------------------------------- */
	#sidebar1 select{
	margin:10px 0px 0px 15px;
	font-size:11px;
	width:130px;
	overflow:hidden;
	}
/*---------------------------------------------
      Sidebar1
----------------------------------------------- */
	#sidebar1{
	float:left;
	overflow:hidden;
	width:180px;
	font-size:11px;
	color: #C0AE8E;
	}
	#sidebar1 a{color:#C2AE7D; text-decoration:none;}
	#sidebar1 a:hover {color:#DB9E5F;text-decoration:underline;}
	#sidebar1 h2 {
	color: #8D744E;
	font-size: 13px;
	line-height:15px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0 0 10px 0;
	padding: 12px 5px 28px 30px;
	background:url(style/bg_sb_head1.png) no-repeat left bottom;
}
#sidebar1 ul {
	position:relative;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 0;
}
#sidebar1 ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 18px;
	line-height:20px;
	background: url(style/bg_sb_arrow1.png) no-repeat 4px 7px;
}
/*--------------------------------------------
      Sidebar2
----------------------------------------------- */
.sidebar2{
	float:right;
	overflow:hidden;
	width:180px;
	margin: 0 auto;
	text-align:center;
	font-size:11px;
	color: #C0AE8E;
	background:url(style/bg_sb_btm.png) no-repeat left bottom;
}
.sidebar2 a{color:#C2AE7D; text-decoration:none;}
.sidebar2 a:hover {color:#DB9E5F;text-decoration:underline;}
.sidebar2 h2 {
	color: #E7B064;
	font-size: 13px;
	line-height:15px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0;
	padding: 10px 5px 10px 15px;
}
.sidebar2 ul {
	position:relative;
	list-style-type: none;
	margin: 0;
	padding: 0 0 40px 10px;
}
.sidebar2 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height:18px;
	border:0px red solid;
}
.sidebar2 li a{
	list-style-type: none;
	padding: 2px 0px 0px 15px;
	border:0px white solid;
/*	background: url(style/bg_sb_arrow2.png) no-repeat 4px 8px;  */
}
.side_flip {
	background:url(style/bg_sb_btm.png) no-repeat left bottom;
}
#calendar{
	width:100px;
	height:105px;
	margin: 0 auto;
	margin-top: 30px;
	padding:5px 0px 0px 0px;
	font-family:Helvetica, Arial,Verdana,sans-serif;
	font-size:14px;
	line-height:15px;
	color:#3F271B;
	text-align:center;
	letter-spacing:1px;
	background:url(style/calendar.png) no-repeat 0 0;
}
#calendar h3{
	margin: 18px 0px 9px 0px;
	font-size:24px;
	font-weight:bold;
}
#observ {
	height: 160px;
}
#observ table {
	margin: 0px auto;
	font-size: 110%;
}
#units_select {
	margin: 0px 0px 50px 30px; 
	text-align:left;
}
#units_select h3 {
	font-size: 120%;
	margin-bottom: 5px;
}
#select_lang {
	margin: 15px 0px;
}
#select_lang select {
  background-color: transparent;
  border: 1px #C2AE7D dotted;
  padding: 2px 5px;
  color: #C2AE7D;
	font-weight: bold;
}
#select_lang option {
	padding-left: 10px;
	background-color:#4B2C18;  
}
#moon_box{
	margin: 0px 10px 60px 10px;
	text-align: center;
	background:url(style/nuit.png) no-repeat 15px 35px;
}
/*

*/
#bg_manage img {
	border: 0px;
}
.manage_stitle {
	width: 135px;
	margin: 0 auto;
  text-align: center;
	font: bold normal 18px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#manage_top {
	height: 33px;
}

#temp_files {
	float: left;
  width: 320px;
  padding-right: 10px;
  margin: 0px 15px 10px 20px;
  overflow: hidden;
}
#lang_files {
  width: 310px;
	padding-left: 30px;
  overflow: hidden;
}
.tb_temp_files, .tb_lang {
  margin: 5px 0px 0px 0px;
}
.tb_temp_files td, .tb_lang td {
	font: 14px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-left: 0px;
}
#manage_bot {
	height: 99px;
}
#legends {
  width:740px;
  margin: 7px auto;
  padding: 10px;
}
#legends img {
	vertical-align: middle;
}
#manage_do {
  width:740px;
  margin: 0 auto;
  padding: 10px;
	line-height: 16px;
}
#manage_do h2 {
	font-size: 25px;
	line-height: 25px;
}
#manage_do tr {
	line-height: 16px;
}
