* html body
{
	margin           : auto;
	padding          : 0;
}

#choix_langue
{
    width            : 780px;
	height           : 20px;
	text-align       : right;
}

#header
{
	width            : 780px;
	height           : 65px;
	
	border-top       : 1px solid #a7b993;
	border-bottom    : 1px solid #c2cab5;
}

#menu
{
    width            : 780px;
	height           : 30px;
	
	border-bottom    : 1px solid #c2cab5;
}

#cadre_menu
{
    width            : 127px;
	height           : 30px;
	
	margin-left      : 25px;
}

#barre_menu
{
	width            : 628px;
	height           : 30px;
	
	font-family      : verdana, arial, sans-serif;
	font-size        : 1Opt;
	color            : #4d564d;
	text-align       : center;
}

#cadre_page
{
    width            : 127px;
	height           : 370px;
	
	margin-left      : 25px;
	
	background-image : url('../images/cadre_page.jpg');
	background-repeat: no-repeat;
	
	position         : relative;
	z-index          : 10;
}

#content
{
    width            : 628px;
    min-height       : 367px;
	
	position 	     : relative;
	top              : -349px;
	left             : 152px;
	z-index          : 20;
}

#footer
{
    width            : 780px;
	height           : 25px;
	
	font-size        : 6pt;
	text-align       : right;
	
	background-image : url('../images/footer.jpg');
	background-repeat: no-repeat;
	
	border-top       : 1px solid #a7b993;
	border-bottom    : 1px solid #c2cab5;
	
	position 	     : relative;
	top              : -346px;
	z-index          : 5;
}

#credits
{
    width            : 780px;
	height           : 25px;
	
	font-size        : 8pt;
	color            : #c2cab5;
	text-align       : center;
	
	position 	     : relative;
	top              : -335px;
}
	