.ancien-prix{
	text-decoration: line-through;
	font-weight: normal;
}
.nouveau-prix{
	color:#ff0000;
}
/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: #FFF;
	margin: 0 auto;
	width: 900px;
}
/* header */
#header {
	background: url(../_images/header.jpg) no-repeat;
	width: 900px;
	height: 159px;
	margin: 0 auto;
}
#header a.image_header {
	color: #FFF;
	display: block;
	width: 900px;
	height: 159px;
}
/* content */
#content {
    float: right;
    width: 666px;/*686-20*/
    margin: 0 10px;
    background-color: #FFF;
}

#content .bottom {
	background: url(../_images/bh-left-main-bottom.jpg) no-repeat left bottom;
	/*height: 17px;*/
}

/* sidebar */
#sidebar {
	float: left;
	margin: 0;
	width: 214px;
}

#sidebar h1 {
	/*background: #81AC00;*/
	color: #000;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
#sidebar ul {margin: 0; padding: 0;}
#sidebar li {
	list-style: none;
	margin: 0px;
}

#sidebar li a {
	margin-left: 10px;
	height: 22px;
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 4px 0px 10px;
	text-decoration: none;
	background: none;
}
#sidebar li.li-0{
	background: url(../_images/menu-viollet.jpg) no-repeat;
	width: 214px;
}
#sidebar li.li-1{

}
#sidebar li a.selected {
	margin-left: 0px;
	height: 23px;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 5px 4px 0px 25px;
	text-decoration: none;
}

#sidebar li.li-0 a.selected {
	background: url(../_images/puce-viollette.jpg) no-repeat 2px 5px;
}

#sidebar li.li-1 a.selected {
	background: url(../_images/puce-blanc.jpg) no-repeat 2px 5px;
}

#sidebar li ul {
    padding-left: 10px;
}

#sidebar li ul li a {
	margin-left: 0px;
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding: 4px 0px 4px 10px;
	text-decoration: none;
	background: none;
}

#sidebar li ul li.view {
	margin: 5px 0px;
	padding: 0px;
}
#sidebar li ul li.view a {
	margin-left: 0px;
	height: 23px;
	color: #cc99ff;
	display: block;
	font-weight: normal;
	padding: 5px 4px 0px 17px;
	text-decoration: none;
}

#sidebar li a:hover,.sidebarigation li ul li.view a:hover {
	color: #000;
	text-decoration: underline;
}

#sidebar li.article a {
	margin-left: 5px;
}


/* footer */
#footer {
	background-color: #721239;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 900px;
	height: 70px;
	background: #fff url(../_images/footer.jpg) no-repeat left top;
    clear:both;
}

#footer a {color: #FFF;}
#footer a:hover {color: #FAFCB0;}
/*flags*/
.flag {
	width: 110px;
	padding-top: 5px;
	margin-left: 700px;
	position: absolute;
}
.flag a {
	color: #FFF;
	margin-right: 5px;
	text-decoration: none;
	font-family: arial;
	display: block;
	width: 25px;
	float: left;
	text-decoration: none;
}
.flag a.flag_fr {
	background: url(../_images/fr-flag.jpg) no-repeat top left;
	height: 18px;
	width: 25px;
}
.flag a.flag_fr:hover,
.flag a.flag_jp:hover,
.flag a.flag_en:hover {
	background-position: left center;
	text-decoration: none;
}
.flag a.flag_jp.selected,
.flag a.flag_en.selected,
.flag a.flag_fr.selected{
	background-position: left bottom;
	text-decoration: none;
}
.flag a.selected:hover{
	background-position: left bottom;
}
.flag a.flag_en {
	background: url(../_images/en-flag.jpg) no-repeat top left;
	height: 18px;
	width: 31px;
}
.flag a.flag_jp {
	background: url(../_images/es-flag.jpg) no-repeat top left;
	height: 18px;
	width: 26px;
}
#madeBy{
    clear:both;
    text-align: center;
    margin-bottom: 10px;
}
#madeBy a {
	color: #FF0F73;
	
}

.attention {
	text-align: center;
	color: #edecde;
	margin-top: -10px;
	margin-bottom: 10px;
}
a.nu,
.nu a {
	text-decoration: none;
	color: #721239;
	font-size: 14px;
}
.nu a:hover {
	text-decoration: underline;
	color: #c2c2c2;
}
div.erreur {
	border: 2px solid #FF2F2F;
	background-color: #FFEFEF;
	padding: 5px;
	width: 250px;
	text-align: center;
	margin: 10px auto;
}
.membre {
	background: url(../_images/blok-login.jpg) no-repeat;
	width: 175px;
	height: 140px;
    margin:30px 0 0 0;
}
#edition a{
    font-size: 10px;
    text-decoration: none;
    float: right;
}
#edition img{
    padding:0 5px 0 0;
    vertical-align: middle;
}