#node-16 .view-albums-photos img,
#content-area .node-type-phototheque img {
	padding: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}
#content-area .view-albums-photos a{
	background-color: #f1f4f6;
	color: #193B62;
}
#content-area .view-albums-photos a:hover{
	background-color: #486384;
	color: #fff;
}
.view-albums-photos a .views-field-title {
	color: #193B62;
}
.node-type-phototheque .deposer_album a {
	/*background-image:url(../images/phototheque/deposer_album.png);*/
}
.node-type-phototheque #photo_content #thumbs ul.thumbs {
	background-color: #f3f4f6;
}
.node-type-phototheque #photo_content ul.thumbs li {
	margin: 0 29px 14px 0;
}
.node-type-phototheque #photo_content ul.thumbs li.selected a.thumb {
	background-color: #486384;
}
#navSecondaire {
	border-top: 1px solid #4caac3;
}
#navSecondaire h2 a {
	color: #4caac3;
}
.return-list a.view_more {
	background-image: url("../images/phototheque/ico_retour.png");
	color:#193B62;
}
.return-list a.add_photo {
	color:#193B62;
}
.node-type-phototheque #photo_content #controls .nav-controls a.prev{
	background-image: url("../images/phototheque/fleche_prev.png");
}
.node-type-phototheque #photo_content #controls .nav-controls a.next{
	background-image: url("../images/phototheque/fleche_next.png");
}
/* Pagination */
#photo_content div.pagination {
	float: right !important;
}
#thumbs .pagination a:hover,
#thumbs .pagination span.current{
	color: #fff !important;
	background: #4caac3 !important;
}