html {
    overflow-y: scroll;
    overflow:-moz-scrollbars-vertical;
}

* {
margin:0;
padding:0;
}

body{
background:url(../_img/general/fond_body.jpg) top center no-repeat;
background-color:#edecea;
}

.clear{
display:block;
clear:both;
}

.none{
display:none;
}

#general{
width:833px;
margin:0 auto;
}

#top{
width:330px;
margin:0 auto;
margin-top:40px;
}

/*-------------------------------MENU HAUT------------------------------*/

#menu_top {
	width:360px;
	height:19px;
	margin-top:40px;
	padding-bottom:25px;
	margin-left:auto;
	margin-right:auto;
}
#menu_top ul{
	float:left;
	list-style-type: none;
}
#menu_top li {
	display: inline;
}
#menu_top li a.menu1,
#menu_top li a.menu2,
#menu_top li a.menu3,
#menu_top li a.menu1_on,
#menu_top li a.menu2_on,
#menu_top li a.menu3_on {
  	display: block;
	line-height: 19px;
	text-decoration: none;
	float: left;
	text-indent: -100em;
	/*\*/overflow: hidden;/**/
}
#menu_top li a.menu1 {
	width: 117px;
	background: url(/_img/general/btn1_en.gif) no-repeat 0 0;
}
#menu_top li a.menu1_on, #menu_top li a.menu1:hover {
	width: 117px;
	background: url(/_img/general/btn1_en.gif) no-repeat 0 -19px;
}
#menu_top li a.menu2 {
	width: 132px;
	background: url(/_img/general/btn2_en.gif) no-repeat 0 0;
}
#menu_top li a.menu2_on, #menu_top li a.menu2:hover {
	width: 132px;
	background: url(/_img/general/btn2_en.gif) no-repeat 0 -19px;
}
#menu_top li a.menu3 {
	width: 111px;
	background: url(/_img/general/btn3_en.gif) no-repeat 0 0;
}
#menu_top li a.menu3_on, #menu_top li a.menu3:hover {
	width: 111px;
	background: url(/_img/general/btn3_en.gif) no-repeat 0 -19px;
}

/*-------------------------MENU BOTTOM---------------------------*/

#menu_bottom{
position:absolute;
width:550px;
left:50%;
margin-left:-250px;
text-align:center;
}

#menu_bottom ul{
margin:0;
list-style-type:none;
}

#menu_bottom li{
float:left;
padding:0 18px 0 18px;
}

#menu_bottom li a{
font:normal 9px Arial, Helvetica, sans-serif;
color:#434343;
text-decoration:none;
}

#menu_bottom li a:hover{
color:#fefefe;
}

#menu_bottom li a.on{
color:#fefefe;
}
