
html, body {
	height: 100%;
	margin: 0;
	background:#000;
	color:#535142;
	font:Georgia,Times;
	/*padding:5px 0px 5px 0px;*/
	}
	
body, td ,th {
	color:#535142;
	font:Georgia,Times;
	font-size:16px;
}
	
#global {
	min-height: 100%;
	width: 100%;
	position: relative;
	background:#ebe5c9;
	}

/* ==================== HEADER =====================*/	
	
#header {
	width: 1000px;
	height:50px;
	padding: 0 10px;
	margin: 0 auto;
	color: #fff;
	}

#header li{
	display:inline;
	margin: 10px;
	float:right;
	}
	
#header li a{
	color: #535142;
	text-decoration:none;
	font-weight:bold;
	}
#header li a:hover{
	padding-bottom:5px;
	border-bottom: Thick Solid #e9bd70;
	}

#header li a.active{
	padding-bottom:5px;
	border-bottom: Thick Solid #90510d;
	}

/* ==================== TEASER =====================*/	
#teaser {
width: 100%;
height:355px;
background: url(../picture/cm_bg_head_indx.png) repeat-x;
}

#centre_teaser {
	width: 1000px;
	margin: 0 auto;
}

#centre_teaser img.logo { 
 margin: 29px 57px 120px 16px;
}

#centre_teaser img.picture { 
  margin-top:3px;
}

#mini_teaser {
width: 100%;
height:136px;
margin-top:41px;
background: url(../picture/cm_int_bg_head_indx.png) repeat-x;
}

#centre_mini_teaser {
	width: 1000px;
	margin: 0 auto;
}

#centre_mini_teaser img.logo { 
 margin: 14px 79px 0 105px;
float:left;
 }

#mini_teaser h1{
height:100px;
margin: 24px 0px 0px 44px;
line-height:100px;
padding-left:25px;
font-size:24px;
float:left;
border-left: Thin Solid #794811;
color:#FFF;
}
/* ==================== CONTENT CENTRE =====================*/	
	
#center {
	width: 1000px;
	overflow: auto;
	padding: 0 10px;
	margin: 0 auto;
	padding-bottom: 50px; 
	}

#center p{
margin:25px;
}
	
#content-left {
	float: left;
	width: 500px;
	}
	
#content-left h2 ,#content-right h2 {
	width:450px;
	padding-bottom:10px;
	margin-left:20px;
	background: url(../picture/cm_lign_horz.png) repeat-x bottom left;
}
#content-left img ,#content-right img {
margin:35px;
border: Thin Solid #535142;
}

#menu-vignette {
display:block;
width:372px;
height:372px;
margin:30px;
background: url(../picture/cm_bg_lign_menu.png) no-repeat top left;
}

#menu-vignette li {
display:block;
width:158px;
height:158px;
margin:10px;
border: Thin Solid #535142;
float:left;
}
#menu-vignette a {
display:block;
width:148px;
height:148px;
border: Thick Solid #FFF;
}
#menu-vignette a.Elaboration {
background: url(../picture/vign_elaboration.jpg) no-repeat top left;
}
#menu-vignette a:hover.Elaboration {
background: url(../picture/vign_elaboration.jpg) no-repeat bottom left;
}
#menu-vignette a.gamme {
background: url(../picture/vign_gamme.jpg) no-repeat top left;
}
#menu-vignette a:hover.gamme {
background: url(../picture/vign_gamme.jpg) no-repeat bottom left;
}
#menu-vignette a.Références {
background: url(../picture/vign_reference.jpg) no-repeat top left;
}
#menu-vignette a:hover.Références {
background: url(../picture/vign_reference.jpg) no-repeat bottom left;
}
#menu-vignette a.Contactez-nous {
background: url(../picture/vign_contact.jpg) no-repeat top left;
}
#menu-vignette a:hover.Contactez-nous {
background: url(../picture/vign_contact.jpg) no-repeat bottom left;
}

#content-right {
	float: right;
	width: 500px;
	background: url(../picture/cm_lign_mid_vertc.png) no-repeat top left;
	margin-bottom:150px;
	}
	


/* ==================== FOOTER =====================*/	
	
	
#footer {
	position: absolute;
	width: 1000px;
	text-align:center;
	bottom: 0;
	background: url(../picture/cm_lign_horz.png) repeat-x top left;
	}	

#footer li{
	display:inline;
	margin: 2px;
	}
#footer li a{
	color: #535142;
	text-decoration:none;
	}
	
#footer li a:hover{
	color: #000;
	text-decoration:underline;
	}
	
#footer  p{
	font-size:11px;
}
	
/*=================== CONTACT==================*/



/*======= Mise en forme des champs du formulaire =======*/


#corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	color: #535142;
	margin: 25px;
	padding: 0 0 6px 0;
}

#corpForm fieldset#coordonnees input {
	font-weight: bold; 
	margin-left: 6px;
	width:250px;
	border: 1px solid #535142;
	color: #303030;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	background-color:#f5f5f5;
}

