/***les zones*****/
.zone_haut {
	width: inherit;
	padding-bottom: 20px;
}
.zone_colonnage {
	width: inherit;
	background-image: url(../images/col_space.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
.colonne {
	float: left;
	width: 332px;
	text-align: justify;
}
.esp_colonne {
	float: left;
	width: 30px;
}
/*Les espaces*/
.esp_block {
	clear: both;
	width: inherit;
	line-height: 1px;
}
/******Les news ***********/
#chap_news {
	margin-bottom: 30px;
	width: 332px;
	height: 36px;
	background: url(../images/actus_bg.gif) repeat-x;
}
.date_news {
	padding-left: 44px;
	font-size: 10px;
	font-weight: bold;
	color: /*NEWS_COLOR*/#A6A6A6/*NEWS_COLOR*/;
}
.tt_news {
	clear: both;
	padding: 0px 0px 10px 44px;
	background-image: url(../images/puce_news.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: /*NEWS_COLOR*/#A6A6A6/*NEWS_COLOR*/;
}
.content_news {
	padding-left: 44px;
	font-style: italic;
}
.vignette_news {
	float: left;
	padding: 0px 7px 3px 0px;
}
.vignette_news img {
	border: 1px solid /*NEWS_COLOR*/#A6A6A6/*NEWS_COLOR*/;
}
.news_plus {
	width: 100%;
	text-align: right;
	padding-bottom: 15px;
}
.news_plus img {
	border: 0px;
}
#fin_news {
	width: inherit;
	height: 2px;
	background-color: /*NEWS_COLOR*/#A6A6A6/*NEWS_COLOR*/;
	line-height: 1px;
	margin: 10px 0px 20px 0px;
}
/*titre / attaque / texte / photos*/
.title {
	font-weight: bold;
	font-size: 13px;
	color: /*TITRE_COULEUR*/#C93838/*TITRE_COULEUR*/;
	padding-bottom: 5px;
}
.title_txt {
	padding: 0px 25% 5px 10%;
	text-align: justify;
	font-style: italic;
	color: /*SSTITRE_COULEUR*/#E07070/*SSTITRE_COULEUR*/;
}
.txt_block {
	text-align: justify;
}
.picture {
	clear: both;
}
.picture img {
	border: 0px;
}
.picture_vin {
	float: right;
	padding: 0px 0px 5px 5px;
}
.picture_vign img {
	border: 1px solid #000000;
}

