@CHARSET "ISO-8859-1";

body, br, code, dd, div, dl, dt, fieldset, form, html, img, label, li, ol, p, span, table, td, th, tr, ul {
    border: 0 none;
    font-size: 100%;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

body, html {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: block;
    float: left;
    height: auto;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

body {
    -moz-text-size-adjust: none;
    font-family: sans-serif;
    text-rendering: optimizelegibility;
}

h1, h2, h3, h4, h5, h6 {
    border: 0 none;
    margin: 0;
    padding: 0;
}

h1 {
    display: block;
    font-family: Oswald,Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 1000;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}


h2, h3, h4 {
    display: block;
    font-family: Oswald,Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div {
    display: block;
}

.center {
	text-align:center;
}

/* -------------------------- HOME --------------------------  */

.home {
    background: rgba(0, 0, 0, 0) url("../images/bg_home1.jpg") no-repeat fixed center center / cover ;
	color: #000;
    display: table;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}


.home .contenaire {		
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 width:600px;
	 -moz-transform: translateX(-50%) translateY(-50%);
	 -webkit-transform: translateX(-50%) translateY(-50%);
	 transform: translateX(-50%) translateY(-50%);
	
}

.home .form {
	top:280px;
	background:rgba(255,255,255,0.85);
	border-radius:10px;
	padding:20px;
	box-shadow : 0px 0px 4px #000 ;	
	min-width:600px;
	max-width:600px;
	text-align:center;
	
}

.home .form h1 {
	margin: 20px 0px;
	
}

.home input {
	font-size: 100%;
	margin:10px 0px;
	
}
		
.home img {
	max-height: 240px;
}

.home .copy {
	position: absolute;
	bottom : 30px;
	right: 0px;
	font-size: 100%;
	background:rgba(255,255,255,0.85);
	border-radius:10px 0px 0px 10px;
	padding:10px;
	box-shadow : 0px 0px 4px #000 ;	
}



.background {
	background-color: #eee;
    background-repeat: no-repeat no-repeat;
    background-size: cover cover;
}


/* -------------------------- NAV --------------------------  */

div.logo {
	z-index:11;
	position:absolute;
	top:0px; 
	left:0px;
	background: rgba(255, 255, 255, 0.15)
	height:116px;
}

div.logo img {
	min-height:116px;
	max-height:116px;
}


nav.menu {
	position:absolute;
	z-index:10;
	height:50px;
	background: rgba(104,47,15,0.75);
	right:0px;
	left:0px;
	top:35px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

nav.menu ul {
	list-style: none outside none;
	height: 50px;	
}

nav.menu ul li {
	display: inline;
    float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	line-height: 50px;
	background:transparent;
	color:white;
}

nav.menu ul li.site {	
	float: left;
	margin: 0px 0px 0px 300px;
	font-size:150%;
	
}

nav.menu ul li.logout {	
	padding: 0px 10px;
	margin: 0px 10px 0px 20px;
	cursor: pointer;
	border-left: 1px dashed white;
}

nav.menu ul li.logout:hover {	
	background:rgba(255, 255, 255, 0.25);
	cursor: pointer;
}

nav.menu ul li.user {
	margin-top:10px;
	font-size:80%;
	line-height: 15px;
	text-align:left;
}

nav.menu ul li.type {
	margin-top:10px;
	font-size:80%;
	line-height: 15px;
	text-align:right;
}

/* -------------------------- NAV --------------------------  */


nav.filtre {
	display:block;
	position:absolute;
	height:50px;
	left:0px;
	right:0px;
	z-index:5;
	top:85px;
	background: rgba(100,100,100,0.5);	
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	padding: 10px 0px;
}

nav.filtre ul {
	list-style: none outside none;
}

nav.filtre ul li {
	display: inline;
    float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	line-height: 30px;
	background:transparent;
	color:white;
}

nav.filtre ul li.label {
	margin: 0px 0px 0px 300px;
	width:150px;
	clear: both;
}

nav.filtre ul li select {
	font-size:100%;
}

/* -------------------------- GALERIE --------------------------  */

.content {
	position:absolute;
	top:150px;
	right:10px;
	left:10px;
	bottom:10px;
	margin-top:10px;
	background:white;
	overflow-y:auto;
	padding:2px;
}

.galerie{
	padding:10px;
}

#galerie div {
	padding:5px;
	margin: 20px 20px 0px 0px;
	background:white;
	border-radius:5px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	
}

#galerie div img {
	min-height:200px;	
	max-height:200px;
	
}

