/* CSS Document */

/* ---- PAGE LAYOUT ---- */
body, div, th, td, h1, h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: white;
}
div, td {
	text-align: left;
}

#pagelayout {
	width: 1000px;
	margin: 0 auto;
	background-color: white;
	background-image: url(../img/header_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* -------- PAGE HEADER -------- */
#pageHeader {
	position: relative;
	height: 170px;
}
#headerTopMenu {
	float: right;
	color: white;
	font-size: 9pt;
}
#headerTopMenu a {
	color: white;
	font-size: 9pt;
}

#blocpanier {
	position: absolute;
	width: 250px;
	height: 48px;
	left: 750px;
	text-align: right;
	background-image: url(/themes/mdm/modules/catalogue/panier/img/header_recap_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#headerOnglets {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 63px;
	left: 762px;
	width: 238px;
	height: 40px;
	background-image: url(../img/header_onglet.png);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}
#headerOngletsMaries {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 119px;
	height: 40px;
	overflow: hidden;
}
#headerOngletsInvites {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 119px;
	width: 119px;
	height: 40px;
	overflow: hidden;
}

#headerPoucet {
	position: absolute;
	left: 42px;
	top: 151px;
	color: #989696;
	font-size: 8pt;
}
#headerPoucet a {
	color: #989696;
	font-size: 8pt;
	text-decoration: none;
}

#mainMenuContainer {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 102px;
	left: 18px;
	width: 964px;
	height: 28px;
}
#mainMenu {
	margin: 0px;
	padding: 0px;
	width: 964px;
}

#pageWorkspace {
	margin: 0px 18px 0px 30px;
}

#mainFooterGotoTop {
	margin: 0px 18px 0px 18px;
	text-align: right;
	font-size: 10px;
	color: #9a9a9a;
}
#mainFooterGotoTop a {
	text-decoration: underline;
	color: #9a9a9a;
}

#footer {
	width: 964px;
	height: 41px;
	margin: 0px 18px 0px 18px;
	background-image:url(../img/footer_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#footermenu {
	margin-top: 14px;
	color: white;
	text-align: center;
	font-size: 10px;
}
#footermenu a {
	color: white;
}
/*#langSelector {
	text-align: right;
	color: white;
}
#mainMenuContainer {
}


#mainFooterLeft {
	width: 33%;
	text-align: left;
}
#mainFooterCenter {
	width: 33%;
	text-align: center;
}
#mainFooterRight {
	width: 33%;
	text-align: right;
}
*/
