#content TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

#content .infoBoxContents {
  /* background: #FFF; */ /* #f8f8f9; */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

#content .boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

/* ELEMENTS COMMUNS */

#content img{
	padding:0;
	margin:0;
	border:0;
}
#content p, a, label, select, legend, h3 {
	margin:0;
	padding:0;
	font-family:Verdana, "sans serif";
	font-size:12px;
	color:#3F3F3F;
}
#content hr{display:none;}
#content dl, dd, dt, ul, li{margin:0;padding:0;}

/* CLASSES DE STYLE */

#content .clear{clear:both;font-size:0px;}
#content .centre{text-align:center;}
#content .droite{text-align:right;}
#content .gauche{text-align:left;}
#content .no-padding{padding:0;}
#content .no-margin{margin:0;}
#content .barre{text-decoration:line-through;}
#content .promo{color:red;}

/* ELEMENTS DE FORMULAIRE */

#content form, fieldset{
	margin:0;
	padding:0;
	border:0;
}
#content .input-text, select, textarea{
	width:155px;
	font-size:10px;
	color:#333;
}
#content select{padding:0;}
#content html>body select{height:18px;}
#content .input-button{vertical-align:top;}
#content label input.input-radio, label input.input-checkbox{
	margin:0 2px 0 2px;
	padding:0;
	vertical-align:top;
}
#content html>body input.input-radio, html>body input.input-button, html>body input.input-checkbox{
	vertical-align:text-bottom;
}
#content label{
	font-size:12px;
	color:#333;
}
#content input.input-hidden{
	display:none;
}

/* MISE EN PAGE GENERALE */

#content #site{
	position:relative;
	margin:0 auto;
	padding:0;
	width:925px;
	text-align:left;
	height:100%;
    min-height : 100%;

	clear:both;
}
#content #gauche{
	float:left;
	width:164px;
}
#content #contenu{
	float:left;
	padding:10px 5px 0 5px;
	width:624px;
	background:#FFF url(img/fond-contenu.jpg) no-repeat;
}
#content html>body #contenu{
	width:614px;
}
#content #droite{
	position:absolute;
	top:0;
	right:-1px;
	width:137px;
}
#content html>body #droite{
	right:0;
}

/* HEADER */

#content #header{
	position:relative;
}
#content #header-image{
	position:absolute;
	top:0;
	left:0;
}
#content #header div{
	margin:0 0 10px 135px;
}
#content #header-titre{
	margin:4px 0 0 4px;
	padding:0;
}
#content #header-menu{
	list-style-type:none;
	margin:0;
	padding:0 0 0 0;
}
#content #header-menu li{
	margin:0 4px 0 0;
	padding:0 4px 0 0;
	float:left;
	border-right:1px solid #3F3F3F;
}
#content #header-menu li.dernier{
	border-right:0;
}
#content #header-menu li.premier{
	padding:0 5px 0 15px;
	background:transparent url(img/puce-noir.gif) no-repeat 5px 4px;
}
#content #header-menu a{
	color:#3F3F3F;
	text-decoration:none;
}
#content #header-menu a:hover{
	text-decoration:underline;
}
#content #header{		margin:0;
	padding:0;}

/* PARTIE GAUCHE MENU */

#content #menu{
	margin:-10px 0 0 0;
	padding:0 0 0 3px;
	/*background:#FFF url(img/fond-menu.gif);*/
}
#content #menu dt{
	font-size:1px;
	margin-top:10px;
}
#content #menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#content #menu li a{
	padding:0 0 0 10px;
	margin:-2px 0 -2px 0;
	background:transparent url(img/puce-menu.gif) no-repeat 0 4px;
	font-size:12px;
	text-decoration:none;
	color:#3F3F3F;
}
#content #menu ul p{
	border-top:1px solid #3F3F3F;
	color:#666;
	font-size:10px;
}
#content #menu ul li ul{
	margin:0 0 0 20px;
}
#content #menu ul li ul li{
	background:none;
	padding:0;
}
#content #menu ul li ul li a{
	background:transparent url(img/puce-menu2.gif) no-repeat 0 4px;
	color:#666;
}

/* COLONNES CONTENU */

#content #colonne-gauche{
	width:340px;
	margin:0px 30px 0 20px;
	float:left;
}
#content #colonne-droite{
	width:340px;
	float:left;
}
#content #sous-colonnes td.sous-colonne{
	vertical-align:top;
}

