/*
Theme Name: Twenty Fourteen Child
Theme URI: http://wordpress.org/themes/twentyfourteen
Description: Twenty Fourteen Child Theme
Author: Oups
Author URI: 
Template: twentyfourteen
Version: 1.0.0
*/
@import url("../twentyfourteen/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
/* centrage du site */
.site {
margin: 0 auto;
}
/* pas de date sur les articles */
header .entry-date {
display: none;
}
/* pas de liens sur prochain article sur fin de page */
.nav-links { display: none; } 
/* pas de nom de l'auteur ni modifier en debut d'article */
.entry-meta { display: none; } 
/* Modification des largeurs d'affichage */
.hentry {
	max-width: 786px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	max-width: 654px;
}

.post-navigation,
.image-navigation {
	max-width: 654px;
}

.archive-header,
.page-header {
	max-width: 654px;
}

.contributor-info {
	max-width: 654px;
}

.comments-area {
	max-width: 654px;
}

.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	max-width: 654px;
}
/* Fin des modifications de lagreur affichage */
/* marge entre Titre Post et la suite */
.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 0px 0;
	text-transform: uppercase;
}
/* marge entre auteur et la suite */
.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}
/* fin */
.site-content .has-post-thumbnail .entry-header {
	padding-top: 2px;
}
/* fin de la marge */