
/** styles classic */
@import url(../../../catalog/stylesheet.css);

/* SLIDE */     
/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display:;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}



/* sliding panel */
#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
  top: 0;
	left:0;
	width: 1000px;
	z-index: 999;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	visibility: visible;
}

#panel {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 70px;
	color: #ffffff;
	font-weight:bold;
	background:#6F2745;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}


#panel a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #ffffff;
	padding-left:5px;
	font-weight:normal;
}

#panel a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#D76459;
}


#panel .content {
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: right;
	font-size: 14px;
	font-weight:bold;
}


#panel .content input.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	border: 1px #ffffff solid;
	background:#ffffff;
	margin-right: 5px;
	margin-top: 4px;
	width: 70px;
	height: 16px;	
}

#panel .content input:focus.field {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #ae8093 solid;
	background: #ae8093;
	color:#FFFFFF;
}

/* BUTTONS */
/* Login and Register buttons */

#panel .content input.bt_register {
	font-family: Arial, Helvetica, sans-serif;
	width: 74px;
	height:20px;
	color:#ffffff;
	background: transparent url(images/bt_register.png) no-repeat 0 0;
	border:none;
	cursor:pointer;
	font-weight:bold;
	font-size:12px
}



/* Panel Tab/button */
.tab {
  	background: url(images/tab_b.png) repeat-x 0 0;
	height: 7px;
	position: relative;
    top: 0;
	width:100%;

}

.tab ul.login {
	display: block;
	position: absolute;
  	float: right;
	height: 20px;
	width: auto;
	margin: 0;
	padding:0;
	right: 0;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(images/tab_l.png) no-repeat left 0;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(images/tab_r.png) no-repeat left 0;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 30px;
  	background: url(images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #ffffff;
	text-decoration:none;
}

.tab ul.login li a:hover {
	color:#D76459;
}


.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 6px;

}

.tab a.open {background: url(images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(images/bt_close.png) no-repeat left -19px;}


/***********/





html, body {border: 0; margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#CBCED2;
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}



/***** Main Layout ****/

#conteneur {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#contenu {
  	width: 1000px;
  	margin: auto auto;
  	text-align: left;
		position:relative;

}

#colonne_gauche {
	width:250px;
	float:left;
	display:block;
}

#page_contenu {
	width:680px;
	margin:0 10px 0 0;
	display:block;
	float:right;
}

/** impression */
#page_print {
	width:700px;
	margin:0 auto;	
	display:block;
	background:#FFF;
}
#page_print_header {
	width:700px;
}

/* Header*/

#header{
	position:relative;

	height:173px;
	z-index:10;
}

#logo{
	position:relative;

	margin:0px;
	padding:0px;
}


.menuHeader{
	margin:0px;
	padding:0px;
	width:135px;
	position:absolute;
	top:0;
	left:159px;
	
	z-index:200;
}

.menuHeader ul{
	background:#6F2745;
	height:136px;
	list-style:none;
	margin:0;
	padding:0;
}
	
	
.menuHeader li{
	float:left;
	padding:0px;
	border-bottom: solid 1px #99667B;
	width:135px;
}
	
	
.menuHeader li a{
	color:#ffffff;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:33px;
	margin:0px;
	margin-left:5px;
	padding-left:2px;
	padding-bottom:5px;
	text-decoration:none;

}
	
		
.menuHeader li a:hover, .menuHeader ul li:hover a{
	color:#ffffff;
	text-decoration:none;
}
.header_haut {
	position:relative;
	float:left;
	width:100%;
}

.header_bas {
	position:relative;
	float:left;
	width:100%;
}

#animFlash {
	position:absolute;
	right:0;
	top:0;
	width:841px;
	height:136px;
	z-index:100;
}

#fnaim {
	float:left;
}


.rubriques{
	border:0px;
	margin:0px;
	padding:0px;
	float:right;
	width:841px;
}