/* BOITES CONTENU */

#content .boite{
	padding-bottom:3px;
	margin-bottom:6px;
}
#content .boite dt{
	padding:1px 5px 2px 5px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
#content .boite dt{
	border-bottom:2px solid #FFF;
}
#content .boite dd p{
	text-align:justify;
}
#content .boite.taille2 dd{
	padding:2px 5px 2px 5px;
}
#content .boite.taille3 dd{
	padding:0;
}
#content .boite.taille3 p{
	padding:2px 5px 2px 5px;
}
#content .boite ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#content .boite ul.inline li{
	display:inline;
	width:100px;
	background-position:0 3px;
}
#content html>body .boite ul.inline li{
	background-position:0 3px;
}
#content .boite li{
	margin:2px 5px 2px 2px;
	padding:0 0 0 8px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 6px;
}
#content html>body .boite li{
	background-position:0 3px;
}
#content .boite .suite{
	text-align:right;
}
#content .boite.taille3 .suite a{
	margin:0;
	padding:0 5px 0 6px;
	font-size:10px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 4px;
}
#content .boite.taille2 .suite a{
	margin:0;
	padding:0 5px 0 8px;
	font-size:11px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 3px;
}
#content .boite.taille3{
	width:149px;
}
#content .boite.taille3 .image{
	width:149px;
	overflow:hidden;
}
#content .boite.taille3 p{
	font-size:11px;
}
#content .boite.taille3 ul{
	margin:0 5px 0 5px;
}
#content .boite.taille1{
	width:614px;
}
#content .boite a{text-decoration:none;color:#3F3F3F;}
#content .boite a:hover{text-decoration:underline;}

#content .boite dd.hr{
	border-bottom:2px solid #FFF;
}
#content .boite.style4 dt{font-size:0px;}

#content .boite.taille2.bleu{background:#aadcf4 url(img/boite2-bleu-bas.png) no-repeat left bottom;}
#content .boite.taille2.bleu dt{background:#8fb911 url(img/boite2-bleu-haut.png) no-repeat;}
#content .boite.taille2.vert2 dt{background:#027c31 url(img/boite2-vert2-haut.png) no-repeat;}
#content .bleu li{background-image:url(img/puce-bleu.gif);}
#content .bleu .alt{background:#eff5dc;}
#content .bleu .alt2{background:#eff5dc;}
#content .bleu .alt3{background:transparent url(img/fond-menu2.gif) repeat;}
#content .boite.taille2.orange{background:#ffefbf url(img/boite2-orange-bas.png) no-repeat left bottom;}
#content .boite.taille2.orange dt{background:#ffbf00 url(img/boite2-orange-haut.png) no-repeat;}
#content .orange .alt{background:#eff5dc;}
#content .orange .alt2{background:#eff5dc;}
#content .orange .alt3{background:transparent url(img/fond-menu2.gif) repeat;}
#content .orange li{background-image:url(img/puce-orange.gif);}
#content .boite.taille2.bleu2{background:#eff5dc url(img/boite2-bleu-bas.png) no-repeat left bottom;}
#content .boite.taille2.bleu2 dt{background:#0060b6 url(img/boite2-bleu2-haut.png) no-repeat;}
#content .bleu2 li{background-image:url(img/puce-bleu2.gif);}
#content .boite.taille2.vert{background:#e8f0bf url(img/boite2-vert-bas.png) no-repeat left bottom;}
#content .boite.taille2.vert dt{background:#a3c200 url(img/boite2-vert-haut.png) no-repeat;}
#content .vert li{background-image:url(img/puce-vert.gif);}
#content .boite.taille2.orange2 dt{background:#ff7f00 url(img/boite2-orange2-haut.png) no-repeat;}
#content .boite.taille2.rouge{background:#ffdfbf url(img/boite2-rouge-bas.png) no-repeat left bottom;}
#content .boite.taille2.rouge dt{background:#ff4000 url(img/boite2-rouge-haut.png) no-repeat;}

#content .boite.taille3.violet{background:#f3c3eb url(img/boite3-violet-bas.png) no-repeat left bottom;}
#content .boite.taille3.violet dt{background:#d010b1 url(img/boite3-violet-haut.png) no-repeat;}
#content .boite.taille3.violet li{background-image:url(img/puce-violet.gif);}
#content .boite.taille3.violet2{background:#eac3f4 url(img/boite3-violet2-bas.png) no-repeat left bottom;}
#content .boite.taille3.violet2 dt{background:#ab10d2 url(img/boite3-violet2-haut.png) no-repeat;}
#content .boite.taille3.violet2 li{background-image:url(img/puce-violet2.gif);}

