#page{
	position: absolute;
	width: 958px;
	height: 768px;
	left: 50%;
	margin-left: -479px;/* Hack CC pour IE MAC \*/
	margin-top: -10px;
	/* border: 1px; border-style: solid; border-color: #fff; */
}

#logo{
	position: absolute;
	width: 486px;
	height: 93px;
	left: 50%;
	margin-left: -243px;/* Hack CC pour IE MAC \*/
	margin-top: 20px;
	background-image: url(../images/logo_03.png);
	/* border: 1px; border-style: solid; border-color: #fff; */
}

/* Contenu /////////////////////////////////////////////////////////////////////////////////////////// */

#contenu{
	position: absolute;
	width: 950px;
	height: 380px;
	top: 160px;
	left: 50%;
	margin-left: -475px;/* Hack CC pour IE MAC \*/
	margin-top: 0px;
	overflow: hidden;
	display: block;
	/* border: 1px solid; border-color: #fff; */
}

#sceau{
	position: absolute;
	width: 80px;
	height: 78px;
	left: 50%;
	margin-left: -40px;/* Hack CC pour IE MAC \*/
	top: 520px;
	background-image: url(../images/sceau.png);
	z-index: 1000;
	
}

/* Menu /////////////////////////////////////////////////////////////////////////////////////////// */

#menu {
	margin-top: 130px;

}

#menu ul {
    text-align: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#menu li {
    display: inline;
    list-style: none;
    padding: 10px 5px 10px 5px;
}

#menu a {
    font: normal 14px Arial;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 5px;
}

#menu a:hover {
	font: normal 14px Arial;
    font-weight: bold;
    color: #dc8c4e;
}



/* Langue des pages /////////////////////////////////////////////////////////////////////////////////////////// */

#drapeaux{
	position: absolute;
	width: 88px;
	margin-left: 130px;
	height: 16px;
	left: 740px;
	margin-top: 95px;

}

#francais_bt1{
	position: absolute;
	width: 26px;
	height: 16px;
	float: left;
	cursor: pointer;
	background-image: url(../images/francais_bt1.png);
	z-index: 10;
}
	
#francais_bt2{
	position: absolute;
	width: 26px;
	height: 16px;
	z-index: 11;
	background-image: url(../images/francais_bt2.png);
}


#anglais_bt1{
	width: 26px;
	height: 16px;
	float: left;
	margin-left: 30px;
	cursor: pointer;
	background-image: url(../images/anglais_bt1.png);
	z-index: 10;
}

#anglais_bt2{
	position: absolute;
	width: 26px;
	height: 16px;
	z-index: 11;
	background-image: url(../images/anglais_bt2.png);
}

#russe_bt1{
	position: absolute;
	width: 26px;
	height: 16px;
	float: left;
	margin-left: 60px;
	cursor: pointer;
	background-image: url(../images/russe_bt1.png);
	z-index: 10;
}

#russe_bt2{
	position: absolute;
	width: 26px;
	height: 16px;
	z-index: 11;
	background-image: url(../images/russe_bt2.png);
}

/* Footer /////////////////////////////////////////////////////////////////////////////////////////// */

#footer1{
	position: absolute;
	width: 958px;
	height: 50px;
	top: 580px;
	margin-left: -1px;
	font-family: Arial;
	font-size: 14px;
	color: #dc8c4e;
	font-weight: bold;
	line-height: 65%;
	text-align: center;
}

#footer2{
	position: absolute;
	width: 958px;
	height: 50px;
	top: 600px;
	margin-left: -1px;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	text-align: center;
}

#footer2 a:link {color: #fff; text-decoration: none;}
#footer2 a:hover {color: #dc8c4e;}
#footer2 a:visited {color: #dc8c4e;}

#infos{
	position: absolute;
	width: 1024px;
	height: 50px;
	top: 640px;
	margin-left: -1px;
	color: #fff;
	line-height: 65%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}