
/* ------------------------------------------------------------------ */
/* ----- COMMON ----------------------------------------------------- */
/* ------------------------------------------------------------------ */


form, h1, h2, h3{
	margin:0px;
	padding:0px;
}

.clearer{clear:both;}

.alt{visibility:hidden;}

/* ------------------------------------------------------------------ */
body{
	background-image : url('../images/site_bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#fff;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:13px;
	font-family:arial, sans serif;
	color:#5A5952;
	
}

#page{
	padding:0px;
	margin:auto;
	width:920px;
}

#header{
	background-image : url('../images/header_bg.jpg');
	background-repeat:repeat-y;
	background-position:0px 170px;
	margin:0px;
	padding:0px;

}


div#header img, div#header map {
	border-width:0px;
	padding:0px;
	margin:0px;
	
}

div#content{
	text-align:left;
	padding:10px;
	border:0px #cbbc9b solid;
	border-width:0px 2px;
}

#footer{
	text-align:right;
	margin:0px;
	padding: 20px 10px 60px 10px;
	background-image : url('../images/footer_bg.gif');
	background-repeat:no-repeat;
	background-position:top left;
}
div#footer a{color:#FFA81E; font-weight:bold;}
#footer div.dotsrow{
	background-image : url('../images/dots_row.gif');
	background-position:top left;
	background-repeat:repeat-x;
	height:14px;
}

/*--------------------------------------------------------- MENU -----*/
div#menu{
padding:0px 5px;
background-color:transparent;
}
div#menu a{
	display:block;
	float:left;
	width:150px;
	padding:8px 2px;
	background-image : url('../images/menuElt_medium_off.gif');
	background-position:top center;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:center;
	white-space:nowrap;
}

body.shop_cartonnage div#menu a.menu_shop,
body.shop_classique div#menu a.menu_shop,
body.shop_illlustration div#menu a.menu_shop,
body.shop_original div#menu a.menu_shop,
body.home div#menu a.menu_home,
body.contact div#menu a.menu_contact,
body.shop div#menu a.menu_shop,
body.gallery_papier div#menu a.menu_gallery,
body.gallery_autre div#menu a.menu_gallery,
div#menu a.current,
div#menu a:hover {background-image : url('../images/menuElt_medium_on.gif');}

div#menu a.large{
	width:240px;
	background-image : url('../images/menuElt_large_off.gif');
}
body.home div#menu a.menu_home,
div#menu a.large:hover {background-image : url('../images/menuElt_large_on.gif');}

