/*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: #bbbbbb;
	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.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.left_column {
	float: left;
	width: 352px;
	padding-right: 18px;
}
.right_column {
	float: left;
	width: 352px;
	padding-left: 18px;
}
/********TITRE PAGE**********************/
#tt_page {
	padding-top: 15px;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	color: #9ec178;
}
#sstt_page {
	padding: 5px 100px 44px 130px;
	font-size: 17px;
	font-style: italic;
	color: #8eaa70;
	letter-spacing: 0.1em;
	line-height: 20px;
}
/************CONTENU HAUT DE PAGE DES SOUS-RUBDE L'ACCUEIL*****/
.carte_intro {
	padding: 0px 0px 0px 26px;
}
.txt_intro {
	width: 520px;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.1em;
	line-height: 20px;
	text-align: justify;
}
/*titre / attaque / texte / photos*/
.title_couleur1 {
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	padding: 5px 0px 5px 0px;
	margin-bottom: 20px;
	background: #0f875a url(../images/fd_couleur1.jpg) repeat-x;
	border: 1px solid #b3b3b3;
	text-align: center;
}
.title_couleur2 {
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	padding: 5px 0px 5px 0px;
	margin-bottom: 20px;
	background: #2c95cf url(../images/fd_couleur2.jpg) repeat-x;
	border: 1px solid #b3b3b3;
	text-align: center;
}
.title_txt {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 5px;
}
.txt_block, .txt_block_gris {
	text-align: justify;
}
.txt_block_gris {
	background: #ededed;
	padding: 5px;
}
.txt_block a, .txt_block_gris a {
	font-weight: bold;
	color: #666666;
}
.txt_block ol, .txt_block ul, .txt_block_gris ol, .txt_block_gris ul {
	padding-top: 0px;
	margin-top:0px;
	padding-bottom: 0px;
	margin-bottom:0px;
}
.txt_block img, .txt_block_gris img {
	border: 1px solid #999999;

}
.pictureR {
	float: right;
	padding: 0px 0px 5px 5px;
}
.pictureL {
	float: left;
	padding: 0px 5px 5px 0px;
}
.pictureR img, .pictureL img {
	border: 0px;
}
/*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: #FFFFFF;
	background: url(../images/download.png) no-repeat;
}
.download_item {
	margin: 0px 0px 3px 36px;
	font-weight: bold;
	border-bottom: 1px solid #b8cca3;
}
.download_item a {
	color: #8d9f7a;
	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: #808080;
}
.int_link a:hover {
	color: #000000;
}
