/* COMMON */
 
*{
	margin: 0px;
	padding: 0px;
}

html, body{ 
  margin:0px; 
  padding:0px;
  text-align:center;
  background-color:#D7D8CA;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style : normal;
	text-decoration: none;
	color: #44211D;
} 

br {
  height:10px;
  font-size:10px;
}

img {
	border: 0px;
}

h1 {
  color: #E63A90;
  font-size: 18px;
  font-weight: bold;  
}

h2 {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;  
}

.hr {
  background-image : url("../img/flt_x_dashed.gif");
  background-repeat : repeat-x;  
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 508px;
}

a:link{
	color: #ED008C;
	text-decoration: none;
}

a:visited{
	color: #ED008C;
	text-decoration: none;
}

a:active{
	color: #ED008C;
	text-decoration: none;
}

a:hover{
	color: #ED008C;
	text-decoration: underline;
}

#cont_ref, #cont_ref a{
	color: #836B68;	
}

.message_demenagement{
  position: relative;
  width: 559px;
  height: 40px;
	background-color:transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	color: #E6158C;
	font-weight: bold;
	font-size: 16px;
        text-align: center;
        border: dashed 2px #E6158C;
}

.cont_title{
  position: relative;
  width: 559px;
  height: 22px;
	background-color:transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	color: #E6158C;
	font-weight: bold;
	font-size: 14px;
}

.annonce_list{
  position: relative;
  width: 572px;
  margin-left:25px;
}

.annonce_item{
  position: relative;
  width: 572px;
  margin-top: 30px;  
}

.annonce_item_title{
  position: relative;
  width: 405px;
  height: 31px;
  margin-left: 164px; 
  padding-top: 4px;  
  padding-left: 5px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;    
}

.annonce_item_price{
  position: relative;
  color: #000000;
  font-size: 18px;
  font-weight: bold;    
}

.annonce_item_back{
  position: relative;
  width: 546px;
  height: 158px;
  margin-left: 26px;
	background-color:transparent;
	background-image:url("../img/bg_annonce_2.gif");
	background-repeat:repeat-x;  
}

.annonce_item_text{
  position: relative;
  width: 385px;
  margin-left: 138px; 
  padding-top: 10px;  
  padding-left: 5px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: normal;
}

.annonce_item_photo1{
  position: absolute;
  top: 5px;
  left: 3px;
  width: 156px;
  height: 114px;
}

.annonce_item_photo2{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 164px;
  height: 124px;
}

input.search_btn{
	border:0px;
	width:135px;
	height:40px;	
	background-color:transparent;
	background-image:url("../img/bt_recherchez.gif");
	background-repeat:no-repeat;
	background-position:center;
  cursor: pointer;	
}

input.search_btn_over{		
	border:0px;
	width:135px;
	height:40px;			
	background-color:transparent;
	background-image:url("../img/bt_recherchez_r.gif");
	background-repeat:no-repeat;
	background-position:center;
	cursor: pointer;
}

input.send_btn{
	border:0px;
	width:96px;
	height:26px;	
	background-color:transparent;
	background-image:url("../img/bt_envoyer.gif");
	background-repeat:no-repeat;
	background-position:center;
  cursor: pointer;	
}

input.send_btn_over{
	border:0px;
	width:96px;
	height:26px;		
	background-color:transparent;
	background-image:url("../img/bt_envoyer_r.gif");
	background-repeat:no-repeat;
	background-position:center;
	cursor: pointer;
}

#head_link{
 position: absolute;
 left: 2px;
 top: 61px;
 width: 151px;
 height: 148px;
}

#head_link2{
 position: absolute;
 left: 665px;
 top: 38px;
 width: 68px;
 height: 65px;
}

#pagewidth{ 
  position:relative;  
  width:810px;
  text-align:left;  
  margin-left:auto; 
  margin-right:auto;
	background-color:transparent;
	background-image:url("../img/flt_container.gif");
	background-repeat:repeat-y;
}

#cont_header{
  position:relative;
  height:203px;
  width:805px;
	background-color:transparent;
}

