/*
<div id="frame">
	<div id="frameCenter">
		<div id="header"></div>
		<div id="content">
			<div id="left">
				<div id="box_flash"></div>
			</div>
			<div id="right">
				<div id="menu"></div>
				<div id="box_1"></div>
				<div id="box_2"></div>
			</div>
		</div>
		<div id="footer"></div>
	</div>
</div>
*/
/*html, body {height: 100%}*/
body {
	padding:0;
	margin:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D8BDA1;
	background-image: url(../img/interface/bg.gif);
}
#frame{
	width:566px;
	height:405px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	background-image: url(../img/interface/bg2.gif);
	background-repeat:repeat-y;
	margin-top:82px;
		
}
#frameCenter{
	width:566px;
	height:405px;
	text-align:left;
	float:left;
	background-image: url(../img/interface/header.gif);
	background-repeat:no-repeat;
}
#header{
	width:566px;
	height:120px;
	float:left;	
}
#content{
	width:548px;
	height:238px;
	float:left;
	padding-left:9px;
	padding-right:9px;
}
#menu{
	width:106px;
	height:177px;
	float:left;	
	padding-top:60px;
}
#btn1{width:102px; height:19px;}
#btn2{width:102px; height:19px;}
#btn3{width:102px; height:19px;}
#btn4{width:102px; height:19px;}
#btn5{width:102px; height:19px;}
#left{
	width:171px;
	height:222px;
	float:left;	
	padding-right:3px;
}
#middle{
	width:253px;
	height:237px;
	float:left;	
}
#footer{
	width:566px;
	height:48px;
	float:left;	
	background-image: url(../img/interface/footer.gif);
	background-repeat:no-repeat;	
}
/* menu **************************************/
#btn1{background-image:url(../img/interface/btn_accueil.gif); background-position: 0px 0px; display: block;}
#btn2{background-image:url(../img/interface/btn_services.gif); background-position: 0px 0px; display: block;}
#btn3{background-image:url(../img/interface/btn_portfolio.gif); background-position: 0px 0px; display: block;}
#btn4{background-image:url(../img/interface/btn_cms.gif); background-position: 0px 0px; display: block;}
#btn5{background-image:url(../img/interface/btn_contact.gif); background-position: 0px 0px; display: block;}

#btn1 a:hover , a.over{background-image:url(../img/interface/btn_accueil.gif); background-position: 0px 19px; display: block;}
#btn2 a:hover , a.over{background-image:url(../img/interface/btn_services.gif); background-position: 0px 19px; display: block;}
#btn3 a:hover , a.over{background-image:url(../img/interface/btn_portfolio.gif); background-position: 0px 19px; display: block;}
#btn4 a:hover , a.over{background-image:url(../img/interface/btn_cms.gif); background-position: 0px 18px; display: block;}
#btn5 a:hover , a.over{background-image:url(../img/interface/btn_contact.gif); background-position: 0px 19px; display: block;}
/* *******************************************/
/* defaults */
img {border:0;}	
a{
	color:#E2C6AC;
}	