@charset "UTF-8";
/* CSS Document */

/* ------------- */
/* Styles utiles */
/* ------------- */
*			{ padding: 0px; margin: 0px; }
a			{ color: #000; }
img, fieldset			{ border: 0px; }
.nodeco		{ text-decoration: none; }
.floatleft	{ float: left; }
.floatright	{ float: right; }
.clearboth	{ clear: both; font-size: 1px; }
.white		{ color: #fff; }
.blue		{ color: #098aa3 }
.red {
	color: #d71b2d;
	text-decoration:none;
}

.noborder 	{ border: 0; }
.blackborder { border: 1px solid #000; }
.cyanborder { border: 1px solid #76c8e9; }
.blueborder { border: 1px solid #02a8f6; }
.greenborder { border: 1px solid #009bb3; }

.px1		{ font-size: 1px; }
.px8		{ font-size: 8px; }
.px9		{ font-size: 9px; }
.px10		{ font-size: 10px; }
.px12		{ font-size: 12px; }
.px13		{ font-size: 13px; }
.px14		{ font-size: 14px; }
.px18		{ font-size: 18px; }

.left	 { text-align: left; }
.center  { text-align: center; }
.right   { text-align: right; }
.bold 	 { font-weight: bold; }
.caps	 { text-transform: uppercase; }

.displayblock	 { display: block; }
.marginauto 	 { margin: auto;   }


/*******************************************/
/*******************************************/
/*********** DIV ALERTE    ***********/
#alerte {
	position: absolute;
	top: 120px;
	left:50%;
	margin-left: -160px;
	z-index: 30;
	display: none;
}
.alerte_top {
	width: 323px;
	height: 53px;
	border: 4px solid #fff;
	border-bottom: 0;
	background: url('/img/alertes/alerte_top.png') no-repeat;
	font-size: 1px;
}
.alerte_close {
	padding: 7px 0px 0px 297px;
}
.alerte_middle {
	width: 293px;
	padding: 10px 15px 0px 15px;
	min-height: 30px;
	color: #fff;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	background: #000;
}
.alerte_action {
	width: 293px;
	padding: 10px 15px 0px 15px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	background: #000;
}

.alerte_action a {
	color: #fff;
}

.alerte_bottom {
	width: 323px;
	height: 19px;
	border: 4px solid #fff;
	border-top: 0;
	background: url('/img/alertes/alerte_bottom.png') repeat-x;
}


/*******************************************/
/*******************************************/
/*********** DIV CONFIRMATION    ***********/

#confirmation2 {
	position: absolute;
	top: 120px;
	left:50%;
	margin-left: -160px;
	z-index: 30;
	display: none;
}

#confirmation {
	position: absolute;
	top: 120px;
	left:50%;
	margin-left: -160px;
	z-index: 30;
	display: none;
}
.confirmation_top {
	width: 323px;
	height: 53px;
	border: 4px solid #fff;
	border-bottom: 0;
	background: url('/img/alertes/confirm_top.png') no-repeat;
	font-size: 1px;
}

.confirmation_top2 {
	width: 323px;
	height: 53px;
	border: 4px solid #fff;
	border-bottom: 0;
	background: url('/img/alertes/alerte_top.png') no-repeat;
	font-size: 1px;
}

.confirmation_close {
	padding: 7px 0px 0px 297px;
}
.confirmation_middle {
	width: 293px;
	padding: 10px 15px 0px 15px;
	min-height: 30px;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	color: #fff;
	background: #000;
}
.confirmation_action {
	width: 293px;
	padding: 10px 15px 0px 15px;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	text-align: center;
	color: #fff;
	background: #000;
}
.confirmation_bottom {
	width: 322px;
	height: 19px;
	border: 4px solid #fff;
	border-top: 0;
	background: url('/img/alertes/alerte_bottom.png') repeat-x;
}


.confirmation_action a {
	color: #fff;
}

/*******************************************/
/*******************************************/
/*********** DIV PROMPT    ***********/
#prompt {
	position: absolute;
	top: 120px;
	left:50%;
	margin-left: -160px;
	z-index: 30;
	display: none;
}
.prompt_top {
	width: 323px;
	height: 53px;
	border: 4px solid #fff;
	border-bottom: 0;
	background: url('/img/alertes/confirm_top.png') no-repeat;
	font-size: 1px;
}
.prompt_close {
	padding: 7px 0px 0px 297px;
}
.prompt_middle {
	width: 293px;
	padding: 10px 15px 0px 15px;
	min-height: 30px;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	color: #fff;
	background: #000;
}

.prompt_action {
	text-align: center;	
}

.prompt_bottom {
	width: 323px;
	height: 19px;
	border: 4px solid #fff;
	border-top: 0;
	background: url('/img/alertes/alerte_bottom.png') repeat-x;
}

.prompt_action a {
	color: #fff;
}

.prompt_middle input {
	width: 280px;
}


/* ---------------- */
/* El�ments communs */
/* ---------------- */

body {
	background: url(/img/site-bg.png) repeat-x top #00b4ea;
	color: #000;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

#site {
	width: 1001px;
	margin: 13px auto;
}

#site-top {
	width: 1001px;
	height: 7px;
	margin: auto;
	background: url(/img/site-top-bg.png) no-repeat top center;
}

#site-middle {
	background: url(/img/site-middle-bg.png) repeat-y top;
}

#site-content {
	padding-top: 6px;
	background: url(/img/site-content-bg.png) no-repeat top left;
}

