/* Magenta : #ec008c



/* ########### Titre ############# */
h2{
	background:url('../img/rounded-single.png') repeat-x 0 100%,
	url('../img/mag-list-h2.png') no-repeat 0 30%;
}
div#content h2{
    background:url('../img/rounded-single-h1.png') repeat-x 0 100%,
    url('../img/mag-list-h2.png') no-repeat 0 30%;
}
footer.footer h3{
	background:url('../img/rounded-single.png') repeat-x 0 100%,
	url('../img/mag-list-h2.png') no-repeat 0 30%;
}

/* ############ Liens ############# */
a,a:hover{color: #ec008c;}

/* ############ NAV ############### */
nav ul li.current_page_item > a{
 color: #ec008c !important;
}
/* ############ Agenda ############ */
div.date{background-image: url('../img/mag-corner-date.png');}
div.date section[role=date-event] div.number{
	background-image: url('../img/mag-bg-date.png');
}
/* ############ SOCIAL ICONS ############### */
div#social-icon div.social{
	background-color: #ec008c; 
}

/* ############ FOOTER ################ */
footer{
	border-top: 5px solid #ec008c;
}
footer.footer div.galerie-footer img{
	border-right: 6px solid #ec008c;
}
footer.footer div#footer-mail,footer.footer div#footer-fb{
	background-image:url('../img/mag-footer-contact.png');
}
#tnt_pagination a:link, #tnt_pagination a:visited{
    padding: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #FF97D5;
    margin-left: 10px;
    text-decoration: none;
    background-color: #FFACDD;
    color: #FFFFFF;
    width: 22px;
    font-weight: normal;
}

#tnt_pagination a:hover {
    background-color: #ec008c;
    border: 1px solid #B3006A;
    color: #FFFFFF;
}

#tnt_pagination .active_tnt_link {
    padding: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #B3006A;
    margin-left: 10px;
    text-decoration: none;
    background-color: #ec008c;
    color: #FFFFFF;
    cursor: default;
}

#tnt_pagination .disabled_tnt_pagination {
    padding:7px;
    padding-top:2px;
    padding-bottom:2px;
    border:1px solid #EBEBEB;
    margin-left:10px;
    text-decoration:none;
    background-color:#F5F5F5;
    color:#D7D7D7;
    cursor:default;
}
div.date b.right-color{
    float: right;
    color: #ec008c;
    padding-left: 15px;
}
button.btn-custom{
    background-color: #ec008c;
}
