body {
	color: #000;
	font-family: "Century Gothic";
	margin: 0px;
	padding: 0px;
}
img{
	border: 0px;
	border: 2px outset black;
}
#adresse{
	display: none;
}
#pictoInvest{
	width : 100%;
	height : 30px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background-color: #6d6d6d;
	background-image: url(./images/picto-invest.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
}
#normal{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background-color: #a5a5a5;
	text-align: center;
}
#descriptAnnonce{
	float: left;
	width: 60%;
	height: 100%;
	margin: 10px 0 0 0;
}
#video{
	float: left;
	width: 40%;
}
#video img{
	border: none;
}
.imgAnnonce{
	float:left;
	width: 104px;
	height: 100%;
	margin-left: 10px;
}
.contenuAnnonce{
	float:left;
	font-size: 16px;
	width: 410px;
	height: 100%;
}
.titreAnnonce{
	float:left;
	width: 410px;
	line-height: 28px;
	font-size: 16px;
	padding-left: 14px;
}
.typeTitre{
	font-size: 16px;
	padding-left: 14px;
}
.prixAnnonce{
	float:left;
	width: 410px;	
	font-size: 16px;
	padding-left: 14px;
}
.descriptif{
	clear: both;
	width: 510px;
	font-size: 16px;
	margin-top: 12px;
	padding-left: 14px;
	padding-right: 6px;
	min-height: 89px;
}
.ref{
	font-weight: bold;
}
.foot{
	clear: both;
	width: 90%;
	padding: 12px 0 0 24px;
}
.foot a{
	text-decoration : none;
	margin-left: 12px;
	margin-right: 34px;
	color: #000;
	border: none;
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
}
.foot a:hover{
	background-color: #c6c6c6;
	color: #fff;
}
.foot img{
	border: 0px;
	vertical-align: center
}
.centrer{
text-align:center;
	line-height: 16px;
}

.droite{
	margin-left: 56px;
	width: 380px;
}

#contact{
	margin: 12px 0 0 14px;
	width: 656px;
	min-height: 618px;
}
#contact fieldset{
	margin-bottom: 12px;
}
fieldset.sujet{
	margin: 0px;
	width: 240px;
}
.sujet input, .sujet select{
	float: right;
	width: 140px;
}
.sujet label{
	margin-right: 12px;
	line-height: 24px;
	height: 24px;
}
