@charset "utf-8";
/*
Theme Name: Twenty Eleven Child
Description: Thème enfant pour Twenty Eleven
Author: Roussan Lucas
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");



/* desactiver la fonction de recherche dans le header */

#branding #searchform {
	display:none;
}
#branding .only-search + #access div {
	padding-right: 0px;
}

/* ne pas afficher le titre de la page sur la page */

.page .entry-title { display: none; }

/* changement z-index du header de 9999 a 9 sinon il passe par dessus gallery */
#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9;
}

/* Forcer largeur du site 1000 pixel, suite a la desactivation de la sidebar */

/* One column */
.one-column #page {
	max-width: 1000px;
}

#page {
width: 1000px;
background:#f2efe5;
}
 
#header {
width: 1000px;
height: 200px;

}



/* 
#content {
float: left;
width: 400px;
} */
 
#footer {
width: 1000px;
height: 200px;
}

#branding hgroup {
margin: 0;
}

.entry-meta
{
display:none;
}
