/*-----------------------------------------------------------------------------------------------------

		Projet : Page constructeur classique
		Website : www.achat-terrain.com

		Sommaire :  Header
					Contenu
					Colonne visuels
					Liens
					
-------------------------------------------------------------------------------------------------------*/




/* Header
-----------------------------------------------------------------------------------------------------*/

.link_haut {	
	text-align: right;
	padding-top: 24px;	
	line-height: 18px;
}



/* Contenu
-----------------------------------------------------------------------------------------------------*/

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

/* Titre constructeur */

.titre_constructeur {
	font-family: tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #632423;
	border-bottom: 1px solid #632423;
	padding-bottom: 4px;
	letter-spacing: 1px;
}

.txt_constructeur ul {
	margin-top:10px;
	margin-bottom:20px;
	list-style-image:url(images/puce.gif);
}

.txt_constructeur ul li {
	margin-left:20px;
	list-style-image:url(images/puce.gif);
}


/* Texte constructeur */

.txt_constructeur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 25px 40px 15px 4px;
	color: #000000;
}

.txt_constructeur p {
	padding-top: 14px;
}

.txt_constructeur img {
	border: 1px solid #333333;
}

.txt_constructeur a {
	color: #FF0000;
	text-decoration: underline;
}
.txt_constructeur a:hover {
	color: #FF0000;
	text-decoration: none;
}


/* tel constructeur */

.tel_constru ,
.tel_constru_ACTIV {
	margin:10px 0;
}



.tel_constru a,
.tel_constru_ACTIV a {
	color:#000000;
	text-decoration:none;
	display:block;
	/*background:#ff9900;*/
	height:26px;
	width:350px;
	line-height:2em;
	padding-left:30px;
	-moz-border-radius:3px;
	background:url(images/ico_tel.gif) #eeeeee no-repeat top left;
}

.tel_constru a:hover {
	color:#000000;
	background:url(images/ico_tel.gif) #cccccc no-repeat top left;
	/*background:#ff7700;*/
	text-decoration:none;
}


.tel_constru a .tel_aff {
	display:none;
	text-decoration:none;
}

.tel_constru_ACTIV a .tel {
	display:none;
}

.tel_constru_ACTIV a .tel_aff {
	display:block;
}

.tel_constru_ACTIV a:hover .tel_aff {
	color:#000000;
}



/* Colonne visuels
-----------------------------------------------------------------------------------------------------*/

/* titre colonne visu */

.titrecolonne_constructeur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #ffffff;
	margin:0;
	padding:0;
}
.titrecolonne_constructeur p {
	padding: 1px 0 0  40px;
	margin:0;
}



/* Vignettes constructeur */


a.infobulle_img  {
    position:relative; /*this is the key*/
    z-index:24;
	background-color:#FFFFFF;
    color:#000;
    text-decoration:none;
	border:2px solid #FFF;
	height:130px;
	width:143px;
	float:left;
	margin-left:13px;
	margin-top:10px;
	margin-bottom:10px;
	-moz-border-radius:3px;

}

a.infobulle_img img {
	border:none;	
}

a.infobulle_img p {
	padding:0;
	margin:0;
	margin-top:4px;
}

a.infobulle_img:hover {
	z-index:25;
	/*background-color:#ccc;
	border:2px solid #ccc;*/
}

a.infobulle_img:hover p {
	text-decoration:underline;
}

a.infobulle_img span {
	display:none;
}

a:hover.infobulle_img span { 
	display:block;
	line-height:14px;
    position:absolute;
    top:0px; 
	right:170px; 
    border:2px solid #CCCCCC;
    background-color:#CCCCCC; 
}


/* Liens
-----------------------------------------------------------------------------------------------------*/

/* link Mail */

a.link_mail u {
	font-weight:bold;
}

a.link_mail p {
	padding:0 10px;
}

a.link_mail {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.8em;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background:#AD0334;
	height:26px;
	margin-bottom:10px;
	-moz-border-radius:3px;
}

a.link_mail:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background:#DF0043;
}


/* link web */

a.linkweb_constructeur u {
	font-weight:bold;
}

a.linkweb_constructeur p {
	padding:0 10px;
}

a.linkweb_constructeur {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height:2em;
	color: #333333;
	text-decoration: none;
	display:block;
	height:26px;
	-moz-border-radius:3px;
}

a.linkweb_constructeur:hover {
	color: #000000;
	text-decoration: underline;
}




