@import url(/_css/style6/main.css);


/* MENU TYPE DE PRODUIT */
/*
body {
	background-color: #E7464E;
}
* {
	margin: 0px;
	padding: 0px;
}*/

#type_menu {
	position: absolute;
	top: 380px;
	left: 0px;
}
#type_menu span {
	font: normal 11px arial;
	color: #FFF;
}
#type_menu, #type_menu ul {
	list-style-type: none;
}

#limenu1, #limenu2 {
	position: relative;
	width: 160px;
	padding: 1px 0 1px 30px;
	font: normal 11px arial;
	color: #000;
	background: url(/_img/puce.gif) no-repeat 180px 4px #FFFFFF;
	cursor: pointer;
}
#limenu1 {
	margin-bottom:1px;
}
#limenu1:hover,#limenu2:hover, #type_menu li ul.smenu li a:hover {
	background-color: #757575;
	color: #FFFFFF;
}
#type_menu li ul.smenu {
	position: absolute;
	bottom: 0px;
	left: 190px;
	border:1px solid #EFE8E2;
}
#type_menu li ul.smenu li a {
	display: block;
	width: 155px;
	padding: 0 5px 0 30px;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000;
}

/*------------------------------------------*/

#content { 
 width: 100%;
 color: #333;
 height: 470px;
}

#content2{
position:relative;
top:25px;
background-color:#FFFFFF;
height:415px;
}

#photo{
float:left;
width:480px;
padding:55px 0 0 20px;
}

.legende{
font:italic 11px Arial, Helvetica, sans-serif;
color:#000;
}

#texte{
float:left;
width:440px;
padding:5px 0 0 10px;
}



.ligne{
border-bottom:1px solid #ada3a2;
width:100%;
margin-bottom:17px;
}

p{
color:#fff;
font:normal 11px Arial, Helvetica, sans-serif;
}

h1{
font:bold 11px Arial, Helvetica, sans-serif;
color:#868a8b;
padding-top:27px;
}

#Collections_content{
	position:relative;
	top:20px;
	height:415px;
	z-index:50;
}

#Collections_menu {
	width:190px;
	font-family:arial;
	font-size:9pt;
	float:left;
}

#Collections_flash {
	border:1px solid black;
	width:720px;
	height:430px;
	float:left;
}

.Collections_Category_normal {
	padding:2px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000;
	width:186px;
	height:18px;
	background-color:#fff;
}

.Collections_Category_selected {
	padding:2px;
	font:normal 11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#7a0402;
	width:186px;
	height:18px;
	background-color:#fff;
}


#listCollection {
	background-color:#FFFFFF;
	width:190px;
	list-style-type: none;
}
#listCollection li {
	margin-left:5px;
}
#listCollection li a {
	display: block;
	width:155px;
	padding-left:22px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	line-height:16pt		
}
#listCollection li a.on, #listCollection li a:hover {
	color:#868a8b;
	font-weight:bold;
}
#listCollection li a.on {
	background:url(/_img/collections/puce_selected6.gif) -2px 2px no-repeat;
}


