/* En-tete */

h1 {
	background-image: linear-gradient(to bottom, black, #333);
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	border-bottom: 1px solid #555;
}
h1 a {
	color: white;
}
h1 img {
	vertical-align: middle;
}
#header {
	table-layout: fixed;
}
#header td {
	text-transform: uppercase;
	text-align: center;
	color: #aaa;
	padding: 4px 0;
}
#header a {
	color: #aaa;
}
#header a.selected {
	border-bottom: 4px solid #f60;
}
#header a:hover {
	color: #f60;
}

/* Corps */

html,
body {
	background-color: black;
}
.outer-width {
	max-width: 1900px;
	margin: auto;
}
	.outer-background {
		background-image: url(/~img/_design/outer-background.png);
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	@media screen and (min-height: 1073px) {
		.outer-background {
			background-position: top;
		}
	}
.inner-width {
	width: 100%;
	max-width: 797px;
	margin: auto;
}
.inner-background {
	background-color: #ddd;
	min-height: 380px;
}
.inner-background2 {
	background-image: url(/~img/_design/inner-background.png);
	background-position: right top;
	min-height: 380px;
}
.inner-background h3 {
	color: #f60;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: 4px solid #555;
}

/* Pied de page */

#footer {
	overflow: auto;
	padding-top: 10px;
	text-transform: uppercase;
	color: #aaa;
}
#footer .left-menu {
	float: left;
}
#footer .left-menu li {
	float: left;
	padding-right: 20px;
}
#footer .right-menu {
	float: right;
}
#footer .right-menu li {
	float: left;
	padding-right: 5px;
}
#footer a {
	color: #aaa;
}
#footer a.selected {
	border-bottom: 4px solid #f60;
}
#footer a:hover {
	color: #f60;
}
#footer .right-menu #copy {
	padding-right: 0;
	padding-left: 15px;
}
#footer #copy a {
	text-transform: none;
	color: #555;
}
#footer #copy a:hover {
	color: #f90;
}

/*eof*/
