body,html {
	height : 100%;
	margin : 0;
	padding : 0;
}

body {
	background-color : #F6F7E5;
	text-align: center;
}

#page {
	width : 640px;
	height : 480px;

	top : 50%;
	margin-top : -240px;

	left: 50%;
	margin-left: -320px;
	
	text-align: left;

	position : absolute;
}

#page h1 {
	position : absolute;
	left : 211px;
	top : 128px;

	display : block;
	text-indent : -9000px;
	overflow : hidden;

	background-image : url(../images/accueil_logo.gif);
	width : 217px;
	height : 147px;

	margin : 0;
	padding : 0;
}

#page_accueil
{
	position: relative;
}


/*--------------------------------------------------------------------
/* MENU
/**/

#menu {
	position : absolute;

	top : 309px;
	left : 92px;

	width : 450px;
	height : 34px;

	background-image : url(../images/accueil_menu_back.gif);
	background-repeat : repeat-x;
}

#menu a {
	display : block;
	text-indent : -9000px;
	overflow : hidden;

	position : absolute;
	top : 0px;

	height : 34px;
}

#menu .separator {
	display : none;
}

#menu #accueil { background-image:url(../images/accueil_accueil.gif); left:3px; width:47px; }
#menu #profil_corporatif { background-image:url(../images/accueil_profil_corporatif.gif); left:62px; width:107px; }
#menu #services { background-image:url(../images/accueil_services.gif); left:191px; width:51px; }
#menu #portfolio { background-image:url(../images/accueil_portfolio.gif); left:260px; width:61px; }
#menu #pour_nous_joindre { background-image:url(../images/accueil_pour_nous_joindre.gif); left:342px; width:114px;}


