/*
 * @version   1.0 Juillet 2011
 * @author    Avance
 * @copyright Copyright (C) 2011 Avance
 */

.gallery.full-list,
#content .gallery.full-list {
	padding: 0 0 0 5px;
	margin: 0 0 15px;
}

.entry ul.gallery.full-list li:before,
#content .entry ul.gallery.full-list li:before {
	content: "";
}

html>body .entry ul.gallery.full-list,
#content html>body #content .entry ul.gallery.full-list {
	text-indent: 0;
}

html>body .entry ul.gallery.full-list li,
html>body #content .entry ul.gallery.full-list li {
	margin: 0;
}

.icone_download {
	float: left;
	margin-right: 10px;
	width: 15px;
}

.gallery.full-list .gallery-item,
#content .gallery.full-list .gallery-item {
	float: none;
	width: auto;
	list-style: none;
	/* background: url(../../images/icons/icon-download.png) 0 2px no-repeat; */
	/* padding: 0 0 0 41px; */
	margin: 10px 0 3px 0;
	text-align: left;
	min-height: 40px;
	margin-bottom: 15px;
}

.gallery.full-list .gallery-item a,
#content .gallery.full-list .gallery-item a {
	clear: both;
	font-weight: bold;
}

.gallery.full-list .gallery-caption,
#content .gallery.full-list .gallery-caption {
	margin: 0;
	/* font-style: italic; */
	line-height: 1.2em;
}

.gallery.full-list .gallery-caption,
#content .gallery.full-list .gallery-caption {

	padding-left: 27px;
}

.gallery.full-list .gallery-caption a,
#content .gallery.full-list .gallery-caption a {
	color: #D30100;
}

.gallery.full-list .gallery-caption a:hover,
#content .gallery.full-list .gallery-caption a:hover {
	color: #00abdc;
}

.gallery.full-list .gallery-description,
#content .gallery.full-list .gallery-description {
	margin: 5px 0 0 0;
	color: #757575;
	font-size: 12px;
	line-height: 1.2em;
}

.gallery.full-list .gallery-description a {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2em;
}

.gallery.full-list .gallery-endcol,
#content .gallery.full-list .gallery-endcol {
	margin-right: 0;
}

.gallery.full-list .clear,
#content .gallery.full-list .clear {
	clear: both;
	height: 0.001px;
	visibility: hidden;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.gallery.full-list .wp-pagenavi {
	clear: both;
	padding: 10px 0;
	margin-top: 1em;
}

.gallery.full-list .wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.gallery.full-list .wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #000;
}

.gallery.full-list .wp-pagenavi span.current {
	font-weight: bold;
}