/*
Theme Name: Centre D'alembert
Description: Th&egrave;me cr&eacute;&eacute; pour le site web du Centre d'Alembert.
Author: Daniel Kerboeuf
Template: twentyeleven
*/

/* Import du thème parent */
@import url("../twentyeleven/style.css");

/* modification du thème parent */
body {
    padding: 0;
}

#branding {
    border-top: 1px solid #BBBBBB;
	background-color: #3A78A5;
}

#site-title {
    padding: 0;
	margin: 0;
}
#site-title  a {
	color: #ffffff;
}

#site-description {
    margin: 0;
	color: #ffffff;
}

#access {
	background: #3A78A5;
}

#colophon {
	background: #3A78A5;
}
#colophon .widget-title, #colophon li, #colophon a ,#colophon .widget_text {
    color: #ffffff;
}

#branding #searchform {
	display:none;
}

#site-generator {
	display:none;
}