#cont_header_result{
  position:relative;
  height:141px;
  width:771px;
	background-color:transparent;
	background-image:url("../img/header_resultat.jpg");
	background-repeat:no-repeat;
	background-position:center;
}

#cont_header_gen{
  position:relative;
  height:141px;
  width:771px;
	background-color:transparent;
	background-image:url("../img/header_generik.jpg");
	background-repeat:no-repeat;
	background-position:center;
}

#cont_main_frame{
  position: relative;
  margin-left: 15px;
  width: 565px;
}

.head_box_nav{
  position: relative;
  display: block;
  width: 439px;
  height: 6px;
  font-size: 0px;
	background-color:transparent;
	background-image:url("../img/head_recherche.gif");
	background-repeat:no-repeat;
}

.flt_box_nav{
  position: relative;
  display: block;  
  width: 419px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
	background-color:transparent;
	background-image:url("../img/flt_recherche.gif");
	background-repeat:repeat-y;
	color: #E62B9E;
}

.flt_box_nav a:link{
  font-weight: bold;
  color: #ffffff; 
}

.flt_box_nav a:visited{
  font-weight: bold;
  color: #ffffff; 
}

.flt_box_nav a:active{
  font-weight: bold;
  color: #ffffff; 
}

.flt_box_nav a:hover{
  font-weight: bold;
  color: #ffffff; 
  text-decoration: underline;
}

.foot_box_nav{
  position: relative;
  display: block;  
  width: 439px;
  height: 6px;
  font-size: 0px;  
	background-color:transparent;
	background-image:url("../img/foot_recherche.gif");
	background-repeat:no-repeat;
}

.btn_nav{
  position: relative;
  float: left;
  display: inline;
  width: 200px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #5A585D;
	background-color: #EEEDE8;
	margin-right: 35px;
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #51322F;
	cursor: pointer;
	padding-bottom: 2px;	
}

.btn_nav2{
  position: relative;
  float: left;
  display: inline;
  width: 200px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #e51289;
	background-color: #EEEDE8;
	margin-right: 35px;
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #51322F;
	cursor: pointer;
	padding-bottom: 2px;
}

.head_box_annonce{
  position: relative;
  display: block;
  width: 586px;
  height: 12px;
  font-size: 0px;
	background-color:transparent;
	background-image:url("../img/head_annonces.gif");
	background-repeat:no-repeat;
}

.flt_box_annonce{
  position: relative;
  display: block;  
  width: 546px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-top: 10px;
	background-color:transparent;
	background-image:url("../img/flt_annonces.gif");
	background-repeat:repeat-y;
	color: #ffffff;
}

.flt_box_annonce a:link{
  font-weight: bold;
  color: #ffffff; 
}

.flt_box_annonce a:visited{
  font-weight: bold;
  color: #ffffff; 
}

.flt_box_annonce a:active{
  font-weight: bold;
  color: #ffffff; 
}

.flt_box_annonce a:hover{
  font-weight: bold;
  color: #ffffff; 
  text-decoration: underline;
}

.foot_box_annonce{
  position: relative;
  display: block;  
  width: 586px;
  height: 12px;
  font-size: 0px;
  margin-bottom: 5px;
	background-color:transparent;
	background-image:url("../img/foot_annonces.gif");
	background-repeat:no-repeat;
}

.btn_menu{
  position: relative;
  display: block;
  margin-left: 7px;
  margin-bottom: 5px;
  width: 151px;
}

.btn_detail{
  position: relative;
  display: block;
  height: 24px; 
}

.btn_detail_left{
  position: relative;
  height: 26px;
  width: 9px;
  float: left;
  display: inline;
	background-color: transparent;
	background-image: url("../img/bg-left_boutongenerik.gif");
	background-repeat: no-repeat;  
}

.btn_detail_right{
  position: relative;
  height: 26px;
  width: 9px;
  float: left;
  display: inline;
	background-color: transparent;
	background-image: url("../img/bg-right_boutongenerik.gif");
	background-repeat: no-repeat; 
}

.btn_detail_in{
  position: relative;
  height: 21px;
  padding-top: 5px;
  padding-left: 17px;
  padding-right: 17px;
  float: left;
  display: inline;
	background-color: transparent;
	background-image: url("../img/flt_boutongenerik.gif");
	background-repeat: repeat-x;   
}


