body
{
	margin: 0px;
	padding: 0px;
	background-color: #EBDFBE;
}

#page
{
	width: 1000px;
	height: 600px;
	background-image: url(images/page_type_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

#hp
{
	width: 1000px;
	height: 600px;
	background-image: url(images/home_page_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

#home
{
	float: left;
	position: relative;
	top: -492px;
	z-index: 99;
	width: 800px;
	height: 85px;
	cursor: pointer;
}

#sommaire
{
	float: left;
	width: 202px;
	height: 460px;	
	position: relative;
	top: 120px;
}

#sommaire LI
{
	padding: 1px 0px 0px 14px;
	margin: 0px;
	list-style: none;
}

#sommaire LI a
{
	text-decoration: none;
	height: 31px;
	width: 202px;
	display: block;
}

#sommaire LI a.contact
{
	background-image: url(images/bt_contact_01.jpg);
	background-repeat: no-repeat;	
}

#sommaire LI.selected a.contact,
#sommaire LI a.contact:hover
{
	background-image: url(images/bt_contact_02.jpg);
	background-repeat: no-repeat;	
}

#sommaire LI a.divers
{
	background-image: url(images/bt_divers_01.jpg);
	background-repeat: no-repeat;	
}

#sommaire LI.selected a.divers,
#sommaire LI a.divers:hover
{
	background-image: url(images/bt_divers_02.jpg);
	background-repeat: no-repeat;	
}

#sommaire LI a.entourage
{
	background-image: url(images/bt_entourage_01.jpg);
	background-repeat: no-repeat;	
}

#sommaire LI.selected a.entourage,
#sommaire LI a.entourage:hover
{
	background-image: url(images/bt_entourage_02.jpg);
	background-repeat: no-repeat;	
}

#sommaire LI a.poutres
{
	background-image: url(images/bt_poutres_01.jpg);
	background-repeat: no-repeat;	
}

#sommaire LI.selected a.poutres,
#sommaire LI a.poutres:hover
{
	background-image: url(images/bt_poutres_02.jpg);
	background-repeat: no-repeat;	
}

#sommaire LI a.sol
{
	background-image: url(images/bt_sol_01.jpg);
	background-repeat: no-repeat;	
}

#sommaire LI.selected a.sol,
#sommaire LI a.sol:hover
{
	background-image: url(images/bt_sol_02.jpg);
	background-repeat: no-repeat;	
}

#sommaire LI a.tuile
{
	background-image: url(images/bt_tuile_01.jpg);
	background-repeat: no-repeat;	
}

#sommaire LI.selected a.tuile,
#sommaire LI a.tuile:hover
{
	background-image: url(images/bt_tuile_02.jpg);
	background-repeat: no-repeat;	
}

#anim
{
	float: left;
	position: relative;
	top: 120px;
	left: 1px;
}

#content
{
	float: left;
	width: 695px;
	height: 455px;
	position: relative;
	top: 98px;
	left: -3px;;
	overflow: auto;
	padding: 10px 20px 10px 20px;
}