#baseline {
	/*width: 600px;*/
	/*margin: auto;*/
	text-align: center;
	font-weight:bold;
}

.img-baseline {
	margin-left: 15px;
}

#site-bottom {
	height: 7px;
	background: url(/img/site-bottom-bg.png) no-repeat top center;
}

#top-banner {
	margin-left: 36px;
}

#top-referencement {
	margin-left:147px;
	height: 94px;
}

.ntrsupport {
	position:relative;
	left: 360px;
	top: 7px;	
	width: 169px;
	height: 54px;
}

.link-home {
	margin-left: 300px;
	padding-left: 15px;
	background: url(/img/home-arrow.png) no-repeat left center;
	line-height: 80px;
}

#logo {
	width: 323px; /*323*/
	height: 65px;	 /*65*/
	background: url(/img/logo.png) no-repeat;
	cursor: pointer;
}

#logo p {
	dislay: block;
	width: 323px;
	height: 20px;
	padding-top: 50px;	
}

#logo h1, #reseau-diffusion-title h1 { display: none; }

#unpourcent {
	width: 80px;
	height: 84px;
	margin-left: 312px;
	background: url(/img/unpourcent.png) no-repeat;
}

#un-pour-cent {	
	margin-left: 60px;	
}

#login-form {
	width: 245px;
	height: 70px;
	margin: 0 5px 5px 0;
	padding: 0px 0px 0px 10px;
	background: url(/img/login-form-bg.png) no-repeat;
}

#loginform {
	padding-top: 10px;
}

.log-input {
	width: 120px;
	height: 16px;
	padding: 0 5px;
	/*background: url(/img/login-field-bg.png) ;*/
	border: 1px solid #7d8578;
	font-size: 10px;
	line-height: 13px;
}

.loginform-title {
	width: 60px;
	text-align: center;
	padding-top: 5px;
}

#site-content-top {
	width: 981px;
	height: 8px;
	margin-left: 12px;
/*	background: url(/img/site-content-top-bg.png) no-repeat top;*/
	font-size: 1px;
}

.site-content-top {
	width: 981px;
	height: 8px;
	margin-left: 12px;
	background: url(/img/site-content-top-bg.png) no-repeat top;
	font-size: 1px;
}

#site-content-bottom {
	width: 981px;
	height: 9px;
	margin-left: 12px;