#content .boite.taille2.style2.bleu{background:#FFF url(img/boite2-bleu-bas2.png) no-repeat left bottom;}
#content .boite.taille2.style2.bleu dt{background:#6cafdc url(img/boite2-bleu-haut.png) no-repeat;}
#content .boite.taille2.style2.bleu dd{background:#FFF url(img/boite2-bleu-milieu2.png) repeat-y;}
#content .boite.taille2.style2.bleu li{background-image:url(img/puce-bleu.gif);}

#content .boite.taille1.style3 dd, .boite.taille1.style3, .boite.taille2.style3 dd, .boite.taille2.style3, .boite.taille3.style3 dd, .boite.taille3.style3{background:none;}
#content .boite.style2 dt{border:0;}
#content .boite dd.no-padding{padding:0;}
#content .boite dd.no-margin{margin:0;}
#content .boite dd.centre label{margin:0 30px 0 0;}

#content #boite-acheter{background: url(img/bloc-recherch_02.png) no-repeat left top; height: 291px;}
#content #boite-acheter {margin: 0; padding: 0;}
#content #boite-acheter dd{margin: 0; padding: 0;}
#content #boite-acheter dd label{font-size: 10px;}
#content #boite-acheter dd select{font-size: 10px;}

/* #boite-acheter{background:#aadcf4 url(img/boite2-bleu-bas.png) no-repeat left bottom;} */
/* #boite-acheter dd{background:#aadcf4;} */
/* #boite-acheter dd.alt{background:#aadcf4;} */
/* #boite-acheter dd.alt2{background:#b4dfff;text-align:center;} */
/* #boite-acheter dd.alt3{background:transparent url(img/fond_menu2.gif) repeat;text-align:center;} */

#content #boite-recherche{background:#aadcf4 url(img/boite2-bleu-bas.png) no-repeat left bottom;}
#content #boite-recherche dd{background:#aadcf4;}
#content #boite-recherche dd.alt{background:#aadcf4;}
#content #boite-recherche dd.alt2{background:#eff5dc;text-align:center;}
#content #boite-recherche dd.alt3{background:transparent url(img/fond_menu2.gif) repeat;text-align:center;}

#content #boite-moteur{background:#aada4d url(img/boite2-vert2-bas.png) no-repeat left bottom;}
#content #boite-moteur dd{background:#aada4d; padding-top: 4px;}
#content #boite-moteur dt{background:#027c31 url(img/boite2-vert2-haut.png) no-repeat;border:0; font-family: Verdana;}
#content #boite-moteur .input-text{width:222px;}
#content #boite-moteur .input-button:hover{cursor:pointer;}

#content #boite-derniers-messages dd a{color:#ff7f00;text-decoration:none;}
#content #boite-derniers-messages dd a:hover{color:#ff7f00;text-decoration:underline;}
#content #boite-derniers-messages dd{background:transparent url(img/hr.gif) repeat-x left bottom;padding-bottom:5px;}
#content #boite-derniers-messages dd p{font-size:11px;}

#content #annonces-populaires{padding:0;margin:0 0 5px 0;background:#FFF;}
#content #annonces-populaires dt{background:#FFF;width:100%;text-align:center;margin:0 0 5px 0;}
#content #annonces-populaires dd{margin:0;padding:0;}
#content #annonces-populaires dd td{padding:5px;}
#content #annonces-populaires dd p{font-size:11px;}
#content #annonces-populaires a{text-decoration:none;}
#content #annonces-populaires a:hover{text-decoration:underline;}

#content #boite-annonce-jour{padding:0;background:#ffdfbf url(img/boite2-rouge-bas.png) no-repeat left bottom;}
#content #boite-annonce-jour dt{background:#ff4000 url(img/boite2-rouge-haut.png) no-repeat;}
#content #boite-annonce-jour{margin:0;padding:0;}
#content #boite-annonce-jour dd img{margin:2px 5px 2px 0;}
#content #boite-annonce-jour dd p{font-size:11px;padding:2px 5px 2px 5px;}

#content #boite-violet{margin-right:6px;}
#content #boite-violet .suite a{background-image:url(img/puce2-violet.gif);}
#content #boite-violet2 .suite a{background-image:url(img/puce2-violet2.gif);}