.rubriques ul{
	background-image:url(images/fd_rubrique.png);
	background-repeat:repeat-x;
	height:37px;
	list-style:none;
	margin:0;
	margin-top:0px;
	padding:0;
}
	
	
.rubriques li{
	float:left;
	padding:0px;
}
	
	
.rubriques li a{
	color:#ffffff;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:37px;
	margin:0px;
	padding:0px 15px 0px 15px;
	text-decoration:none;
}
	
		
.rubriques li a:hover, .rubriques ul li:hover a{
	background-image:url(images/hover.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-color:#6F2745;
	color:#ffffff;
	text-decoration:none;
}


/* FIN Header*/



/* Page*/

#page_haut{
	float:left;
	background-image:url(images/fd_page_haut.png);
	background-repeat:no-repeat;
	width:1000px;
	margin-top:8px;
}
	
#page{
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(images/fd_page_middle.png);
	background-repeat:repeat-y;
	margin:0px;
	width:960px;
}


#page_bas{
	float:left;
	background-image:url(images/fd_page_bas.png);
	background-repeat:no-repeat;
	width:1000px;
}


.textAccueil{
	float:left;
	width:540px;
	margin:0px;
	padding:5px;
	border:dotted 1px #b1b0b0;
}


.textPres{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:0px;
	line-height:18px;
}


.textPres_couleur{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#6F2745;
	margin:0px;
	padding:0px;
	line-height:18px;
	text-decoration:none;
}


.textPres_couleur a{
	text-decoration:none;
	font-size:12px;
	color:#6F2745;
	border-right: solid 1px #6F2745;
	padding-right:5px;
	padding-left:0px;
}


.textPres_couleur2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#6F2745;
	margin:0px;
	padding:0px;
}


.sep_texte_accueil{
	background-image:url(images/sep_text_accueil.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;


}

.bloc_recherche{
	float:left;
	width:550px;
	padding-top:18px;
	position:relative;
}
.bloc_recherche_int{
	float:left;
	width:250px;
	padding-top:18px;
	position:relative;
}


.blocRecherche_top{
	background-image:url(images/fd1_rech.png);
	background-repeat:no-repeat;
	margin:0px;
	height:11px;
}


.blocRecherche{
	background-image:url(images/fd_rech.png);
	background-repeat:repeat-y;
	background-position:top;
	margin:0px;
	
}


.blocRecherche_bottom{
	background-image:url(images/fd2_rech.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px;
	height:11px;
}


.tab-recherche{
	padding-left:15px;
}

.cell-titre-rech{
	border-bottom: solid 1px #999;
}

.titre_rech{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	line-height:18px;
	margin:0px;
	padding:0px;
}

.entete_rech{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	line-height:18px;
	height:15px;
	line-height:16px;
	margin:0 0 0 0;
	padding:0 0 0 5px;
	float:left;
}
.entete_rech2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	line-height:18px;
	height:15px;
	line-height:16px;
	margin:0 0 0 0;
	padding:0 5px 0 5px;
	float:right;
}


.intitules_rech{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000;
	margin-left:6px;

}


.intitules_rech_active{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000;
		margin-left:6px;
}


.intitules_rech a{
	color:#000;
	text-align:right;
	text-decoration:none;
	background-image:url(images/sep_int-rech.png);
	background-repeat:no-repeat;
	background-position:4px;
	padding-left:20px;
}

.intitules_rech_active a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#6F2745;
	text-decoration:underline;
	background-image:url(images/flech.png);
	background-repeat:no-repeat;
	background-position:0;
	padding-left:20px;
}
.intitules_rech a:hover{
	color:#6F2745;
	text-decoration:none;
	background-image:url(images/flech.png);
	background-repeat:no-repeat;
	background-position:2px;
}


.rech_champ_liste{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	width:255px;
	height:22px;
	background-color:#F9F7F5;
	border:medium none;	
	margin:0px;
	text-align:left;
	padding-left:5px;
}

.bloc_recherche_int .rech_champ_liste{
	width:220px;
}
	
	
	
