// JavaScript Document

		$(document).ready(function() {
		
		
			$("a[rel=conception-logos]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">    '  + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});			
			$("a[rel=edition]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">    '  + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});
			$("a[rel=multimedia]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">    '  + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});
			$("a[rel=illus]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">    '  + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});
			$("a[rel=divers]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">    '  + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});


			
		});

