
/*************************************

         HEADER + LEFT MENU

*************************************/


#header {
	display: block;
	height: 111px;
	width: 100%;
}

#header #header-left {
	display: block;
	height: 111px;
	width: 248px;
	
	background-image: url(../../../images/menu_gauche/fr/header.gif);

	position : relative;
}

#header #header-left-en {
	display: block;
	height: 111px;
	width: 248px;
	
	background-image: url(../../../images/menu_gauche/en/header.gif);

	position : relative;
}

#header #header-left a,
#header #header-left-en a {
	display : block;
	height: 65px;
	width: 232px;

	position : absolute;
	top : 27px;
	left : 15px;
}

#header #header-right {
	position : absolute;
	height: 80px;

	padding-right : 10px;
	top : 0;
	left : 505px;
}

#content {
	width: 100%;
}

#menu {
	display: block;
	width: 137px;
	height : 543px;

	background-image : url(../../../images/menu_gauche/menu-fond.gif);
	background-repeat : no-repeat;

	position : relative;
}

#menu #menu-conteneur {
	padding-top : 30px;
	margin-left : 16px;
}

#menu #menu-logos {
	position : absolute;
	left : 16px;
	top : 403px;
}

#menu #menu-logos #menu-logo-culture {
	position : absolute;
	left : 0;
	top : 0;
}

#menu #menu-logos #menu-logo-musee {
	position : absolute;
	left : 0;
	top : 63px;
}


/*************************************

         CENTER

*************************************/


#center {
	display: block;
	width: 620px;
	/*min-height:550px;*/
	float: right;

	margin-top : 30px;
	padding-left : 20px;
	padding-right : 20px;
}

* html #center {
	/*height : 550px;*/
}

.section_decouvrir #center {
	width : 760px;

	margin-top : 0;
	padding-left : 0;
	padding-right : 10px;
}



.small { font-size: x-small; }


