.Nouv{
/*	position:absolute;*/
	font-family:verdana;
	font-size:11px;
	padding:0px;
	/*margin:0px;*/
	width:740px;
	border:solid 1px #ff6600;
}
.headerNouv{
	width:740px;
	background-color:#f1f1f1;
	height:30px;
	line-height:30px;
	font-weight: bold;
	color:#808080;
	border-bottom:solid 1px #808080;
}
.photo_header{
	float:left;
	width:79px;
	text-align:center;
}
.desc_header{
	float:left;
	width:458px;
	text-align:center;
	border-left:solid 1px #808080;
}
.dispo_header{
	float:left;
	width:99px;
	text-align:center;
	border-left:solid 1px #808080;
}
.prix_header{
	float:left;
	width:99px;
	text-align:center;
	border-left:solid 1px #808080;
}
.acheter_header{
	float:left;
	width:99px;
	text-align:center;
	border-left:solid 1px #808080;
}


.contentNouv{
	width:740px;
	background-color:#ffffff;
	height:85px;
	border-top:solid 1px #808080;
}
.photo_content{
	float:left;
	width:79px;
	text-align:center;
	height:85px;
}
.tab_photo{
	width: 100%;
	height: 100%;
	vertical-align:middle;
	text-align:center;
}
.desc_content{
	float:left;
	width:458px;
	border-left:solid 1px #808080;
	height:85px;
	line-height:20px;
}
.desc_content a{
	text-decoration: none;
	color:black;
}
.desc_content a:hover{
	text-decoration: none;
	color:#ff6600;
}
.dispo_content{
	float:left;
	width:99px;
	text-align:center;
	border-left:solid 1px #808080;
	height:85px;
}
.prix_content{
	float:left;
	width:99px;
	text-align:center;
	border-left:solid 1px #808080;
	height:85px;
	line-height:20px;
	font-size:14px;
	font-weight: bold;
	color:#ff6600;
}
.acheter_content{
	float:left;
	width:99px;
	text-align:center;
	border-left:solid 1px #808080;
	height:85px;
	line-height:75px;
}
.vtout{
	text-align:right;
	font-weight: bold;
	border-top:solid 1px #808080;
}
.vtout a{
	text-decoration: none;
	color:#ff6600;
}
