/*
Theme Name:     ageab-V2
Description:    Thème enfant pour le thème twentyfourteen 
Author:         ji
Template:       twentyfourteen                             
Version:        1.0
*/

@import url("../twentyfourteen/style.css");

/*_________________________________________*/

div {
	margin: 0 auto;
}

body {
    background: #2CBCEA none repeat scroll 0% 0%;
}

h2 {
    font-size: 18px;
    line-height: 1em;
    color: #93025C !important;
    text-transform: uppercase;
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    margin: 0px auto;
    max-width: 650px;
}

.site-header {
    background-color: #93025C;
}

.site::before {
    background-color: #93025C;
}

.site-footer {
    font-size: 12px;    background: #93025C;
}

.entry-title a{
	color: #93025C !important;
	transition: color 0.7s;
}

.entry-title a:hover{
	color: #209603 !important;}

h1.entry-title{
	color: #93025C !important;
}