div#recherche {
	width: 940px;
	height: auto;
	margin: 0;
}

div#photos_recherche{
	margin-left: 15px;
	float: left;
}

#photos_main_rech{
	width: 100px;
	height: 100px;
	margin-top: 10px;
	margin-left: 10px;
}

div#info {
	float: left;
	width: 300px;
	margin-left: 15px;
}

.photos_resultat{
	float: left;
	width: 150px;
	height: 125px;
	/*background-color: #d4d4ba;*/
	background-color: #ffffff;
	/*border: 1px solid #d4d4ba;*/
	margin-top:5px;
	margin-left:5px;
}

.text_resultat{
	float: left;
	width: 625px;
	height: 125px;
	/*background-color: #d4d4ba;*/
	background-color: #ffffff;
	/*border: 1px solid #d4d4ba;*/
	margin-top:5px;
	padding-right:10px;
}

.text_resultat p a:link,a:visited{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
}

.text_resultat p a:hover{
	color: #0000;
	text-decoration: underline;
}

.prix_resultat{
	float: left;
	width: 150px;
	height: 125px;
	/*background-color: #d4d4ba;*/
	background-color: #ffffff;
	/*border: 1px solid #d4d4ba;*/
	margin-top:5px;
}

.info_resultat {
	height: 125px;
	padding-bottom: 0;
	padding-top: 0;
	/*border: 1px solid #252525;*/
}

.title1{
	text-transform:uppercase;
	font-weight: bold;
	/*text-indent:10px;*/
	color:#252525;
	display:inline;
	font-size:13px;
}

.description{
	/*text-indent:10px;*/
	text-transform: capitalize;
	color:#252525;
	font-size:12px;
}

.vendeur{
	text-align:right;
	text-indent:10px;
	color:#252525;
	font-size:15px;
}

.fichedetail{
	text-align:right;
	color:#FF0000;
	font-weight: bold;
	font-size:15px;
}

.recherche {
	float: left;
	width: 945px;
	height: 250px;
	background-color: #252525;
	border: 1px solid #d4d4ba;
	margin-left: 15px;
	margin-right: 15px;
}

.result {
	float: left;
	width: 945px;
	/*height: 250px;*/
	background-color: #252525;
	border: 1px solid #d4d4ba;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 3px;
	/*overflow:hidden;*/
	height:auto;
}

.show_result1{
	/*float: left;*/
	width: 940px;
	height: 150px;
	background-color: #252525;
	border: 1px solid #252525;
	/*position:relative;*/
	margin-top: 15px;
}

span.ventesign{
	color:#252525;
	font-size:13px;
	font-weight:bold;
	/*left:20px;
	position:absolute;
	top:15px;*/
}

.show_result2{
	float: left;
	width: 945px;
	height: 150px;
	background-color: #252525;
	border: 1px solid #252525;
}

.r_prix1 {
	float: left;
	font-size: 34px;
	font-weight: bold;
	color: #ff0000;
	margin-top:35px;
}

.r_prix2 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #ff0000;
	margin-top:35px;
}

.r_prix3 {
	float: left;
	font-size: 34px;
	font-weight: bold;
	color: #252525;
	margin-top:35px;
}

label.resultats  { 
   display:block;
   margin-bottom:5px; 
   /*margin-left:150px;*/
   font-size:15px;
   /*text-indent: 15px;*/
   font-weight: bold;
   color: #ffffff;
} 

input.resultats { 
   border:none; 
   -webkit-border-radius:5px; 
   -moz-border-radius:5px; 
   border-radius:5px; 
   -webkit-box-shadow:0 0 5px #666 inset; 
   -moz-box-shadow:0 0 5px #666 inset; 
   box-shadow:0 0 5px #666 inset; 
   height:25px; 
   line-height:25px; 
   width:200px; 
   text-indent:5px; 
   /*margin-left:10px;*/
   margin-top:10px;
}
/*
label .de{ 
   display:block;
   margin-bottom:5px; 
   /*margin-left:150px;
   font-size:10px;
   text-indent: 25px;
} 
*/

input.de { 
   border:none; 
   -webkit-border-radius:5px; 
   -moz-border-radius:5px; 
   border-radius:5px; 
   -webkit-box-shadow:0 0 5px #666 inset; 
   -moz-box-shadow:0 0 5px #666 inset; 
   box-shadow:0 0 5px #666 inset; 
   height:25px; 
   line-height:25px; 
   width:45px; 
   text-indent:5px; 
   /*margin-left:10px;*/
   margin-top:15px;
}