/*	background: url(/img/site-content-bottom-bg.png) no-repeat top;*/
	font-size: 1px;
}

.site-content-bottom {
	width: 981px;
	height: 9px;
	margin-left: 12px;
	background: url(/img/site-content-bottom-bg.png) no-repeat top;
	font-size: 1px;
}

#site-content-middle {
	width: 976px;
	margin-left: 12px;
	padding: 5px 0px 5px 5px;
/*	background: url(/img/site-content-middle-bg.png) repeat-y top;*/
}

.site-content-middle {
	width: 976px;
	margin-left: 12px;
	padding: 5px 0px 5px 5px;
	background: url(/img/site-content-middle-bg.png) repeat-y top;
}

.ref-content-middle {
	width: 957px;
	padding: 35px 24px 25px 0px;
	margin: 0px 0px 0px 12px;
	background: url(/img/site-content-middle-bg.png) repeat-y top;
	text-align: justify;
}

#menu {
	width: 235px;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	padding: 1px 0px;
}

#nous-contacter {
	margin: 30px 0px 0px 20px;
}

#reseau-diffusion {
	position: relative;
	width: 981px;
	height: 123px;
	margin-left: 12px;
	background: url(/img/reseau-diffusion-bg.png) no-repeat;
}

#myDynamicContent2{
	margin-left:12px;
}

#reseau-diffusion-title {
	width: 151px;
	height: 15px;
	background: url(/img/reseau-diffusion.png) no-repeat;
	margin: 50px 0px 0px 15px;
}

.reseau-annonce {
	width: 200px;
	text-align: center;
}

.reseau-annonce-cell {
	width: 200px;
	height: 120px;
}
.form-annonce {
	width: 685px;	
}

.form-column {
	width: 340px;	
}

.form-title {
	margin: 15px 0px;
	padding: 0px 0px 0px 13px;
	background: url(/img/form-title-arrow.png) left 3px  no-repeat;
	font-size: 13px;
}

.form-title-alt {
	margin: 22px 0px;	
	line-height: 35px;
	font-size: 13px;
}

.form-field-label {
	width: 80px;
	line-height: 25px;
}

.form-field-label-2 {
	width: 130px;
	line-height: 25px;
}

.form-field-label-3 {
	line-height: 25px;
}

.form-field-label-4 {
	width: 220px;
	line-height: 25px;
}

.form-field-label-5 {
	width: 70px;
	line-height: 25px;
}

.form-field-txt {
	width: 193px;
	height: 19px;
	border: 1px solid #009bb3;
	padding: 6px 5px 0px 2px;
}

.form-field-txt-nb {
	height: 19px;
	border: 0px;
	padding: 6px 0px 0px 2px;
	background:none;
}


.form-field-txt-2 {
	width: 54px;
	height: 19px;
	border: 1px solid #009bb3;
	padding: 6px 0px 0px 2px;	
}

.form-field-txt-2b {
	width: 62px;
	height: 19px;
	border: 1px solid #009bb3;
	padding: 6px 0px 0px 2px;	
}

.form-field-txt-3 {
	width: 600px;
	height: 19px;
	border: 1px solid #009bb3;
	padding: 6px 0px 0px 2px;	
}

.form-select-2digits {
	width: 50px;
	margin-right: 12px;
}

.form-select-4digits {
	width: 75px;
}

.form-select-200px {
	width: 200px;
}

#contenu-profil {
	padding: 0px 10px 0px 25px;
}

#profil-menu {
	width: 245px;
}

.profil-menu-lien {
	margin-left: 12px;
	line-height: 16px;
}

.menu-mandat1 {
	width: 65px;
	margin-left: 10px;
	line-height: 20px;
}

.menu-mandat {
	width: 105px;
	margin-left: 20px;
	line-height: 20px;
}


.annonce-feature {
	width: 280px;
	line-height: 25px;
}

.photo-annonce {
	width: 100px;
	text-align: center;
}

