/*---------------------------------------------------------------
	  Annonces.htm
  ---------------------------------------------------------------*/
.BoxAnnonces{
	position: relative;
	width: 30%;
	height: 150px;
	Left: 4.5%;
	margin: 0%;
	Background: #977FFF;
	float: left;
	z-index: 7;
}

.BoxAnnoncesHeader{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
	background: transparent;
	z-index: 8;
}

.BoxAnnonceHeaderLeft{
	position: absolute;
	height: 30px;
	width: 6px;
	margin: 0;
	padding: 0;
	background: url('../images/annonces/headerleft.gif') no-repeat top left;
	z-index: 10;
}

.BoxAnnonceHeaderCenter{
	position: absolute;
	height: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	background: url('../images/annonces/headercenter.gif') repeat-x top left;
	text-align: center;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Arial Narrow", Tahoma;
	font-weight: bold;
	z-index: 9;
}

.BoxAnnonceHeaderRight{
	position: absolute;
	width: 11px;
	height: 30px;
	padding: 0;
	right: 0;
	background: url('../images/annonces/headerright.gif') no-repeat top right;
	z-index: 10;
}

.BoxAnnoncesContainer{
	position: absolute;
	padding: 0;
	top: 33px;
	width: 100%;
	height: 117px;
	Background: url('../images/annonces/containercenter.gif') repeat-x top left;
	z-index: 8;
}

.BoxAnnonceContainerLeft{
	position: absolute;
	height: 117px;
	width: 6px;
	padding: 0;
	background: url('../images/annonces/containerleft.gif') no-repeat top left;
	z-index: 10;
}

.BoxAnnonceContainerCenter{
	position: absolute;
	height: 117px;
	width: 92%;
	padding: 0;
	left: 3%;
	right: 5%;
	background: transparent;
	text-align: left;
	font-family: "Book Antiqua", "Bookman Old Style", Garamond;
	font-weight: normal;
	z-index: 9;
}

.BoxAnnonceContainerRight{
	position: absolute;
	width: 11px;
	height: 117px;
	padding: 0;
	right: 0;
	background: url('../images/annonces/containerright.gif') no-repeat top right;
	z-index: 10;
}

.BoxMarque{
	position: absolute;
	color: blue;
	width: 25%;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	z-index: 11;
}

.BoxType{
	position: absolute;
	left: 25%;
	width: 50%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	z-index: 11;
}

.BoxCylindree{
	position: absolute;
	right: 7px;
	width: 10%;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	z-index: 11;
}

.BoxDescription{
	position: absolute;
	width: 100%;
	top: 22px;
	text-align: left;
	font-size: 14px;
	z-index: 11;
}

.BoxTelephone{
	position: absolute;
	width: 100%;
	color: red;
	bottom: 10px;
	text-align: center;
	font-family: Century Gothic, Lucida Sans Unicode, Arial Narrow, Tahoma;
	font-weight: bold;
	font-size: 12px;
	z-index: 11;
}