/**
 * @file        ../layout.css
 * @date        2018-02-14
 * @version     1.0
 * @package     Joomla.Administrator
 * @subpackage  com_exaltarts
 * @since       3.0
 * @copyright   Copyright (C) 2010 - 2018 Jackie Leclair. All rights reserved.
 * @author      Jackie Leclair
 * @description	Pack Exaltarts pour artistes et petites entreprises
 * @license     http://www.gnu.org/licenses/gpl-2.0.html
 *
 * @usage
 *
 */

/* contenant global */
#galerie img {
	border: none;
}
/* Contenant miniatures */
#timbres1 {
	float: left;
}
.timbres {
	overflow: hidden;
	text-align: center;
	position: relative;
	height: 106px;
	width: 948px;
	margin: 0 auto;
	padding: 0 26px;
	background-color: #888;
}
.timbres a {
	margin: 3px;
	float: left;
}
.timbres img {
	max-height: 100px;
}
.slider {
	position: relative;
	width: 5000px;
	margin: auto 0;
}
.prec, .suiv {
	cursor: pointer;
	position: absolute;
}
.prec {
	top: 0;
	left: 0;
	height: 106px;
	width: 26px;
	background: url(fleches_horiz.png) left top;
}
.prec:hover {
	background-position: -26px top;
}
.suiv {
	top: 0;
	right: 0;
	height: 106px;
	width: 26px;
	background: url(fleches_horiz.png) right top;
}
.suiv:hover {
	background-position: 52px top;
}

/* Contenant grandes images */
#diapos {
	width: 600px;
	margin: 10px auto;
}
#diapos img {
	display: block;
	margin: 0 auto;
	max-width: 600px;
}

/********** ADAPTATION TABLETTES *********/
@media (max-width:1000px) {
	.timbres {
		width: 748px;
	}
}

@media (max-width:800px) {
	.timbres {
		width: 548px;
		height: 86px;
	}
}

@media (max-width:600px) {
	.timbres {
		width: 428px;
		height: 66px;
	}
}

@media (max-width:480px) {
	#diapos {
		width: 400px;
	}
	.timbres {
		width: 240px;
		height: 42px;
	}
}