.rech_champ{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	width:248px;
	height:22px;
	background-color:#F9F7F5;
	border:medium none;	
	margin:0px;
	padding:0px;
	padding-left:5px;
}

.bloc_recherche_int  .rech_champ{
	width:212px;
}
	
	
.rech_champ2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color:#F9F7F5;
	width:114px;
	height:22px;
	border:medium none;	
	padding:0px;
	margin:0px;
	padding-left:5px;
}
.bloc_recherche_int .rech_champ2{
	width:101px;
}
	
	
.bout_rech{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
	width:255px;
	height:45px;
	background-image:url(images/bout_rech.png);
	border:medium none;	
	background-repeat:no-repeat;
	margin-top:-10px;
	padding:0px;
	padding-left:15px;
	cursor:pointer;
}
.bloc_recherche_int .bout_rech{

	width:218px;
	background-position:-36px 0;

}


.bout_rech:hover{
	background-image:url(images/bout_rech_hover.png);
}
	

.a{
	color:#000000;
	font-size: 13px;
}

.blocNouveautes{
	float:right;
	width:378px;
	height:405px;
	margin-right:5px;
}

.entete_nveautes{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	line-height:18px;

	width:378px;
	height:26px;
	margin:0 0 0 0;
	padding: 0;
	
}
	

.intitules_nveautes{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000;
	margin-left:10px;
	
}


.intitules_nveautes a{
	color:#000;
	text-decoration:none;
	background-image:url(images/sep_int-rech.gif);
	background-repeat:no-repeat;
	background-position:-6px;
	padding-left:8px;
}


.intitules_nveautes a:hover{
	color:#000;
	text-decoration:underline;
	background-image:url(images/flech.gif);
	background-repeat:no-repeat;
	background-position:-5px;
}


.bloc_nouveautes{
	float:left;
	width:365px;
	height:369px;
	border:dotted 1px #666666;
	padding:5px;
	position:relative;
}


.photosBiens{
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}


.titre_biens {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#ffffff;
	background-color:#6F2745;
	margin:0px;
	padding:0px;
	padding-left:5px;
}


.titre_biens a{
	color:#ffffff;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

.prix_biens {
	padding-left:10px;
	color:#ffffff;
	font-weight:bold;
}


.prix_biens a{
	padding-left:10px;
	color:#ffffff;
}


.texte_biens{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:0px;
	padding-bottom:7px;
	padding-top:5px;
	padding-left:5px;
}

.bien_suivant{
	float:right;
	position:absolute;
	right:12px;
	top:270px;
}



/* FIN Page*/



#footer{
	width:1000px;
	height:100px;
	float:left;
	padding:0px;
	margin:0px;
	background-color:#99667B;
	margin-top:3px;
	
}


.footerTexte{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	padding-left:20px;
	padding-top:15px;
}


.footerTexte a{
	color:#ffffff;
	text-decoration:none;
}


.footerTexte a:hover{
	color:#000000;
	text-decoration:none;
}


.footerTexte2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:0px;
	margin:0px;
	padding-top:10px;
	padding-left:20px;
}


.footerTexte2 a{
	color:#000000;
	text-decoration:none;
}


.footerTexte2 a:hover{
	color:#ffffff;
	text-decoration:none;
}


.coordonnes{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#702745;
	margin:0px;
	padding:0px;
	margin-top:10px;
}

.coordonnes a{
	color:#702745;
	text-decoration:none;
	font-weight:bold;
	padding-right:5px;
}

.coordonnes a:hover{
	color:#702745;
	text-decoration:underline;
}




/** listing */

.listing {
	padding:5px;
	color:#000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	text-align:left;	
	}

.listing a {
	color:#000;
}


.listing_bien {
	float:left;
	width:285px;
	border: none;
	padding:3px;
	margin:5px 15px;
	background:#ebe6e0;

}

.listing_image {
	padding:5px;
	margin:0;
	position:relative;
	z-index:0;
}

