html{
	font-family: verdana;
	font-size: 80%;
}

body{
	margin: 0;
	padding: 0;
	background: url('img/bg.jpg') repeat center center;
}
#bandeau{
	background: #4b653a url('img/bg_bandeau.jpg') repeat-y center center;
	height: 176px;
	width: 100%;
	position: absolute;
	top: 133px; left: 0;
	z-index: -1;
}
#container{
	margin: 0 auto; padding: 0;
	width: 1005px;
}
#header{
	background: url('img/bg_header.jpg') no-repeat 0px 0;
	height: 368px; width: 1005px;
	margin: 0 auto; padding: 43px 0 0 0;
}
#menu{
	background: url('img/bg_menu.jpg') no-repeat 0px 0;
	height: 47px;
	width: 793px;
	margin: 0 auto; padding:0;
}
#menu ul{
  list-style: none;
  margin: 0;
  padding: 0 0 0 60px;
  height: 46px;
}

#menu ul li{
  float: left;
  padding: 0;
  margin: 0;
  width: auto;
  height: 46px;
}

#menu ul li a{
  display: block;
  padding: 0 10px;
  margin: 1px 0 0 0;
  color: #f0e2d5;
  text-decoration: none;
  font-size: 15px;
  width: auto;
  line-height: 45px;
  border-right: 1px solid #4d673c;
  border-left: 1px solid #567344;
}

#menu ul li a:hover{
	background: url('img/bg_menu2.jpg') repeat-x 0 0;
}
#rollover{
	height: 287px; width: 796px;
	margin: 0 auto; padding: 0;
}

#container2{
	background: url('img/bg_container.jpg') repeat-y 0px 0;
	margin: 0; padding: 12px 0;
	width: 1005px;
}

#sidebar{
	float: right;
	width: 242px;
	background: #dacec3;
	border: 10px solid #ffffff;
	border-top: 3px solid #ffffff;
	min-height: 493px;
	height: auto !important;
	height: 493px;
	margin: 0 90px 0 0 !important;
	margin: 0 50px 0 0;
	padding:0;
}
#sidebar_title{
background: url('img/bg_actu.jpg') no-repeat 0 0;
height: 45px;
}
#sidebar_title h3{
	font-weight: normal;
	color: #FFFFFF;
	margin: 0; padding: 10px 0 0 58px;
}
#sidebar_actu{
	padding: 3px 5px;
	margin: 0;
}
#sidebar_actu h3{
	color: #AE4934;	
}
#sidebar_actu a{
	font-style: italic;
}
#content_accueil{
	min-height: 480px;
	height: auto !important;
	height: 480px;
	border: 10px solid #ffffff;
	margin: 0 370px 0 100px;
	padding: 3px 5px;

}
#content{
	min-height: 480px;
	height: auto !important;
	height: 480px;
	border: 10px solid #ffffff;
	margin: 0 100px;
	padding: 3px 5px;
}

#footer{
	background: #4b653a;
	height: 45px;
	border-top: 1px solid #b0c5a3;
}
#footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}#footer ul li{
    padding: 0;
    margin: 0;
    display: inline;

}#footer ul li a{
    line-height: 45px;
    padding: 0 10px;
    margin: 0;
    color: #ffffff;
    text-decoration: none;
}#footer ul li a:hover{
    text-decoration: underline;
}


#plan {
    font-size:8pt;
    margin: 0;
    padding: 0;
}#plan span {
    font-style:italic;
    padding: 0;
    margin: 0;
}
#plan ul {
    display:inline;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}#plan ul li {
    display:inline;
    padding-right:10px;
    margin: 0;
}#plan ul li a{
    margin: 0;
    padding: 0;
    color: #999999;
    text-decoration: none;
}#plan ul li a:hover{
    color: #567344;
    text-decoration: none;
}#plan ul li a img{
    text-decoration: none;
    border: none;
}

form p label {
    border-bottom:1px solid silver;
    display:block;
    float:left;
    margin: 0;
    padding: 0;
    width:80%;
}form p select, form p input, form p textarea {
    width:80%;
    padding: 0;
    margin: 10px 0 0;
}.clean {
    clear:right;
    font-size:0;
    height:0;
    line-height:0;
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
    color: #567344;
}
a:hover {
    text-decoration: underline;
}
a img{
    border: none;
}
#content div.lh_div{
	border-color: #AE4839;
}