.styled-select {
   background-color: #f4f1e7;
   border-radius: 4px;
   /*background: transparent;*/
   width: 200px;
   padding: 5px;
   font-size: 14px;
   /*border: 1px solid #ccc;*/
   height: 30px;
   border: 1px solid #888;
   margin-top: 8px;
}

/*input[type=submit] {
	width:100px;
	margin-left:50px;
	margin-top:19px;
	box-shadow:1px 1px 1px #D83F3D;
	cursor:pointer;
	background:#FFF;
 }*/

option{
   background-color: #f4f1e7;
}

/* 
input.resultats:focus { 
	outline:none; 
}

*/
div.input_recherche{ 
	float:left; 
	width: 215px; /* 236 px pour 4 case et 315 px pour 3 cases */
	height: 60px;
	background-color: #252525;
	/*border: 1px solid #d4d4ba; /* enlever une fois fini */
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 15px;
}

div.input_classe{ 
	float:left; 
	width: 215px; /* 236 px pour 4 case et 315 px pour 3 cases */
	height: 60px;
	background-color: #252525;
	/*border: 1px solid #d4d4ba; /* enlever une fois fini */
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 15px;
}

div.input_categorie{ 
	float:left; 
	width: 215px; /* 236 px pour 4 case et 315 px pour 3 cases */
	height: 60px;
	background-color: #252525;
	/*border: 1px solid #d4d4ba; /* enlever une fois fini */
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 15px;
}

div.input_sscategorie{ 
	float:left; 
	width: 215px; /* 236 px pour 4 case et 315 px pour 3 cases */
	height: 60px;
	background-color: #252525;
	/*border: 1px solid #d4d4ba; /* enlever une fois fini */
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 15px;
}

div.input_manufacturier{ 
	float:left; 
	width: 215px; /* 236 px pour 4 case et 315 px pour 3 cases */
	height: 60px;
	background-color: #252525;
	/*border: 1px solid #d4d4ba; /* enlever une fois fini */
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 15px;
}

div.input_calibre{ 
	float:left; 
	width: 215px; /* 236 px pour 4 case et 315 px pour 3 cases */
	height: 60px;
	background-color: #252525;
	/*border: 1px solid #d4d4ba; /* enlever une fois fini */
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 15px;
}

div.input_typevente{ 
	float:left; 
	width: 215px; /* 236 px pour 4 case et 315 px pour 3 cases */
	height: 60px;
	background-color: #252525;
	/*border: 1px solid #d4d4ba; /* enlever une fois fini */
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 15px;
}

div.input_couleur{ 
	float:left; 
	width: 215px; /* 236 px pour 4 case et 315 px pour 3 cases */
	height: 60px;
	background-color: #252525;
	/*border: 1px solid #d4d4ba; /* enlever une fois fini */
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 15px;
}

div.input_dea{ 
	float:left; 
	width: 215px; /* 236 px pour 4 case et 315 px pour 3 cases */
	height: 60px;
	background-color: #252525;
	/*border: 1px solid #d4d4ba; /* enlever une fois fini */
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 15px;
}

div.input_bouton{ 
	float:right;
	/*width: 200px; /* 236 px pour 4 case et 315 px pour 3 cases */
	/*height: 60px;*/
	/*background-color: #252525;*/
	/*border: 1px solid #d4d4ba; /* enlever une fois fini */
	margin-right: 20px;
	margin-top: 50px;
}

div.input_bouton input[type=submit]{
	color: #ffffff;
	font-weight: bold;
	background-color: #ff0000;
	border-color: #ff0000;
	cursor:pointer;
}

div.input_bouton input[type=submit]:hover{
	color: #000000;
}

.no_result{
	margin:5px;
	padding:23px;
	text-align:center;
	font-size:2em;
	color:white;
}

label.de{
	width:100px;
	float:left;
	display:block;
   margin-bottom:5px; 
   font-size:15px;
   font-weight: bold;
   color: #ffffff;
}

h2{
	color:white;
	margin-left: 10px;
}


/*
     FILE ARCHIVED ON 05:20:44 Jan 11, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:07:39 Aug 15, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.576
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.007
  esindex: 0.009
  cdx.remote: 25.729
  LoadShardBlock: 52.562 (3)
  PetaboxLoader3.datanode: 63.212 (4)
  load_resource: 43.227
*/