/* 
    Document   : sites
    Created on : 30 mars 2014, 23:11:10
    Author     : Bruno
    Description:
        Purpose of the stylesheet follows.
*/

/* Fix main container widths */
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 950px;
  }
}

/* Menu button */
#navbar-menu-button{
    margin-left: 15px;
}

/* images */
.img-responsive {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.img-responsive.center-block {
    display: block;
    margin-right: auto;
}

.img-responsive.pull-left {
}

.img-responsive.pull-right {
    margin-left: 10px;
    margin-right: 0;
}