.photo-annonce-cell {
	width: 100px;
	height: 100px;
}

.liens-column {
	width: 33%;
}

.liens-column ul li {
	list-style: none;
	padding-left: 10px;
}

.ref-img {
	margin: 0px 10px;
}

/*
#concept-content {
	width: 720px;
}

#concept-content li {
	list-style: none;
	padding: 10px 0px 10px 20px;
	background: url(/img/concept-arrow.png) left center no-repeat;
}
*/

.concept-adresse {
	padding-left: 10px;
	text-align: center;
}

#profil-content {
	width: 600px;
}


ul.list-footer{
	list-style:none;
}

ul.list-footer li{
	display:block;
	float:left;
	width:187px;
	height:20px;
}

ul.list-footer li a, ul.list-footer li a:visited{
	text-decoration: none;
}

ul.list-footer li a:hover{
	text-decoration: underline;
}


/*----------------------------------------------- */
/*-------- Pages consultation annonces ---------- */
/*----------------------------------------------- */

.progress-bar {
	width: 100px;
	height: 15px;
	margin-right: 20px;
	border: 1px solid #000;	
}

.loader {
	height: 15px;
	background: #008aa5;		
}

#fonctionnement-content,
#annonce-content,
#moteur-content,
#listing-content,
#fiche-content,
#mentions-content,
#contact-content,
#investisseurs-content,
#annonce-content-alt {
	width: 708px;
}

#a-propos-content {	
	width: 530px; /*530*/
	padding-right: 211px; /*178*/	
	background: url(/img/bg_a-propos.png) no-repeat right;
}

#moteur-content {
	position: relative;
}

#moteur-submit {
	width: 315px;
	height: 130px;
	position: absolute; top: 150px; right: 0;
	padding: 20px 0 0 50px;
	background: url(/img/bg_moteur-submit.png) no-repeat left bottom;
}

#moteur-content fieldset {
	margin: 20px 0;
	text-align: center;
}

#moteur-content label {	
	display: block;
	height: 23px;
	line-height: 23px;
	margin-right: 10px;
}

.list-item .picture {
	width: 170px;
}

#moteur-content input.input-text {
	height: 19px;
	margin-right: 25px;
	padding: 2px;
}

#moteur-content select {
	height: 25px;
	margin-right: 25px;
	padding: 2px;
}

#moteur-content input.input-checkbox {
	margin-right: 10px;
}

#engine-content input.input-submit {
	background: #0e6eb7;
	height: 32px;
	line-height: 32px;
	width: 300px;
}

.list-item .infos p{
	margin: 5px 0;
}

.list-item .infos {
	padding-left: 15px;
	width: 500px;
}

.list-item .refs {
	/*width: 354px;*/	
	/*line-height: 34px;*/
}

.list-item .refs-contact {		
	line-height: 34px;
}

.list-item .refs-contact img {
	position: relative; top: 15px;	
}
.list-item .refs-contact img.contact_img {
	position: relative; 
	top: 5px;	
}

.spacer {
	border-bottom: 1px dotted #a4a3a3;
	height: 20px;
	margin-bottom: 30px;
}

#fiche-content {
	width: 708px;
}

#fiche-content h2,
.list-item h2 {	
	width: 500px;
	padding: 5px 0 0 15px;
}

#fiche-content h3,
.list-item h3 {
	width: 155px;
}

#fiche h2 {
	background: url(/img/blue-arrow.png) no-repeat left;
	padding-left: 15px;
	width: 520px;
}

#fiche h3 {
	width: 173px;
}

#fiche #diapo {
	height: 150px;
	width: 708px;
}

#fiche .diapo-button {
	height: 150px;
	width: 30px;
}

#fiche #gallery {
	padding: 0 5px;
	width: 638px;
}

#fiche #agence-contact {
	border-right: 1px dotted #a4a3a3;
	width: 235px;
	padding-right: 15px;
}