.btn_gen{
  position: relative;
  display: block;
  height: 26px; 
}

.btn_gen_left{
  position: relative;
  height: 26px;
  width: 1px;
  float: left;
  display: inline;
	background-color: transparent;
	background-image: url("../img/left-bt_generik.gif");
	background-repeat: no-repeat;  
}

.btn_gen_right{
  position: relative;
  height: 26px;
  width: 1px;
  float: left;
  display: inline;
	background-color: transparent;
	background-image: url("../img/right-bt_generik.gif");
	background-repeat: no-repeat; 
}

.btn_gen_in{
  position: relative;
  height: 26px;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  display: inline;
	background-color: transparent;
	background-image: url("../img/flt-bt_generik.gif");
	background-repeat: repeat-x;   
}


#coup_de_coeur_cont{
  position: relative;
  margin-left: 8px;
  margin-bottom: 5px;
  width: 151px;
	background-color: transparent;
	background-image: url("../img/flt_coupdecoeur.gif");
	background-repeat: repeat-y;
}

#coup_de_coeur_head{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 151px;
  height: 40px;
	background-color: transparent;
	background-image: url("../img/head_coupdecoeur.gif");
	background-repeat: no-repeat;
}

#coup_de_coeur_img_cont{
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 125px;
  height: 93px;
}

#coup_de_coeur_img{
  position: absolute;
  display: block;
  width: 125px;
}

#coup_de_coeur_text{
  position: relative;
  margin-left: auto;
  margin-right: auto;  
  width: 136px;
  text-align: center;
	color: #5C5C50;
	border-bottom: 1px solid #5C5C50;
	font-size: 12px;
	font-weight: bold;
}

#coup_de_coeur_prix{
  position: relative;
  margin-left: auto;
  margin-right: auto;   
  width: 136px;
  text-align: center;
	background-color: transparent;
	color: #5C5C50;
	font-weight: bold;
	font-size: 12px;
}

#cont_search_ref{
  position: relative;
  margin-left: 7px;
  margin-bottom: 5px;
  width: 151px;
  height: 34px;
	background-color: transparent;
	background-image: url("../img/bg_moteurecherche.gif");
	background-repeat: no-repeat;
}

#cont_nouveaute{
  position: relative;
  display: block;
  width: 550px;
  margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #ED008C;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
  color: #E5148B;
}

#nouveaute_img_cont{
  position: relative;
  display: block;
  width: 181px;
  height: 137px;
}

#nouveaute_img{
  border: 1px solid #010000;
  display: block;
  height:150px;
}

#nouveaute_mask{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  width: 181px;
  height: 137px;
	background-color: transparent;
}

#nouveaute_head{
  position: relative;
  width: 214px;
  height: 26px;
	background-color: transparent;
	background-image: url("../img/hed_nouveautes.gif");
	background-repeat: no-repeat;
	font-size: 0px;
}

#nouveaute_flt{
  position: relative;
  width: 204px;
  padding-left: 5px;
  padding-right: 5px;
	background-color: transparent;
	background-image: url("../img/bg_nouveautes.gif");
	background-repeat: repeat-y;
	min-height: 60px;
	_height: 60px;
}

#nouveaute_foot{
  position: relative;
  width: 214px;
  height: 6px;
	background-color: transparent;
	background-image: url("../img/footnouveautes.gif");
	background-repeat: no-repeat;
	font-size: 0px;
}

#nouveaute_hr{
  position: relative;
  width: 204px;
  border-bottom: 1px solid #000000;
  height: 5px;
	font-size: 0px;
	margin-bottom: 8px;
}

.result_hr{
  position: relative;  
	font-size: 0px;
	margin-left: -2px;
	margin-top: 5px;
	margin-bottom: 8px;
  height: 1px;
  width: 325px;
	background-color: transparent;
	background-image: url("../img/hr_resultat.gif");
	background-repeat: no-repeat;	
}

