/*Les espaces*/
.esp_zone {
	clear: both;
	width: inherit;
	line-height: 22px;
}
.esp_block {
	clear: both;
	width: inherit;
	line-height: 10px;
}
.div_hr {
	width: inherit;
	height: 1px;
	background-color: /*SSTITRE_COULEUR*/#E07070/*SSTITRE_COULEUR*/;
	line-height: 1px;
	margin: 20px 0px 20px 0px;
}
/*pleine largeur*/
.full_zone {
	clear: both;
	width: inherit;
	margin-bottom: 10px;
}
/*2 colonnes*/
.columns_zone {
	clear: both;
	width: inherit;
	background-image: url(../images/col_space.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
.left_column {
	float: left;
	width: 332px;
	padding-right: 18px;
}
.right_column {
	float: left;
	width: 332px;
	padding-left: 18px;
}
/*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*/;
	padding-bottom: 5px;
}
.title_txt a {
	color: /*SSTITRE_COULEUR*/#E07070/*SSTITRE_COULEUR*/;
}
.txt_block {
	text-align: justify;
}
.txt_block a {
	color: /*FONT_BODY*/#666666/*FONT_BODY*/;
}
.picture {
	float: right;
	padding: 0px 0px 5px 5px;
}
.picture img {
	border: 1px solid /*FONT_BODY*/#666666/*FONT_BODY*/;
}
/*téléchargement*/
.download_pict {
	clear: both;
	width: inherit;
	background: url(../images/download_bg.png) repeat-x;
}
.download_title {
	width: 130px;
	height: 19px;
	padding: 2px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	color: /*BG_COLOR*/#FFFFFF/*BG_COLOR*/;
	background: url(../images/download.png) no-repeat;
}
.download_item {
	margin: 0px 0px 3px 36px;
	font-weight: bold;
	border-bottom: 1px solid /*DOWNLOAD_COULEUR*/#E07070/*DOWNLOAD_COULEUR*/;
}
.download_item a {
	color: /*DOWNLOAD_COULEUR*/#E07070/*DOWNLOAD_COULEUR*/;
	text-decoration: none;
}
/********INTERNAL LINK***********************/
.int_link {
	width: inherit;
}
.int_link a {
	float: right;
	padding-left: 16px;
	background-image: url(../images/bout_link.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: /*DOWNLOAD_COULEUR*/#E07070/*DOWNLOAD_COULEUR*/;
}
