html,body {
	width:100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background: #666 no-repeat center fixed; 
  	-webkit-background-size: cover;
  	background-size: cover;
	overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Ubuntu Light', Ubuntu, 'Segoe UI Semilight', 'Segoe UI Light', 'Segoe UI', 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color: #e69138;
}

div#global {
	display:block !important;
	max-width : 800px !important;
	background-color : #eee !important;
	min-height: 100% !important;
	margin:0 auto !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 50, 1);
}

div#content {
	padding:0 3em 2em;
}

div#content img, div#content embed, div#content iframe {
    max-width: 100%;
}

hr {
    border-top: 1px solid #000;
}

blockquote {
    border-left: 3px solid #e69138;
    font-family: Georgia, 'Liberation Serif', 'Times New Roman', Times, serif;
    font-style: italic;
}

table {
    border-collapse:separate;
    border:solid #999 1px;
    border-radius:6px;
    -moz-border-radius:6px;
}

td, th {
    border-left:solid #999 1px;
    border-top:solid #999 1px;
    padding: 0.5em 1em;
}

td {
    background-color: #fff;
}

th {
    border-top: none;
	background-color:#e69138 !important;
	color:white !important;
}

td:first-child, th:first-child {
     border-left: none;
}

/* Modifications du thème Bootstrap ******************************************/

.container {
    width:100%;
}

.navbar-inverse {
	border-radius: 0px !important;
	border-color: transparent !important;
}

.dropdown-menu li>a { color: black !important; }
.navbar-brand, .navbar-nav a, .dropdown-menu a:hover { color: white !important; }

.navbar-nav>.open>a, .navbar-nav>.active>a, .dropdown-menu a:hover, .dropdown-menu>.active>a {
    background-image: linear-gradient(to bottom,#e69138 0,#bc772f 100%) !important;
}

.dropdown-menu {
	background-image: linear-gradient(to bottom,#fff 0,#efe5d0 100%) !important;
}

.article {
    background-color: white;
    color: #666;
    padding: 5px;
    margin-bottom: 1em;
    font-style: italic;
    border-width: 2px;
    border-style: solid;
    -moz-box-shadow: 0px 3px 7px 0px #656565;
    -webkit-box-shadow: 0px 3px 7px 0px #656565;
    -o-box-shadow: 0px 3px 7px 0px #656565;
    box-shadow: 0px 3px 7px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=7);
}

.article .metadata {
    margin-top: -5px; margin-left: -5px;
    width: 100%;
    text-transform: uppercase;
    font-style: normal;
    font-size: 80%;
}

.article .category {
    font-weight: bold;
    display: inline-block;
    padding: 2px 5px; margin-right: 5px;
    font-size: 130%;
}

.article .title {
    font-style: normal;
    font-size: 200%;
    font-family: "Ubuntu Light", Ubuntu, "Segoe UI Light", "Segoe UI";
    font-weight: lighter;
}

.article .title a {
    color: #666;
}

.article .title a:hover {
    text-decoration: none;
    color: #000;
}

.article .button, .comment .button {
    display: inline-block;
    border-radius: 2px;
    background-color: #eee;
    border-color: #eee;
    border-style:solid;
    border-width:1px;
    padding: 2px 5px;
    color: #000;
    font-size: 80%;
    text-transform: uppercase;
    font-style: normal;
}

.comment {
    background-color: white;
    color: #444;
    padding: 5px;
    margin-bottom: 1em;
    border-left-width: 2px;
    border-left-style: solid;
    -moz-box-shadow: 0px 3px 7px 0px #656565;
    -webkit-box-shadow: 0px 3px 7px 0px #656565;
    -o-box-shadow: 0px 3px 7px 0px #656565;
    box-shadow: 0px 3px 7px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=7);
}