.detail_hr{
  position: relative;  
	font-size: 1px;
	margin-top: 5px;
	margin-bottom: 8px;
  height: 1px;
  width: 520px;
  display: block;
	background-color: transparent;
	background-image: url("../img/hr_detail.gif");
	background-repeat: no-repeat;	
}


#leftcol{
  position: relative;
  float: left;
  display: inline;
  width: 179px;
}

#leftcol a{
  text-decoration: none;
  color: #ffffff;
}

#leftcol a:link{
  text-decoration: none;
  color: #ffffff;
}

#leftcol a:visited{
  text-decoration: none;
  color: #ffffff;
}

#leftcol a:hover{
  text-decoration: underline;
  color: #ffffff;
}


#maincol{
  position: relative;
  float: left;  
  display: inline;
  width: 579px;
  min-height: 300px;
  _height: 300px;
}

#cont_footer{
  position: relative;
  width: 795px;
  height: 72px;
  clear:both;
  background-image : url("../img/bg_footer.gif");
  background-repeat : no-repeat;
  text-align: left;
  padding-top: 12px;
  padding-left: 15px;
  font-size: 10px;
  color: #E63A90;
}

#cont_footer a{
  color: #E63A90;
  text-decoration: none;
}

#cont_footer a:hover{
  color: #E63A90;
  text-decoration: underline;
}

#cont_center_main{
  position:relative;
  margin-left:80px;
  padding-top: 10px;
  width: 520px;
  padding : 5px;
  color: #ED008C;
}

.cont_text_main{
  position: relative;
  width: 550px;
  padding-left: 10px;
  padding-right: 20px;
  color: #ED008C;
}

.cont_search_main{
  position: relative;
  display: block;
  width: 550px;
  margin-left: 10px;
	background-color: #563530;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
  color: #5A585D;
}

.cont_text_main_cont{
  position: relative;
  width: 579px;
  margin-left: 10px;
  color: #000000;
}

#cont_text_main_footer{
  position: relative;
  margin-left: 14px;
  width: 544px;
  height: 27px;
  background-image : url("../img/foot_bienvenue.gif");
  background-repeat : no-repeat;
}

/*             */
/* formulaires */
/*             */

/* auto complete */
div.form_autocomplete {
  position: absolute;
  width: 500px;
  background-color: white;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
  z-index: 100;
}
 
div.form_autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  max-height: 20em;
  overflow: auto;
}
 
div.form_autocomplete ul li.selected {
	background-color: #3366CC;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
 
div.form_autocomplete ul li {
	list-style-type:none;
	display: block;
	margin: 0;
	padding: 2px;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* msg d'erreurs en tete du formulaire */
.form_errors_msg
{
  border:1px dashed #f00;
  color:#f00;
  margin-top:10px;  
  margin-left:20px;
  margin-right:20px;
  margin-bottom:10px;
  padding:5px;
	text-align:center;	
}	

.texteFormVisu{
  float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#fff;
	text-align:left;
	font-weight:bold;
	display:block;
	width:130px;
	margin-right:5px;
}

.texteAffFiche{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:left;
	margin:0px;
	padding:0px;
}

.labelFormEditObligatoire{
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:left;
	width:130px;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:5px;
}

.labelFormEditNonObligatoire{
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:left;
	width:130px;
	display:block;
	float:left;
	font-weight:normal;
	margin-right:5px;
}

#divFormAvisBien label{
	color:#000000;
}

table.form_default td{	
	Xpadding:5px;	
}

.form_default{
	clear: none;
	float: none;
	text-align:left;
	width:260px;
}

.tdLabel{
	width:130px;
}

table.form_default{	
	width:420px;	
}


.form_default legend{
	background-color: #f1f3f5;
	border-color: #000;
	border-style: dotted;
	border-width: 1px;
	color:#000;
	font-weight:bold;
	padding:5px;
}

.form_default fieldset{	
	margin: 20px;
	padding:10px;
	width: 480px;
}


.form_default input{
	display: inline;
}

.form_error{
  color: #ff0000;
  border: 1px solid #ff0000;
	clear: none;
	float: none;
	text-align:left;
	width:260px;
}

.form_error input{
	display: inline;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

