/*************************************************************

ShopStyle est pour afficher tous les items

***************************************************************/
body {
	margin: 0px;
	padding: 0px;
	background:#4E4E4E url(/images/arum/shop/bg_page.png) repeat-y 50% 1px;
	/*background:#333333 url(/images/arum/shop/header.jpg) repeat-x left top;*/
	
	
}

h1, h2 {
	margin-top: 0px;
	color: #FFFFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	color: #000000;
	font-size: 1.0em;
}
h4 {
	font-size: 1.0em;
	color:red;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

/*a {
	color: #7ECE05;
}

a:hover {
	text-decoration: none;
	color: #7ECE05;
}
*/
a img {
	border: none;
}

/* Header */

#header {
	width: 1000px;
	height: 100px;
	margin: 0px auto;
	background:#333333 url(/images/arum/shop/header.jpg) repeat-x left top;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	background: url(/images/arum/shop/arum_logo.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	padding-left: 83px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 80px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 40px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 20px;
	padding: 5px 10px;
}

#menu a:hover {
	background: #7ECE05 url(/images/arum/shop/img02.jpg) repeat-x 0px 0px;
	text-decoration: none;
}

#menu .active {
	background: #7ECE05 url(/images/arum/shop/img02.jpg) repeat-x 0px 0px;
}

#menu .active a {
	background: #7ECE05 url(/images/arum/shop/img02.jpg) repeat-x 0px 0px;
}

/* Page */

#page {
	width: 1024px;
	margin: 25px auto;
	padding: 0px 30px 0px 10px;
	
}

/* Content */

#content {
	/*background:#FFFFFF;*/
	float: right;
	width: 720px;
	/*padding: 10px;*/
	font: 12px verdana;
	color: #000000;
	/*margin: 0px 0px 0px 40px;*/
	margin-top:0px;
	margin-left:5px;
	/*border-style: groove;
	border-style: solid;
	border: 1px dashed gray;*/
	
}

#content a {
	color:#FF0000;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* Sidebar */

#sidebar {
	background:#131313;
	float: left;
	width: 250px;
	margin-top:-25px;
	margin-left:20px;
	/*border: 1px dashed red;*/
	
	
}

#sidebar-bgtop {
	height: 5px;
	background:#131313 url(/images/arum/shop/img04.gif) no-repeat left top;
}

#sidebar-bgbtm {
	height: 3px;
	background:#131313 url(images/img05.gif) no-repeat left bottom;
}

#sidebar-content {
	padding: 0px 20px 20px 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
}

#sidebar li li {
	background: url(images/img05.jpg) no-repeat left 50%;
	margin-left: 5px;
	padding-left: 10px;
}

#sidebar h2 {
	background: url(/images/arum/shop/img06.jpg) no-repeat left 50%;
	padding-left: 15px;
	font-size: 1.4em;
}

#sidebar a {
	color: #7ECE05;
	text-decoration: none;
}

#sidebar a:hover {
	color: #7ECE05;
	text-decoration: underline;
}

#fete a {

	color: #FD4409;
	text-decoration: none;
	font-size: 20px;
}

#fete a:hover {
	color: #FD4409;
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width:990px;
	height: 120px;	
	margin: 0px auto;
	background: url(images/img01.jpg) repeat-x left top;
	color: #000000;
}

#footer p {
	margin: 25px;
	padding: 5px 0px 0px 0px;
	/*text-align: left;*/
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #131313;
	text-decoration: none;
}
#footer a:hover {
	color: #F70707;
	text-decoration: underline;
}

#sitemap {
	clear: both;
	width:990px;
	margin: 25px;
	
}


#sitemap a {
	
	color: #131313;
	text-decoration: underline;
}
#sitemap a:hover {
	color: #F70707;
	text-decoration: underline;
}

/* pour les popupimages*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -100px;

border-color: #ACACAC #E1E1E1 #E1E1E1 #ACACAC;
border: 2px ;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -165px;
left: 0px; /*position where enlarged image should offset horizontally */

}