#fiche #form-contact {
	padding-left: 35px;
	width: 422px;
}

#fiche #fiche-contact {
	margin: auto;
	width: 400px;
}

.mid_screen {
	width:400px;
}


#fiche fieldset {
	margin: 8px 0;
}

#fiche #fiche-contact label {
	display: block;
	height: 19px;
	line-height: 19px;
	width: 55px;
}

#fiche #fiche-contact input.input-text {
	height: 19px;
	margin-right: 10px;
	padding: 2px;
	width: 120px;
}

#fiche #fiche-contact textarea {
	height: 130px;
	width: 385px;
}

#fiche #fiche-contact input.input-submit {
	background: #0e6eb7;
	height: 32px;
	line-height: 32px;
	width: 120px;
}

.pagination-button {
	width: 145px;
}

#topnavbar {
	/*border-bottom: 1px dotted #a4a3a3;*/
	margin-bottom: 15px;
}

#botnavbar {
	/*border-top: 1px dotted #a4a3a3;*/
	margin-top: 15px;
	padding-top: 10px;
}

#cgv {
	width: 700px;
	height: 440px;
	margin: auto;
	padding: 5px;
	background: #fff;
	border: 1px solid #098aa3;
	position: absolute;
	top: 100px;
	display: none;
}

#cgv h1 {
	font-size: 14px;
	text-align: center;
}

#cgv-content {
	height: 380px;
	padding: 10px;
	overflow: auto;
}

#cgv-content p {
	font-size: 12px;
	margin: 10px 0;
	text-align: justify;
}

/*----------------------------------- */
/*-- Menu Mon compte / Mon annonce -- */
/*----------------------------------- */

#menu-mon-compte {
	width: 727px;				
}

#menu-mon-compte {	
	height: 127px;
	padding-top: 39px;
}

#menu-mon-annonce {	
	width: 730px;
	/*height: 104px;*/
	padding: 34px 7px 6px 7px;
}

#menu-mon-compte {
	background: url(/img/bg_menu-mon-compte.png) no-repeat top left;
}

#menu-mon-annonce {
	background: url(/img/bg_menu-mon-annonce.png) no-repeat top left;
}

#menu-mon-compte ul,
#menu-mon-annonce ul {
	padding-left: 0px;
}

#menu-mon-compte li,
#menu-mon-annonce li {
	display: inline;
	height: 113px;
	margin: 0;
	padding: 0;
	background: 0;
}

#menu-mon-compte li img,
#menu-mon-annonce li img {
	margin: 0;
	padding: 0;
	border: 0;
}

#menu-mon-annonce li img {
	padding-top: 	
}

.listing {
	width: 720px;
	margin: 0;
	padding: 0;
}

.listing-line,
.listing-line-title {	
	height: 30px;
	margin: 5px 0;
	padding: 0;
	border: 1px solid #76c8e9;	
	white-space:nowrap;
}

.listing-line-title {
	border: 0;	
}

.cell-title,
.cell-content {
	padding: 0 5px;
	line-height: 30px;
	text-align: center;
}

.cell-title {
	font-size: 12px;
	font-weight: bold;	
}

.cell-spacer,
.cell-spacer-title {			
	width: 1px;
	height: 30px;
	margin: 0px 0px 5px 0px;
	font-size: 0px;
	background: #76c8e9;
}

.cell-spacer-title {				
	background: transparent;
}

.cell-icone {
	width: 20px;	
	height: 30px;
	
	background: #76c8e9;
}

.cell-icone-title {
	width: 20px;	
	background: 0;
}

.cell-ref {
	width: 35px;	
}

.cell-date {
	width: 50px;	
	/*display: none;*/
}


.cell-cp {
	width: 35px;	
}

.cell-type {
	width: 85px;	
}

.cell-unfinished {
	width: 334px;
}

.cell-city {
	width: 80px;	
}

.cell-pn,
.cell-ppi {
	width: 70px;	
}

