/***les zones*****/
.zone_haut {
	width: inherit;
	padding-bottom: 20px;
}
/*2 colonnes*/
.columns_zone {
	clear: both;
	width: inherit;
	background-image: url(../images/col_space.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.left_column {
	float: left;
	width: 332px;
	padding-right: 15px;
}
.right_column {
	float: left;
	width: 332px;
	padding-left: 18px;
}
/*Les espaces*/
.esp_block {
	clear: both;
	width: inherit;
	line-height: 1px;
}
/******Les news ***********/
#chap_news {
	margin-bottom: 30px;
	width: 332px;
	height: 33px;
	padding-top: 8px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: /*BG_COLOR*/#FFFFFF/*BG_COLOR*/;
	background: url(../images/actualites.png) no-repeat;
}
.date_news {
	padding-left: 44px;
	font-size: 10px;
	font-weight: bold;
	color: /*NEWS_COLOR*/#6E6767/*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*/#6E6767/*NEWS_COLOR*/;
}
.tt_news h2 {
	font-size: 12px;
	margin:0px;
}
.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*/#6E6767/*NEWS_COLOR*/;
}
.news_plus {
	width: inherit;
	text-align: right;
	padding-bottom: 15px;
}
.news_plus img {
	border: 0px;
}
/*titre / attaque / texte / photos*/
.title {
	color: /*TITRE_COULEUR*/#CC0000/*TITRE_COULEUR*/;
	padding-bottom: 5px;
}
.title h1 {
	font-size: 13px;
	margin: 0px;
}
.title_txt {
	padding: 0px 25% 5px 10%;
	text-align: justify;
	font-style: italic;
	color: /*SSTITRE_COULEUR*/#BA706E/*SSTITRE_COULEUR*/;
}
.title_txt h2 {
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
}
.title_txt a {
	font-weight: bold;
	color: /*SSTITRE_COULEUR*/#BA706E/*SSTITRE_COULEUR*/;
}
.txt_block {
	text-align: justify;
}
.txt_block h2 {
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
}
.txt_block img {
	border: 0px;
}
.txt_block a {
	font-weight: bold;
	color: /*FONT_BODY*/#333333/*FONT_BODY*/;
}
.picture_vinL, .pictureL {
	float: left;
	padding: 0px 5px 5px 0px;
}
.picture_vinR, .pictureR {
	float: right;
	padding: 0px 0px 5px 5px;
}
.picture_vignL img, .picture_vignR img {
	border: 1px solid #000000;
}
.pictureL img, .pictureR img {
	border: 0px;
}