.listing_image_fixe {
	position:relative;
	display:block;
}
.listing_image_fixe2 {
	position:relative;
	display:block;
}
.listing_image_fixe img{
	border:none;
}
.listing_picto {
	position:absolute;
	right:11px;
	bottom:9px;
	z-index:100;
}
.listing_picto  img{
border:0;
}
.diapo {
	
}
.diapo img {
	margin:7px 6px 0 0;
}

.listing_name {
		min-height:32px;
		padding:5px;
		margin:5px;
		background:#9f6e82;		
		color:#ebe6e0;
		font-weight:bold;
	}
.listing_name a {
	color:#ebe6e0;
	text-decoration:none;
}
.listing_type_bien  a {
		color:#ebe6e0;
}

.listing_description {
		background:none;
		padding:5px;
		color:#000;
		margin:0px;
		min-height:65px;
}

.listing_bandeau_bas {
		position:relative;
		height:20px;
		padding:3px;
		margin:5px;
		background:#fff;	
}

.listing_price {
		float:left;
		font-weight:bold;
		margin:2px 0 0 0;
	
}
.listing_buy_now {
	float:right;
	margin:1px 0 0 0;
}

.listing_buy_now a{
	text-decoration:none;
	float:right;
	margin:0 0 0 5px;
}

.listing_buy_now  img {
	float: right; margin: -4px 0 0 0;
}





.listing_info {
		padding:3px;
		margin:5px;
		background:#fff;	
}

.listing_model {

}

.listing_manufacturer {
	
}

.listing_manufacturer_link {

}



.listing_whishlist {

}

.listing_mail {

}

.listing_pull_down {

}

.separate {
		clear:both;
}

/** fin listing */

/** products_info */

.p_bien {
	background:#'.$color_l4.';
}
.pageHeading h1 {
	padding:0;
	margin:0;
	font-size:18px;
	font-weight:bold;
}
.p_picto {
	float:right;
}
.p_titre {
	float:left;
	font-family:arial;
}
.p_price {
	font-size:16px;
	font-weight:bold;
}
.p_credit {
	font-size:12px;
	font-weight:bold;
}

.p_video {
	width:480px;
	height:300px;
	background:#fff;
	padding:0 0 0 0;
	position:relative;
}

.p_carto {
	position:relative;
}

.r_video {
	position:absolute;
	top:190px;
	left:380px;	
	z-index:100;
}
.r_video_l {
	position:absolute;
	top:100px;
	left:-48px;
	z-index:100;
}

.p_photo {
	background:none;
}
.p_photo a {
	color:#fff;
	font-size:12px;
}
.photo {
	padding:5px 0 0 0;
}
.p_survol {
	font-weight:bold;
	color:#0c3471;
}

.p_reference {
	font-size:14px;
	font-weight:bold;
}
.p_txt {
	padding:5px;
	font-size:12px;
}

.p_diapo {
	padding:0 0 0 10px;
	background:url(images/puce.gif) no-repeat;
	background-position:0 7px;
	font-size:16px;
}
.p_diapo a {
		font-size:16px;
		color:#0c3471;
}
.p_diapo a:hover {
		color:#0c3471;
		font-size:16px;
}

.button {
	text-align:center;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	}

.button a {

	text-align:center;
	color:#666;
	position:relative;
	padding:0;
	margin:0;

	display:block;
}
.contact {
	background:none;
	text-align:center;
}
.contact h1 {
	font-size : 13px;
	text-align:center;
	padding:0 2px 5px 2px;
	display:inline;
	}
	
.contact a {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 16px;
	font-style : normal;
	color : #e75113;
}	

.description  {
	font-family:arial;
	padding:5px 0 0 5px;
	font-size:14px;
	text-align:justify;
	color:#000;
}
.description a {
	font-family:arial;
	font-size:14px;
	text-align:justify;
	color:#333;
}

.p_info h2 {
	font-size:14px;
	color:#0c3471;	
	background:url(images/flech.png) no-repeat;
	background-position: 0 2px;
	padding:0 5px 0 15px;
	margin:0;
	
}
/** fin products_info */