.cell-statut {
	width: 70px;	
}

.cell-actions {
	width: 140px;	
}

.cell-actions select {
	width: 130px;	
}

.cell-name {
	width: 80px;	
}

.cell-firstname {
	width: 80px;	
}

.cell-phone {
	width: 70px;	
}

.cell-email {
	width: 120px;	
}

.cell-result {
	width: 176px !important;
	width: 175px;
}

.cell-result select {
	width: 170px;	
}

.mesinfos-valid {
	width:160px; 
	height: 21px; 
	margin-left: 10px;
	padding-top: 6px; 
	text-align: center; 
	background: #76c8e9;
}

.mesinfos-input {
	width:100px; 
	height: 19px; 
	margin-right: 15px;
	padding: 6px 0 0 2px;	
}

.support-input {
	width:200px; 
	height: 19px; 
	margin-right: 15px;
	padding: 6px 0 0 2px;	
}

.support-label {
	display: block;
	width: 60px; 	
	margin-right: 15px;	
}

.support-textarea {	
	width: 300px; 	
}



.form-field-checkbox {
	margin: 4px 14px 0px 7px;
}
.form-field-checkbox-2 {
	margin: 4px 5px 0px 16px;
}

.form-field-textarea-1 {
	width: 198px;
	height: 52px;
	border: 1px solid #009bb3;
	padding: 6px 0px 0px 2px;	
}

.form-field-textarea-2 {
	width: 600px;
	height: 105px;
	border: 1px solid #009bb3;
	padding: 6px 0px 0px 2px;
}

.valid-etape {
	width: 150px;
	height: 30px;
	font-size: 12px;
	background: url(/img/bg_valid-etape.png) repeat-x top #000;
	border: 3px solid #fff;
	text-align: center;
	line-height: 30px;
	margin: auto;
}

.partenaires-div {
	width: 80px;
	text-align: center;
}

.partenaires-cell {
	width: 80px;
	height: 40px;
}	
	
#hidden-line {
	display:none;
}

.postit {
	width: 188px;
	height: 163px;
	margin-left: 50px;
	padding: 40px 30px;
	background: url(/img/bg_postit.png) no-repeat top left;
}

.contact-tel {
	margin: 20px 0 0 20px;	
}

.inner-box {
	width: 715px;
	margin: 10px 0;	
}

.inner-box-top,
.inner-box-bot {
	width: 715px;
	height: 12px;
	font-size: 1px;
}

.inner-box-mid {
	width: 695px;
	min-height: 100px;
	padding: 0 10px;		
}

.inner-box-mid h2 {
	font-size: 14px;
	margin-bottom: 20px;
}

.two-cols-box,
.two-cols-box .inner-box-top,
.two-cols-box .inner-box-bot {
	width: 362px;	
}

.two-cols-box .inner-box-mid {
	width: 342px;	
}

.three-cols-box,
.three-cols-box .inner-box-top,
.three-cols-box .inner-box-bot {
	width: 332px;	
}

.three-cols-box .inner-box-mid {
	width: 312px;	
}

#annonce-content-alt .inner-box-top,
#notre-offre-content .inner-box-top {
	background: url(/img/bg_ib-top-yellow.png) no-repeat top left;
}

#annonce-content-alt .inner-box-bot,
#notre-offre-content .inner-box-bot {
	background: url(/img/bg_ib-bot-yellow.png) no-repeat top left;
}

#annonce-content-alt .inner-box-mid,
#notre-offre-content .inner-box-mid {
	background: url(/img/bg_ib-mid-yellow.png);
}

#fonctionnement-content .inner-box-top {
	background: url(/img/bg_ib-top-cyan.png) no-repeat top left;
}

#fonctionnement-content .inner-box-bot {
	background: url(/img/bg_ib-bot-cyan.png) no-repeat top left;
}

#fonctionnement-content .inner-box-mid {
	background: url(/img/bg_ib-mid-cyan.png);
}