#content #boite-deposer-annonce dt{background:#e8f0bf url(img/boite2-vert-haut2.png) no-repeat;border:0;}
#content #boite-deposer-annonce{position:relative;min-height:50px;background:#e8f0bf url(img/boite2-vert-bas.png) no-repeat left bottom;}
#content #boite-deposer-annonce dt img{position:absolute;top:-5px;left:0px;}
#content #boite-deposer-annonce dd{margin-left:85px;padding:0;}
#content html>body #boite-deposer-annonce dd{margin-left:80px;}
#content #boite-deposer-annonce p{font-size:11px;padding:0 5px 0 5px;}
#content #boite-deposer-annonce .suite a{background-image:url(img/puce-vert.gif);}

#content #boite-pub dt{background:#ffdfbf url(img/boite2-rouge-haut2.png) no-repeat;border:0;}
#content #boite-pub{position:relative;min-height:50px;background:#ffdfbf url(img/boite2-rouge-bas.png) no-repeat left bottom;}
#content #boite-pub dt img{position:absolute;top:-5px;left:0px;}
#content html>body #boite-pub dt img{left:5px;}
#content #boite-pub dd{margin-left:65px;padding:0;}
#content #boite-pub p{font-size:11px;padding:0 5px 0 5px;}
#content #boite-pub .suite a{background-image:url(img/puce-orange2.gif);}

#content #boite-resultats dt{padding: 21px 0 12px 0;}
#content #boite-resultats dd{background:#ffffff;border-bottom:1px solid #3f3f3f;}
#content #boite-resultats dd.alt{background:#eff5dc;}
#content #boite-resultats dd.alt2{background:#8fb911;}
#content #boite-resultats{clear:both;margin-bottom:-2px;}
#content #boite-resultats dd{position:relative;padding:0 0 0 0;}
#content #boite-resultats dd img{margin:5px 5px 3px 5px;}
#content html>body #boite-resultats dd img{margin-bottom:2px;}
#content #boite-resultats dd p{margin:0;padding:0px 5px 0px 5px;}
#content #boite-resultats dd table tr td{position:relative;}
#content #boite-resultats dd a.fiche{position:absolute;right:5px;bottom:3px;margin-top:-15px;color:#3F3F3F;font-weight:bold;}
#content #boite-resultats dd a.fiche:hover{text-decoration:none;color:#3F3F3F;}
#content html>body #boite-resultats dd a.fiche{right:4px;}
#content #boite-resultats dd fieldset{position:absolute;right:0px;top:0px;z-index:10;}
#content html>body #boite-resultats dd fieldset{right:2px;}
#content #boite-resultats dd fieldset label{padding:0 0 0 6px;margin-right:3px;font-size:11px;background:transparent url(img/puce2-bleu.gif) no-repeat 0 4px;}
#content #boite-resultats h3{padding:0 0 0 8px;background:transparent url(img/puce-bleu.gif) no-repeat 0 4px;color:#8fb911;font-weight:bold;font-size:13px;}

#content #boite-fiche{margin-bottom:-2px;}
#content #boite-fiche dt{padding: 21px 0 12px 0; background:#fff url(img/header_fiche.png) no-repeat;}
#content #boite-fiche dd{position:relative;padding:0 5px 0 0;background:#ffffff;}
#content #boite-fiche dd.alt{background:#eff5dc;}
#content #boite-fiche dd.alt2{background:#eff5dc;}
#content #boite-fiche .photos{position:absolute;width:145px;top:0;right:0; background: #FFF;}
#content #boite-fiche .photos p{font-size:11px;font-weight:bold;color:#8fb911;text-align:center;margin:0;}
#content #boite-fiche p.non-contract{font-size:10px;color:#999;margin:0 0 10px 0;font-weight:normal;}
#content #boite-fiche .fiche{margin:0 150px 0 0;width:464px;}
#content #boite-fiche .fiche h3{text-align: left; padding:0 0 0 8px;margin:10px 0 5px 0;background:transparent url(img/bg_sections.png) no-repeat;color:#FFF;font-weight:bold;font-size:13px;}
#content #boite-fiche .fiche p{padding:1px 2px 2px 2px;}
#content #boite-fiche .fiche p.prix strong{font-size:17px;}
#content #boite-fiche .fiche .infos{clear:both;border-top:1px solid #8fb911;padding-top:10px;}
#content #boite-fiche .fiche .infos img, #boite-fiche .fiche .infos div{float:left;}
#content #boite-fiche .fiche .infos div{margin:0 0 0 5px;}
#content #boite-fiche .fiche .infos p{}
#content #boite-fiche .fiche .infos strong{color:#3F3F3F;}

