.texte table
{
	width:100%;
	border-collapse: collapse;
	font-family:tahoma,georgia, Helvetica, sans-serif;
	font-size:12px;
   
}

/***************************/
/**** CADRE TEXTE***********/
/**************************/
.texte .cadre_table {
	height: 100%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.texte .cadre_table .table_hg {
	background-image: url(../Image/texte/tarif/haut_gauche.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 30px;
	margin: 0px;
}

.texte .cadre_table .table_hg .table_hd {
	background-image: url(../Image/texte/tarif/haut_droit.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 30px;
	margin: 0px;
}
.texte .cadre_table .table_hg .table_hd .table_h {
	background-image: url(../Image/texte/tarif/haut_milieu.png);
	background-repeat: repeat;
	background-position: center bottom;
	height: 45px;
	width: 100%;
	margin: 0px;
}
.texte .cadre_table .table_hg .table_hd .table_h h6 {
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	color: #333;
	background-image: url(../Image/texte/tarif/haut_milieu.png);
	background-repeat: repeat-x;
}

.texte .cadre_table .table_mg {
	background-image: url(../Image/texte/tarif/milieu.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-left: 1px;
	margin: 0px;
}

.texte .cadre_table .table_mg .table_md {
	background-image: url(../Image/texte/tarif/milieu.png);
	background-repeat: repeat-y;
	background-position: right bottom;
	padding-right: 1px;
	margin: 0px;
}
.texte .cadre_table .table_mg .table_md .table_m {
	margin: 0px;
	width: 100%;
}

.texte .cadre_table .table_mg .table_md .table_m td {
	border: 1px solid #333333;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F7F7F7;
}

.texte .cadre_table .table_bg {
	background-image: url(../Image/texte/tarif/bas_gauche.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 30px;
	margin: 0px;
}



.texte .cadre_table .table_bg .table_bd {
	background-image: url(../Image/texte/tarif/bas_droit.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 30px;
	margin: 0px;
}
.texte .cadre_table .table_bg .table_bd .table_b {
	background-image: url(../Image/texte/tarif/bas_milieu.png);
	background-repeat: repeat;
	background-position: center bottom;
	height: 60px;
	width: 100%;
	margin: 0px;
}
.texte .cadre_table .table_bg .table_bd .table_b p {
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	height: 30px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 2px;
	font-weight: bold;
}
