/*
Theme Name:     PlaSciBlogs
Description:    Child theme for the Twenty Eleven theme
Author:         Léo Côme
Template:       twentyeleven
Version:        1.4
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

@import url("../twentyeleven/style.css");

/* One column */
.one-column #page {
	max-width: 1000px; /* instead of 690px */
}

/* réduit l'espacement */
#supplementary {
	padding: 0.25em 7.6%;
}

/* =Barrette (fusion de <header id="branding" role="banner"> & <div id="supplementary" class="one">)
----------------------------------------------- */
#Barrette {
	position: relative;
	z-index: 9998;
	clear: both;
}
#Barrette img {
	height: auto;
	width: 100%;
}

/* =Contact
----------------------------------------------- */
#Contact {
	position: relative;
	z-index: 9998;
	clear: both;
	width: 100%;
    font-size: 80%;
}
#Contact img{
	vertical-align: text-top;
}