#corpForm fieldset#coordonnees_large input {
	font-weight: bold; 
	margin-left: 6px;
	width:220px;
	border: 1px solid #535142;
	color: #303030;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	background-color:#f5f5f5;
}

#corpForm select {
	font-weight: bold; 
	margin-left: 6px;
	width:178px;
	border: 1px solid #535142;
	color: #303030;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	background-color:#f5f5f5;
}
#corpForm fieldset#coordonnees textarea {  
	width:248px;
	margin-left: 6px;
	border: 1px solid #535142;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	background-color:#f5f5f5;
}

#corpForm fieldset#coordonnees_large textarea {  
	width:260px;
	margin-left: 6px;
	border: 1px solid #535142;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	background-color:#f5f5f5;
}



/*==== parametrage des apparence liste particulieres ======*/


/* civilité */

#corpForm .tab_civilite input {
	border-width: 0px;
}

/* liste des pros mandat */


#corpForm .blc_lipro input {
	border-width: 0px;
	float: left;	
	background-color: none;
	border: none;
}

#corpForm .blc_lipro label {
	padding-top:4px;
	line-height:14px;
	float:left;
	/*width:270px;
	text-align:	left;
	margin-left:7px;*/
}

#corpForm .blc_lipro label:hover {
	cursor: pointer;
}

#corpForm .blc_lipro label:hover strong {
	text-decoration: underline;
}

#corpForm .blc_lipro p {
	clear:left;
	padding-bottom: 8px;
}

#corpForm .blc_lipro .txt_couleur {
	font-size:9px;
	color: #666;
}





/*======= Mise en forme du fieldset =======*/

#corpForm fieldset {
	/*padding: 10px 15px;*/
	padding-bottom:8px;
	padding: 0 1em 0.6em 1em;
	border:1px solid #535142;
}

#corpForm .contour_OFF fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 0.6em 1em;
	border:1px solid #666;
}

#corpForm .contour_ON fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 0.6em 1em;
	border:1px solid #9F9F9F;
}


#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	color: #535142;
	margin-bottom:12px;
}

#corpForm .contour_OFF legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	font-size: 12px;
	color: #666;
	padding: 0 5px 0 2px;
	background: transparent;
}

#corpForm .contour_ON legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	font-size: 12px;
	color: #535142;
	padding: 0 5px 0 2px;
	background: transparent;
}


/* alerte enregistrement default */

#corpForm .contour_ALERTE fieldset {
	margin: 0;
	font-style: normal;
	padding: 0 1em 0.6em 1em;
	border:1px dotted #9F9F9F;
	background:url(http://media.achat-location.com/web/bk_alerte_memorise.gif) repeat-x top left;
}

#corpForm .contour_ALERTE legend {	
	font-weight: bold;
	font-size: 11px;
	color: #666;
	padding: 0 5px 0 2px;
	background: #ffffff;
}

/* alerte enregistrement maison */

#corpForm .contour_ALERTE_maison fieldset {
	margin: 0;
	font-style: normal;
	padding: 0 1em 0.6em 1em;
	border:1px dotted #A9D84A;
	font-size: 1.1em;
	color:#000;
	background:url(http://media.achat-location.com/web/bk_alerte_memorise_maison.gif) repeat-x top left;
}

#corpForm .contour_ALERTE_maison legend {	
	font-weight: bold;
	font-size: 11px;
	color: #719921;
	padding: 0 5px 0 2px;
	background: #ffffff;
}

/* alerte enregistrement appartement */

#corpForm .contour_ALERTE_appart fieldset {
	margin: 0;
	font-style: normal;
	padding: 0 1em 0.6em 1em;
	border:1px dotted #5AA9C8;
	font-size: 1.1em;
	color:#000;
	background:url(http://media.achat-location.com/web/bk_alerte_memorise_appart.gif) repeat-x top left;
}

#corpForm .contour_ALERTE_appart legend {	
	font-weight: bold;
	font-size: 11px;
	color: #3682A1;
	padding: 0 5px 0 2px;
	background: #fff;
}

/**/

#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	/*padding: 0 2px 0 2px;*/
	clear:left;
	padding: 0 0 .1em 0;
	margin: 0 0 .2em 0;
}


/* label */

#corpForm fieldset#coordonnees label {	
	float: left;	
	width: 210px;
	text-align: right;
	font-size:14px;
	margin: 0;
	color: #535142;
	padding: 4px .5em 4px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#corpForm fieldset#detail_info label {	
	float: left;	
	width: 110px;
	text-align: right;
	margin: 0;
	color: #000000;
	padding: 4px .5em 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}
#corpForm fieldset#detail_info label u {
	text-decoration: none;
	border-bottom:1px dotted #999;
}

#corpForm fieldset#coordonnees .tab_loc_vente label {	
	float: none;
	text-align: left;
}

/* label LARGE */

#corpForm fieldset#coordonnees_large label {	
	float: left;	
	width: 160px;
	text-align: right;
	margin: 0;
	color: #000;
	padding: 4px 1em 4px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#corpForm fieldset#coordonnees_large .tab_loc_vente label {	
	float: none;
	text-align: left;
}


/* explication label */