/******************************************************/
/* Déclaration de tableau pour les display item********/
/******************************************************/
table.display {
width: 700px;
margin:10px;
table-layout: fixed}


#itemdisplayimg {
	background:url(/images/bg_display_item.png) no-repeat;
	padding-top: 10px;
	width: 160px;
	height: 160px;
	text-align: center;
	/*border-color: #ACACAC #E1E1E1 #E1E1E1 #ACACAC;
	border: 1px dashed gray;*/

}

#itemdisplayinfo {
	width: 140px;
	padding: 5px;
	
	text-align: left;
	/*border-color: #ACACAC #E1E1E1 #E1E1E1 #ACACAC;
	border: 1px dashed gray;*/
	font-size: 10px;
	color: #333333;
	font-family: verdana;
	font-weight: bold;

}


/******************************************************/
/* Déclaration pour description de l'item et commander */
/******************************************************/
#itemdescription {
	float: left;
	margin-left: 25px;
	width: 300px;
	height: auto;
}

#itemdescription a {
	color: #7ECE05;
	text-decoration: none;
}

#itemdescription a:hover {
	text-decoration: underline;
}

#itemimg {
	float: right;
	width: 270px;
}
#item_select{
	background:url(/images/arum/shop/block-tile.gif) repeat-y ;
	float: left;
	width: 300px;
	margin-left: 25px;
	border-bottom-style: inset;
}
p.item_select_title
{
	
	background:url(/images/arum/legendheader2.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 25px;
	height:19px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana;
}
#item_select_content
{
	margin: 25px;

	
}

#zip_search
{
	font-size: 10px;
	padding: 10px;
}
form legend {
	background: url(/images/arum/legendheader.gif);
	color: #FFFFFF;
	font: normal 12px/18px verdana, sans-serif;
	margin: 10px;
	padding: 2px 11px 0px 30px;
}


/*Déclaration pour formulaire commande à remplir*/
#contentorder {
	
	float: left;
	width: 650px;
	margin-left: 65px;
	background:#FFFFFF;
	/*border-style: groove;*/
	
}
table.order
{
	width: 600px;
	margin:1px;
}
fieldset
{
	
	border: 1px solid #58BE20;
	padding: 10px;
}



/*Déclaration pour le formulaire Facture AddOrder.php*/
#contentFacture
{
	float: left;
	font: 12px verdana;
	color: #000000;
	margin-left: 150px;
}
#Adresse
{
	background:#E0FFBF;
	float: left;
	width: 260px;
	margin: 10px;
	padding: 10px;
	border: 1px dashed gray; 
}

#AO
{
	/*background:#E0FFBF;*/
	float: left;
	width: 605px;
	margin: 10px;
	padding: 10px;
	border: 1px dashed gray; 
}
#AOTotal
{
	/*background:#E0FFBF;*/
	float: right;
	width: 268px;

}
#MotsFin_bg {
	background:#333333 url(/images/arum/shop/bg_motsfin.jpg);
	width: 460px;
	height:350px;
	padding: 20px;
	

	
}

#MotsFin_txt {
	
	float: right;
	width: 200px;
	padding: 20px;
	color: #000000;
	margin-top:80px;
	font-weight: bold;
	text-align:justify;
	

	
}
/*********** pour les info commandes admin************************/
#contentPrintCommande
{
	float: left;
	width: 900px;
	/*font: 13px Arial, Helvetica, sans-serif;*/
	color: #000000;
	margin-left: 50px;
	border: 1px dashed gray; 
}

/******************** Content for admin **************************/

#AdminMenu
{
	background:#000000;
	/*width: 1024px;*/
	height: 25px;
	text-align: center;
}

#AdminMenu a {
	
	color: #FFFFFF;
	text-decoration: none;
}
#AdminMenu a:hover {
	background: #7ECE05 url(/images/arum/shop/img02.jpg) repeat-x 0px 0px;
	text-decoration: none;
}
/* content pour la page edit */

#AdminContent {
	width: 950px;
	margin: 0px auto;
	/*padding: 0px 30px 0px 10px;*/
	
}

