/*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: #ff004e;
	line-height: 1px;
	margin: 20px 0px 20px 0px;
}
/*pleine largeur*/
.full_zone {
	clear: both;
	width: inherit;
}
/*2 colonnes*/
.columns_zone {
	clear: both;
	width: inherit;
	background-image: url(../images/col_space.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
.left_column {
	float: left;
	width: 269px;
	padding-right: 20px;
}
.right_column {
	float: left;
	width: 269px;
	padding-left: 20px;
}
/*retour*/
.zone_back {
	width: inherit;
	margin-bottom: 10px;
}
.zone_back img {
	float: right;
	border: 0px;
}
/*titre / attaque / texte / photos*/
.title {
	color: #ff004e;
	padding-bottom: 5px;
}
.title h1 {
	font-size: 13px;
	margin: 0px;
}
.title_txt {
	padding: 0px 0px 5px 30px;
	width: 80%;
	text-align: justify;
	font-style: italic;
	color: #a37b7b;
}
.title_txt h2 {
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
}
.title_txt a {
	font-weight: bold;
	color: #a37b7b;
}
.txt_block {
	text-align: justify;
}
.txt_block h2 {
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
}
.txt_block a {
	font-weight: bold;
	color: #b3b3b3;
}
.picture {
	float: right;
	padding: 0px 0px 5px 5px;
}
.picture img {
	border: 1px solid #000000;
}
/*téléchargement*/
.download_pict {
	clear: both;
	width: inherit;
	background: url(../images/download_bg.gif) repeat-x;
}
.download_item {
	margin: 0px 0px 3px 36px;
	font-weight: bold;
	border-bottom: 1px solid #bce400;
}
.download_item a {
	color: #bce400;
	text-decoration: none;
}
/*écouter music*/
.playmusic_pict {
	clear: both;
	width: inherit;
	background: url(../images/listen_music_bg.gif) repeat-x;
}
.playmusic_item {
	margin: 0px 0px 3px 36px;
	font-weight: bold;
	border-bottom: 1px solid #4621ff;
}
.playmusic_item a {
	color: #4621ff;
	text-decoration: none;
}
.playmusic_item object {
	display: inline;
}
.playmusic_item img {
	border: 0px;
}
.buymusic {
	width: inherit;
	padding-top: 3px;
}
.buymusic img {
	float: right;
	border: 0px;
}
/********INTERNAL LINK***********************/
.int_link {
	width: inherit;
}
.int_link a {
	float: right;
	padding-left: 24px;
	background: url(../images/bout_link.gif) no-repeat;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #16ffff;
}
.int_link a:hover {
	color: #ffffff;
	background: url(../images/bout_link_on.gif) no-repeat;
}
/******SECTION TITLE********************/
.tt_section {
	width: inherit;
	height: 23px;
	background: #b3b3b3 url(../images/tt_section_right.gif) right no-repeat;
}
.tt_section h1 {
	height: 23px;
	background: url(../images/tt_section_left.gif) no-repeat;
	padding-left: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 23px;
	margin: 0px;
}
/*tableau*/
table {
	border-collapse: collapse;
	width: 150px;
}
table th {
	border: 1px solid #b3b3b3;
	background-color: #78431f;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
table td {
	border: 1px solid #b3b3b3;
	background-color: #888888;
	padding: 5px;
	text-align: right;
	color: #78431f;
}
/*************ADSENSE**********************/
.content_adsense {
	width: 468px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
