/*
style_galeries.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:12.7px 'Source Sans Pro',sans-serif;
	font-weight:400;
	color:#fff;
	position:relative;
	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}

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

/* ----------------------------------------------------------------------------------------------- */
/* NAVIGATION */
/* 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: #444; 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 */
#container {position: relative; margin: 70px 0 40px 0; min-height: 84%; width: 100%}

/* ------------ ZONE SLIDESHOW GALERIE ------------ */
#galleria {width: 963px; height: 560px; padding-top: 25px; padding-left: 48px; padding-bottom: 60px}

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

aside
	{
    position: absolute;
    width: 300px;
    margin-top: 18px;
    margin-left: 17px;
    padding: 10px;
    color: #B3B3B3;
    font-size: 0.9em;
    clear: right;
    
	}

aside .desc_categorie {border-top: 1px solid #666}
	
aside .desc_categorie h2
	{
	color: #2B6A79;
	padding-top: 7px;
	font-size:2.0em;
	
	}

#bouton
	{
	float: right;
	position: relative;
	bottom: 0;
	margin-top: 367px;
	padding-right: 3px;
	}

#bouton a.lien_avant_apres
	{
	padding: 8px 10px;
	background:#54736D;
	color:#fff;
	text-decoration:none;
	border:none;
	border-radius:6px;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    
	}

#bouton a.lien_avant_apres:hover{text-decoration:none!important;background-color:#F15A24}



/* ----------------------------------------------------------------------------------------------- */
/* 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:static;
	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}