#content #boite-formulaire dd{position:relative;padding:0 0 0 0;}
#content #boite-formulaire legend{padding:0 0 0 8px;background:transparent url(img/puce-bleu.gif) no-repeat 0 4px;color:#8fb911;font-weight:bold;font-size:13px;}
#content #boite-formulaire fieldset{margin-bottom:5px;}

#content .boite.taille2 fieldset table{width:320px;border:0;padding:0; margin-left: 20px;}
#content .boite.taille2 fieldset td{vertical-align:top;}
#content .boite.taille2 fieldset td.colonne-gauche{width:140px;}
#content .boite.taille2 fieldset td.colonne-droite{text-align:right;padding:0 15px 0 0;}
#content .boite.taille2 fieldset td.colonne-gauche{padding:2px 0 2px 0;}
#content .boite.taille2 fieldset td.colonne-droite.radios{text-align:left;}
#content .boite.taille2 fieldset table td.colonne-gauche label{margin:0 5px 0 5px;}
#content .boite.taille2 fieldset table .input-text{width:145px;margin:2px 0 1px 0;}
#content .boite.taille2 fieldset table select{width:150px;margin:2px 0 1px 0;}
#content .boite.taille2 fieldset table .input-radio{vertical-align:middle;}	
#content .boite.taille2 fieldset textarea{width:304px;}
#content html>body .boite.taille2 fieldset textarea{width:298px;}
#content .boite.taille2 fieldset .input-button{margin-top:5px;}

#content #keywords-acheter {margin-bottom: 4px;}
#content #keywords-acheter-button {font-size: 0px; margin-top: 2px;}


/* CONTENU */

#content #intro{
	clear:both;
	margin:0 0 5px 0;
	text-align:justify;
}
#content #intro.hr{
	border-bottom:2px solid #8fb911;
	padding:0 0 5px 0;
}
#content #intro.logo img, #intro.logo div.float{
	float:left;
}
#content #intro.logo div.float{
	margin:0 0 0 5px;
}
#content #intro p{
	font-size:11px;
}
#content #intro ul{margin:0;padding:2px;list-style-type:none;}
#content #intro ul li{margin:2px 5px 2px 5px;padding:0 0 0 8px;background:transparent url(img/puce-bleu.gif) no-repeat 0 4px;}
#content #intro ul li a{text-decoration:none;}
#content #intro ul li a:hover{text-decoration:underline;}
#content .navigation{
	width:604px;
	margin:0 5px 0 5px;
	list-style-type:none;
	clear:both;
}
#content .navigation li{
	float:left;
	width:302px;
}
#content .navigation li.infos{
	text-align:left;
}
#content .navigation li.liens{
	text-align:right;
}
#content .navigation label, .navigation p, .navigation select, .options label, .options select, .options p, .options p a{
	font-size:11px;
	color:#3F3F3F;
}
#content .options select, .navigation select{
	width:auto;
	height:auto;
	padding:0;
}
#content .options{
	margin: 0 5px 0 5px;
}
#content .options.droite{
	text-align:right;
}
#content p.nb{margin:-5px 0 5px 0;font-size:10px;color:#666;}


/* PARTIE DROITE */

#content #pub{
	margin:0 0 0 1px;
	width:130px;
	height:403px;
	border:1px solid #A3C200;
}

#content #espace-pro{
	margin:10px 0 0 0;
	padding:0 0 0 3px;
}
#content #espace-pro dt{
	font-size:1px;
}
#content #espace-pro ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#content #espace-pro li a{
	padding:0 0 0 8px;
	margin:-2px 0 -2px 0;
	background:transparent url(img/puce-noir.gif) no-repeat 0 3px;
	font-size:11px;
	text-decoration:none;
	color:#3F3F3F;
}

/* FOOTER */

#content #footer{
	clear:both;
}

/* DEBUG */

#content div.sql{border:1px solid #d34242;background:#e2b0b0;font-size:11px;font-family:'Lucida console', 'sans-serif';color:#333;margin:5px;padding:5px;text-align:left;overflow:auto;}
