/* @override http://www.netimmo.be/_include/tran/css/general.css */

/* CSS Document */

/* banner */
.header {
	height: 100px;
	width: 750px;
	border-bottom: 2px solid #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* bottom */
.footer {
	height: 10px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 9px;
	line-height: 9px;
	text-align: right;
	padding-right: 11px;
	border-top: #CCCCCC solid 2px;
	padding-top:10px;
	padding-right:11px;
	padding-bottom:0px;
	padding-left:11px;
}

/* utilisé dans contact */
.mxn_title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: verdana;
    TEXT-DECORATION: none;
    TEXT-ALIGN: center;
}

.mxn_text
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 7pt;
    COLOR: #000000;
    FONT-FAMILY: verdana;
    TEXT-DECORATION: none;
    TEXT-ALIGN: justify;
}

/* écran */
@media screen {
	/*  boutons navigation */
	.navi {
		width: 750px;
		height: 16px;
		border-bottom: #ccc solid 1px;
	}
	
	/* coordonnées client */
	.client_coord {
		height: 31px;
		padding: 2px;
		border: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		color: #000;
		font: normal 9px/10px Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
	}
	
	/* bouton client */
	.client_pub {
		text-align: center;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 15px;
		margin-left: 0px;
	}

	/* top trois */
	.topTrois {
		color: #fff;
		font: bold 12px/16px Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-align: center;
		margin-left: 3px;
		margin-right: 4px;
	}
}

/* impression */
@media print {
	/* boutons navigation */
	.navi {
		height: 0px;
		visibility: hidden;
	}
	
	/* coordonnées client */
	.client_coord {
		margin-top: 4mm;
		margin-bottom: 4mm;
		color: #000;
		font: normal 7pt/10pt Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-align: center;
	}
	
	/* bouton client */
	.client_pub {
		visibility: hidden;
		height: 0mm;
	}

	/* top trois */
	.topTrois {
		color: #000;
		font: bold 9pt/11pt Arial, Helvetica, sans-serif;
		text-decoration: underline;
		text-align: center;
		margin-left: 3px;
		margin-right: 4px;
	}
}
