/*  The Darkroom theme style sheet for Tiki Wiki CMS Groupware. */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	background: #2F5377 ;  /* modifié  ajouté   */
}


}
.page-header {
  padding-top: 10px;  /* modifié ajout */
}

body,
body.fullscreen {
	background: #2F5377 ;  /* modifié     ajouté    */
/*  background-image: url('../images/474747_5e5e5e_40.png'); */
}
.container {
  background: #3F444D;  /* modifié #0c0c0c */
  margin-top: 20px; /* modifié     ajouté    */
}
#col1 {
  background: #3F3F3F;
  border-left: 10px solid #3f3f3f; /*  modifié 0c0c0c */
  border-right: 10px solid #3f3f3f; /*  modifié 0c0c0c */
}

.topbar {
  margin-top: 20px;  /* modifié  ajout  écart entre logo et menu*/
  margin-bottom: 20px;
}
.container:not(.in-navbar) {
    background: #2F5377;
}