.explik_label {
	display:block;
	color:#666;
	font-size: 10px;
	padding-left:4px;
}



/* affiche liste case à cocher */

#corpForm fieldset#liste_case p {
	padding-bottom: 8px;
}

#corpForm fieldset#liste_case input {	
	float: left;
	width: 20px;
	text-align: right;
	margin: 0 8px 0 0;
	color: #000;
	background-color: transparent;
	border-width: 0px;
}
/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/

#corpForm label:hover {
	cursor: pointer;	
}
#corpForm label.oblig {
	font-size:14px;
}

/*** Mise en forme des aides contextuelles ***/

#corpForm a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}

#corpForm a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}

#corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background:url(http://media.achat-location.com/web/navig_g_ssmenu_bk.gif) repeat-x bottom left;		
	border: 1px solid #666;
	color: #303030;
}
#corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: #f5f5f5;
	color: #303030;
	border: 1px solid #666;
}

.label_newsletter {
	color: #303030;
}

.fin_form {
	text-align:left;
	padding: 8px 8px 15px 20px;
	color: #BEBCC3;
	font-size: 10px;
}

/* bouton d'envoi formulaire */

.bloc_but_envoyer {
	text-align:center;
}

a.bt_envoi_form {
	display: block;
	height: 30px;
	width: 120px;
	background-color:#333;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height:32px;
	text-align:center;
	letter-spacing: 2px;
	border: 2px solid #FFF;
}
a.bt_envoi_form:hover {
	text-decoration: underline;
	background-color:#535142;
	color: #FFF;
	
}
a.bt_envoi_form p {
	/*padding-top:8px;*/
	padding-top:0;
}

/* liste puce formulaire */

#corpForm ul {
	list-style: square;
	margin: 0 0 0 17px;
	font-size: 10px;
}


#corpForm .ico_alerte {
	display:none;
	/*padding: 3px 0 0 20px;*/
	height: 16px;
	width: 16px;
	margin-left: 5px;
	margin-top:1px;
}

#corpForm .alerte_form .ico_alerte {
	display:block;
	height: 16px;
	width: 16px;
	margin-left: 5px;
	margin-top:3px;
	float:left;	
	background:url(http://media.achat-location.com/web/ico_alerte_form.gif) no-repeat top left;
}

corpForm .alerte_form input {
	font-weight: bold; /*** Pour améliorer la lisibilité des boutons ***/
	float:left;
	margin-left: 6px;
	width:186px;
	border: 1px solid #CC0000;
	color: #cc0000;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	background:url(http://media.achat-location.com/web/bk_alerte_form.gif) repeat top left;		
}

#corpForm fieldset#coordonnees .alerte_form input {
	font-weight: bold; /*** Pour améliorer la lisibilité des boutons ***/
	float:left;
	margin-left: 6px;
	width:186px;
	border: 1px solid #CC0000;
	color: #cc0000;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	background:url(http://media.achat-location.com/web/bk_alerte_form.gif) repeat top left;		
}

#corpForm .alerte_form select {
	font-weight: bold; /*** Pour améliorer la lisibilité des boutons ***/
	margin-left: 6px;
	float:left;
	width:178px;
	border: 1px solid #CC0000;
	color: #cc0000;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	background:url(http://media.achat-location.com/web/bk_alerte_form.gif) repeat top left;	
	background-color:#DDDDDD;
}

#corpForm fieldset#coordonnees .alerte_form textarea {
	float:left;

	color:#cc0000;
	border: 1px solid #CC0000;
	background:url(http://media.achat-location.com/web/bk_alerte_form.gif) repeat top left;
}

/* msg pbl de validation des champs */

#corpForm .msg_alerte_valid {
	display:none;
}

#corpForm .alerte_form .msg_alerte_valid {
	display:block;
	text-align: center;
	padding-top:14px;
	font-weight: bold;
	text-transform: uppercase;
	color:#CC0000;
}

/* validation de l'adresse */

#corpForm .alerte_form .blc_valid_adresse {

background:#CC0000;}


#corpForm .alerte_form .blc_valid_adresse a {
	font-weight: bold;
	display: block;
	padding: 3px 2px;
	color: #cc0000;
	text-decoration:none;
	text-align:center;
	background:url(http://media.achat-location.com/web/bk_alerte_form.gif) repeat top left;
	border: 1px solid #cc0000;
}

#corpForm .alerte_form .blc_valid_adresse a:hover {
	color: #cc0000;
	text-decoration:none;
	background:url(http://media.achat-location.com/web/bk_alerte_form.gif) repeat top left;
	border: 1px solid #303030;
}

/* page depot annonce radio vente / location */

#corpForm .alerte_form .tab_loc_vente label {
	padding-top:5px;
	padding-left:28px;
	display:block;
	color:#CC0000;
	/*background-color: #00CC66;*/
}


/*===== validation Formulaire ======*/

#corpForm  p.valid_true {
	background:url(../picture/valid_true.png) no-repeat top right;
	margin-right:18px;	
}

#corpForm  p.valid_false {
	background:url(../picture/valid_false.png) no-repeat top right;
	margin-right:18px;	
}





	