/********************************************
*
* Structure perso
*
********************************************/

* {
	margin:0;
	padding:0;

}

img.rien{border:0;}

body {
	font-size:0.875em;
	margin:0;
	padding:0;
        background: #FC6 url(img/fond_haut.jpg) repeat-x fixed;

}

#haut {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 5;
	left: 0px;
}



body.twoElements {
	width:70em;
}
body.twoElements #myBanner {
	width:78.55em;
	height:auto;
	float:left;
}
body.twoElements #barLeft, body.oneElement #barRight {
	display:none;
}
body.twoElements #menuLeft {
	width:16em;
	float:left;
	margin:0 0.4em 0 0;
	padding:0.5em;
	font-size:0.9em;
	border-right:1px solid #eee;
	background-color:#FC6;
	height:auto;
}
body.twoElements #menuRight {
	width:16em;
	float:left;
	margin:0;
	padding:0.5em;
	font-size:0.9em;
	border: 1px solid #C8935F;
	background-color:#FBE3B2;
	height:auto;
}
* html body.twoElements #menuRight { /* fix for ie 6 */ 
	margin:0 0 0 0.2em;
}
*+html body.twoElements #menuRight { /* fix for ie 7 */ 
	margin:0 0 0 0.1em;
}
body.twoElements #menuLeft p,
body.twoElements #menuRight p {
	float:left;
	width:100%;
}
body.twoElements #menuLeft p a,
body.twoElements #menuRight p a {
	margin:0.5em 0 0 0;
	float:left;
}
body.twoElements #menuLeft ul,
body.twoElements #menuRight ul {
	width:14em;
	margin:0.5em 0 0.5em 0;
	float:left;
}
body.twoElements #menuLeft ul li .button,
body.twoElements #menuRight ul li .button {
	margin:0.5em 0 0 0;
	width:100%;
}
* html body.oneElement #main {
	margin:0 0.6em 0 1em; /* fix for ie 6 */ 

}
/********************************************
*
* main content
*
********************************************/

#main {

	margin: auto;
	text-align: left;
	width:780px;
	overflow:hidden;
	border: 1px solid #C8935F;
}

#main.container{
        background-color:#FFF;
        margin:20px;
        padding:1px;
}
#headerUserInformation{
        background-color:#FBE3B2;
}
/********************************************
*
* Mise en couleur du menu
*
********************************************/
#frmFilter,
#menuCheckout,
#menu li#menuItemShop.current a,
#menu li.current a,
#menu li a:hover,
form.topArticle fieldset .articleImages ul,
form.topArticle fieldset .articleImages {
       background-color:#F93;
}
#menu li a {
       color:#963;
}

/********************************************
*
* titre des articles
*
********************************************/

h3{
    color:#963;
}

/********************************************
*
* link color, hover color
*
********************************************/
a,
a:visited,
a:active {
color:#0090b3;
}
a:hover,
ul.detailMenuPath li.mark,
.navigation div span,
#detailArticlePrint .detailArticleViews span strong a {
color:#F93;
}