#annonce-content .inner-box-top {
	background: url(/img/bg_ib-top-green.png) no-repeat top left;
}

#annonce-content .inner-box-bot {
	background: url(/img/bg_ib-bot-green.png) no-repeat top left;
}

#contact-content .three-cols-box,
#contact-content .three-cols-box .inner-box-top,
#contact-content .three-cols-box .inner-box-bot,
#investisseurs-content .three-cols-box,
#investisseurs-content .three-cols-box .inner-box-top,
#investisseurs-content .three-cols-box .inner-box-bot {
	width: 430px;
}

#contact-content .three-cols-box .inner-box-mid,
#investisseurs-content .three-cols-box .inner-box-mid{
	width: 407px;	
}


#annonce-content .inner-box-mid,
#annonce-content .two-cols-box .inner-box-mid,
#annonce-content .three-cols-box .inner-box-mid,
#contact-content .three-cols-box .inner-box-mid,
#investisseurs-content .three-cols-box .inner-box-mid {
	background: url(/img/bg_ib-mid-green.png);
}

#annonce-content .two-cols-box .inner-box-top {
	background: url(/img/bg_half-ib-top-green.png) no-repeat top left;
}

#annonce-content .two-cols-box .inner-box-bot {
	background: url(/img/bg_half-ib-bot-green.png) no-repeat top left;
}

#annonce-content .three-cols-box .inner-box-top {
	background: url(/img/bg_third-ib-top-green.png) no-repeat top left;
}

#contact-content .three-cols-box .inner-box-top,
#investisseurs-content .three-cols-box .inner-box-top {
	background: url(/img/bg_third-ib-top-green-alt.png) no-repeat top left;
}

#annonce-content .three-cols-box .inner-box-bot {
	background: url(/img/bg_third-ib-bot-green.png) no-repeat top left;
}

#contact-content .three-cols-box .inner-box-bot,
#investisseurs-content .three-cols-box .inner-box-bot {
	background: url(/img/bg_third-ib-bot-green-alt.png) no-repeat top left;
}


#moteur-content .inner-box-top,
#listing-content .inner-box-top,
#fiche-content .inner-box-top {
	background: url(/img/bg_ib-top-blue.png) no-repeat top left;
}

#moteur-content .inner-box-bot,
#listing-content .inner-box-bot,
#fiche-content .inner-box-bot {
	background: url(/img/bg_ib-bot-blue.png) no-repeat top left;
}

#moteur-content .inner-box-mid,
#listing-content .inner-box-mid,
#fiche-content .inner-box-mid {
	min-height: 20px;
	background: url(/img/bg_ib-mid-blue.png);
}

#notre-offre-content .inner-box-mid h2,
#notre-offre-content .inner-box-mid p {
	padding-left: 110px;		
}

#notre-offre-content .inner-box-mid h2 {
	font-size: 16px;	
}

#notre-offre-content .inner-box-mid p {
	font-size: 14px;	
}

#annonce-content .inner-box-mid h2 {
	
	padding: 0px 0px 0px 13px;
	background: url(/img/form-title-arrow.png) left center no-repeat;
	font-size: 13px;
}

#fonctionnement-content .inner-box-mid img {	
	padding-left: 22px;
}

.tel,
.email {
	padding: 11px 0 11px 40px;	
}

.tel {
	background: url(/img/ico_tel.png) no-repeat left;
}

.email {
	background: url(/img/ico_email.png) no-repeat left;
}

.title-page {
	width: 231px;
	height: 47px;
	padding-top: 15px;
	font-size: 14px;
	background: url(/img/bg_title-page.png) no-repeat top right;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.form-juridique {
	background: url(/img/bg_juridique.png) no-repeat 560px 10px;	
}

.recherche_links a, .recherche_links a:visited{
	text-decoration: none;
}

.contact_picto {
	position: relative;
	top: 5px;
}