body {
	margin-top:2px;
	background-color: #fff;
}
#corps{
	width:820px;
	height:831px;
	margin-left: auto; 
    margin-right: auto;
	background-image: url(../img/bk-ground.jpg);
	background-repeat: no-repeat;
    text-align: left;
}

#box_title{
	position:absolute;
	margin-left:49px;
	margin-top :210px;
}

#box_title hr{
	width:737px;
	margin-top :2px;
}

#banner{
	position:absolute;
	margin-top:25px;
	margin-left : 360px;
}

#box_body{
	position:absolute;
	margin-left:49px;
	margin-top :270px;
	width: 740px;
	height : 390px;
	overflow : auto ;
}
#box_body p{
	text-align : justify;
	padding-right:10px;
}
#box_body img{
	margin:5px;
}
#box_body form{
	margin-top:15px;
}

#lang{
	position:absolute;
	margin-top:700px;
	margin-left:230px;
	list-style: none ;
}
#select_lang li {
	float: left ;
	width: 70px ;
	height : 35px;
	list-style: none ;
}
#select_lang li.uk a{
	display: block ;
	height : 35px;
	background: url(../img/menu/uk_down.jpg) ;
	background-repeat: no-repeat;
}
#select_lang li.fr a{
	display: block ;
	height : 35px;
	background-image: url(../img/menu/fr_down.jpg) ;
	background-repeat: no-repeat;
	color: #000 ;
}
#select_lang li.uk a:hover, #select_lang li.uk  a:focus, #select_lang li.uk a:active {
	background: url(../img/menu/uk_up.jpg) ;
	background-repeat: no-repeat;
}
#select_lang li.fr a:hover, #select_lang li.fr a:focus, #select_lang li.fr a:active {
	background: url(../img/menu/fr_up.jpg) ;
	background-repeat: no-repeat;
}

#menu{
	position:absolute;
	margin-top:180px;
	padding-left:35px;
}

#navigation {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	text-align: center ;
	display: inline ;
}

#navigation li {
	float: left ;
	width: 120px ;
	border: 0px ;
	display: inline ;
}

#navigation li a {
	display: block ;
	height:18px;
	background: url(../img/menu/body_a.png);
	background-repeat: repeat-x;
	color: #000 ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	padding: 4px;
	text-align: center ;
	text-decoration:none;
}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: url(../img/menu/body_a_hover.png);
	background-repeat: repeat-x;
}

#navigation li.left {
	display: block ;
	width: 12px ;
	height:26px;
	background-image: url(../img/menu/left-border.png) ;
	background-repeat: no-repeat;
}
#navigation li.right {
	display: block ;
	width: 12px ;
	height:26px;
	background-image: url(../img/menu/right-border.png) ;
	background-repeat: no-repeat; 
}

#footer{
	position:absolute;
	margin-top:806px;
	padding-left:325px;
	text-align: center ;
}
#footer p {
	text-align: center ;
	font: 12px "Trebuchet MS",Arial,sans-serif ;
}

a {
	color:#5f4b4b;
}
a:hover{
	color:#8d6f6f;
}
a:visited{
	color:#5f4b4b;
	
}
a:active{
	color:#826666;
}

