.t_table {
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    margin-bottom: 10px;
	width:100%;
}
.t_table th {
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px;
	background-color: #e13442;
    color: white;
	width:20%;
}
.t_table td {
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px;
    background-color: ivory;
	width:80%;
}
.t_table ul {
    overflow: hidden;
}
ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.t_table ul li {
    float: left;
//    width: 260px;
}
.btnS {
	background: #d8a809;
	border: none;
	cursor: pointer;
	letter-spacing: 0.1em;
	text-align: center;
	width: 100%;
	padding: 15px 50px;
	color:white;
	text-decoration: none;
}
.btnS a{
	text-decoration: initial;
	text-transform: uppercase;
}
.btnS:hover{
	background: #edc36f;
	text-decoration: none;
}
.i_table {
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
	border-bottom: 5px solid #e13442;
    margin-bottom: 10px;
	width:100%;
	font-size: 90%;
}
.i_table th {
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px;
	background-color: #e13442;
    color: white;
}
.i_table td#nom {
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px;
    background-color: ivory;font-size: 16px;    text-align: center;
}
.i_table td#nom img{
    padding-bottom: 10px;
}
.i_table td#ttl {
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 5px;
    background-color: #ead2d4;
	font-size: 13px;
}
.btnT {
	background: #984eba;
	border: none;
	cursor: pointer;
	letter-spacing: 0.1em;
	text-align: center;
	width: 100%;
	padding: 3px;
	color:white;
	text-decoration: none;
}
.btnT a{
	text-decoration: initial;
	text-transform: uppercase;
}
.btnT:hover{
	background: #c57de6;
	text-decoration: none;
}

#ttop a{
	color: #6DB82B;
	font-weight: normal;
	text-decoration: none;
}

table,
th,
td{
	vertical-align: middle;
	font-size: 12px;
}
