/*
style.css
---------
  
Par Tanguy Mentha
*/

/* Définition de la police */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic);

/* PAR DEFAULT */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	
	}

body
	{
	font:12px 'Source Sans Pro',sans-serif;
	font-weight:400;
	color:#fff;
	position:absolute;
	min-width:700px;
	min-height:452px;
	top:0;
	left:0;
	height:100%;
	width:99.6%

	}

/* Couleur de fond en noir */
body {background-color: #000}

/* Pas de couleur sur les liens, pas de soulignement, par défaut: blanc */
a {text-decoration:none; outline:0; color:#fff}

/* ------------------------------------------------------------NAVIGATION------------------------------------------------------------ */
/* HEADER */
header
	{
	background-color: #000;
	width: 92%;
	height: 30px;
	position:absolute;
	top:34px;
	left:48px
	
	}

/* Menu de niveau 1 */
#menu
	{
	background-color: #000;
    display: inline-block;
    position:relative;
    height: 100px;
    top:62px;
	left:48px;
    width:92%;
    font-size:21px;
    border-bottom: 1px solid #262626

	}

#menu li {display:inline}

#menu a
	{
	padding:0 5px 0 16px;
	background:transparent url(../img/menu_dividers/menu_divider.png) center left no-repeat;
	color: #515766;
	-webkit-transition:color .4s ease;-moz-transition:color .4s ease;transition:color .4s ease
		
	}

#menu ul {display:inline; margin:0 auto; padding-left:0}

#menu a:hover {color: #CD5729}

/* Menu de niveau 2 */
#menu .second-level {position:absolute;top:28px;font-size:16px; left:0}
#menu .second-level ul {display:inline; padding-left:0}
#menu .second-level li {display:inline}
#menu .second-level a {color: #262D40}
#menu .second-level a:hover {color: #CD5729}

#menu .second-level li a
	{
	padding:0 0 0 14px;
	background:transparent url(../img/menu_dividers/submenu_divider.png) center left no-repeat;
	-webkit-transition:color .4s ease;-moz-transition:color .4s ease;transition:color .4s ease
		
	}
	
#menu li:first-child a {padding:0 5px 0 0;background:transparent url(null)}

/* CATEGORIE */
#categorie
	{
	position:absolute;
	bottom:0;
	padding-left: 3px;
	padding-bottom: 8px;
	font-size: 12px
	
	}

#categorie label {padding-right: 12px}

#categorie span {font-style: italic; color: #999; margin-left: 30px}

#categorie select
	{
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(../img/select-arrow.png), 
	-webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: 11px;
	margin: 0;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	text-overflow: ellipsis;
	white-space: nowrap
	
	}



/* ------------------------------------------------------------CONTAINER------------------------------------------------------------ */
/* ------------ Global ------------ */
#container 
	{
	position: relative; 
	margin: 65px 0 20px 0; 
	min-height: 72%; 
	width: 100%; 
	background-color: #222

	}

#images, aside
	{
    display: inline-block;
    vertical-align: top;
    text-align: justify
    
	}


/* ------------ POUR PAGE GALERIE_MENU (1) ------------ */
#galerie_source {padding: 0 0 0 45px}

.mini_bloc_galerie
	{
	float: left;
	height: 530px;
	width: 135px;
	padding: 10px 10px 10px 0
	
	}
	
.mini_bloc_galerie img.top:hover {opacity:0}

.mini_bloc_galerie img 
	{
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
  
	}


/* ------------ POUR PAGE GALERIE_MENU (2) ------------ */
#menu_cinemagraph {margin-left: 350px}

#menu_cinemagraph img {margin-top: 30px; float: left}

/* ------------------------------------------------------------FOOTER------------------------------------------------------------ */

#legal {font-size:11px;line-height:14px;padding:5px 16px 20px 5px;float:left;color:#8d8d8d}
#legal .title {font-size:14px;color:#fb4100;font-weight:600;display:block}

#footer
	{
	position:relative; 
	width: 97%; 
	height: 20px; 
	bottom:0; 
	left: 0; 
	clear:both; 
	padding-left: 48px; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	font-size:11px;
	color:#484848; 
	background-color:#000

	}
	
#footer li {display:inline;padding-right:20px}

#footer a 
	{
	color:#484848;
	-webkit-transition:color .4s ease;
	-moz-transition:color .4s ease;
	transition:color .4s ease

	}
	
#footer a:hover {color:#fb4100}
