@charset "UTF-8";
/* CSS Document */
.tm-article h2 {
	font-size: 22px;
   line-height: 26px;
   color:#00AED1;
   text-decoration: underline;
}
.tm-article h3 {
	font-size: 18px;
   line-height: 22px;
   color:#00AED1;
   font-weight: 600;
}
.tm-article h2:before {
	content: "\f043";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 10px;
}
.tm-article h3:before {
	content: "\f0c9\00a0";
  font-family: FontAwesome;
}

.tm-article h4 {
	font-size: 16px;
   line-height: 20px;
   font-weight: 600;
}
.tm-article p {
	text-align: justify;
}
.legend {
    border: 3px solid #CCCCCC;
    position: relative;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	font-size: 14px;
	color: #777;
}
.legend-title {
    background: #FFFFFF;
    background-image: none;
	display: block;
    float: left;
    font-weight: bold;
    left: 7px;
    margin: 0 !important;
    padding: 0 5px !important;
    position: absolute;
    top: -12px;
    height: auto;
    color: #777777 !important;
    text-transform: none;
    text-decoration: none;
}
.uk-article-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    text-transform: none;
	text-align: left;
}
.news .uk-panel {
	min-height: 300px;
}
.diaporama {
	box-shadow: 0 2px 5px 0 rgba(160, 167, 169, 0.3);
}
.uk-overlay-panel {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(9, 0, 0, 1);
}
.uk-overlay-panel h3 {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(9, 0, 0, 1);
}
.uk-sticky-placeholder {
	margin: 0 0 40px 0 !important;
}
.clearfix {
	clear: both;
}
.tabaquae {
    vertical-align: top;
    padding: 5px;
    border: thin outset #CCCCCC;
    border-collapse: separate;
}
.tabaquae td {
	padding: 10px;
	vertical-align: middle;
}
.tdaquaegris {
    background-color: #DDDDDD;
    vertical-align: top;
	font-size: 13px;
}
em {
	color: rgba(144,143,143,1.00);
	font-size: 13px;
	line-height: 14px !important;
}
.gris {
	background-color: #eeeeee;
	padding: 20px;
}
.uk-dropdown-grid li.uk-parent {
	text-decoration: underline;
}
.uk-dropdown-grid li.uk-parent ul.uk-nav-sub li a {
	text-decoration: none;
}
.uk-dropdown-grid li.uk-parent ul.uk-nav-sub li a {
	padding-left: 30px;
}
.uk-dropdown-grid li.uk-parent ul.uk-nav-sub li a:hover {
	color: #000;
}
.article-index {
	background-color: #eeeeee;
	padding: 10px 20px;
	margin-left: 20px;
}
.article-index li {
	border-bottom: 1px solid #C1C1C1;
}
