/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

/* Le menu de navigation horizontal serait mieux à droite */

#nav-content .clearfix {
      		 float: right;
}

/* La description du site sera décalée et en italique */
#header .blog-description {
		margin-left: 20%;
		font-style: italic !important;
}

/* La description du site ne sera pas en lettre capitales */
#header .logo {
	text-transform: none;
}

#main {background: #F0F0F0 !important; border: none !important; }

/* un champ de recherches dans l'en-tête n'est pas très beau - on le cache */
#searchbar {
	visibility: hidden;
}
