﻿<?xml version = "1.0" encoding = "UTF_8"?>

<module>
	
	<!--
		Set the general properties of the module.
		
		- css_file_path
			Set the path to the CSS file relative to the SWF file of the module.
		
		
		- font_name
			Font name of the module.
			If you are using an embedded font, it must be included in the fonts list of 
			the template or in the fonts list of the module.
		
		
		- use_device_fonts
			Select whether you want to use an embedded font or use device fonts for this field.
			"true" or "false"
		
		
		- font_weight
			"bold" or "normal"
		
		
		- font_style
			"italic" or "normal"
		
		
		- text_transform
			Set the text transform value for this field.
			"capitalize"	:	Forces the first character only to be uppercase.
			"!capitalize"	:	Forces the first character to be uppercase and lowercases other characters.
			"uppercase"		:	Forces all characters to be uppercase.
			"lowercase"		:	Forces all characters to be lowercase.
		
		
		- align
			"right", "center" or "left"
		
		
		- alpha_animation_period
			Defines the period of time in which the alpha value will be animated in seconds.
		
		
		- crop_thumb
			Select whether thumb images should be cropped "true" or stretched "false"
		
		
		- crop_thumb_align
			If thumb images will be cropped, from where should the cropping begin?
			"tr"	Top-Right
			"tm"	Top-Middle
			"tl"	Top-Left
			"mr"	Middle-Right
			"mm"	Middle-Middle
			"ml"	Middle-Left
			"br"	Bottom-Right
			"bm"	Bottom-Middle
			"bl"	Bottom-Left
		
		
		- image_box_opens
			"horizontally" or "vertically"
		
		
		- image_box_autoplay_by_default
			Select whether the gallery items will be autplayed as soon as any item is opened or not.
			"true" or "false"
		
		
		- image_box_autoplay_interval
			Autoplay interval in seconds
	-->

	<!--
		All time values should be provided in seconds.
	-->

	<!--
		To learn how to create and use SWF font files, please read the documentation file.
	-->

	<fonts>
		<font
			path = "files/fonts/TwCenMT.swf"
			regular_class = "TwCenMT_r"
			italic_class = "TwCenMT_i"
			bold_class = "TwCenMT_b"
			bold_italic_class = "TwCenMT_bi"
		/>
	</fonts>
	
	<general
		css_file_path = "nvision_styles.css"
		
		
		
		module_width = "900"
		module_offset_x = "0"
		module_offset_y = "-30"
		
		
		
		module_title = "PLV ET GRANDS FORMATS: Occupez le terrain"
		module_title_color = "0x000000"
		module_title_alpha = "1"
		module_title_font_name = "Tw Cen MT"
		module_title_use_device_fonts = "false"
		module_title_font_size = "40"
		module_title_font_weight = "normal"
		module_title_font_style = "normal"
		module_title_text_transform = ""
		module_title_align = "left"
		module_title_offset_x = "0"
		module_title_offset_y = "0"
		
		
		
		horizontal_line_color = "0x000000"
		horizontal_line_alpha = "0.1"
		
		
		
		navigation_buttons_align = "right"
		navigation_buttons_offset_x = "0"
		navigation_buttons_offset_y = "0"
		navigation_button_width = "26"
		navigation_button_height = "26"
		navigation_button_symbol_scale_multiplier = "1"
		navigation_button_border_radius_top_right = "1"
		navigation_button_border_radius_bottom_right = "1"
		navigation_button_border_radius_bottom_left = "1"
		navigation_button_border_radius_top_left = "1"
		
		navigation_button_alpha_animation_period = "0.6"
		navigation_button_rollout_color = "0x000000"
		navigation_button_rollover_color = "0x000000"
		navigation_button_rollout_alpha = "0.6"
		navigation_button_rollover_alpha = "1"
		navigation_button_symbol_rollout_color = "0xffffff"
		navigation_button_symbol_rollover_color = "0xffffff"
		navigation_button_symbol_rollout_alpha = "0.6"
		navigation_button_symbol_rollover_alpha = "1"
		
		
		
		thumbs_offset_x = "250"
		thumbs_offset_y = "-25"
		
		thumb_width = "150"
		thumb_height = "120"
		
		thumb_rollover_zoom_pixels = "15"
		thumb_rollover_zoom_period = "0.2"
		
		thumb_background_color = "0xcccccc"
		thumb_background_alpha = "1"
		
		crop_thumb = "true"
		crop_thumb_align = "mm"
		
		
		
		horizontal_count = "4"
		vertical_count = "1"
		horizontal_spacing = "15"
		vertical_spacing = "15"
		
		
		
		image_box_opens = "horizontally"
		image_box_overlay_color = "0xffffff"
		image_box_overlay_alpha = "0.8"
		image_box_closes_on_overlay_click = "true"
		
		
		
		image_box_color = "0xffffff"
		image_box_content_background_color = "0x000000"
		image_box_alpha = "0"
		image_box_initial_content_width = "450"
		image_box_initial_content_height = "250"
		image_box_padding_top = "10"
		image_box_padding_right = "10"
		image_box_padding_bottom = "46"
		image_box_padding_left = "10"
		image_box_border_radius_top_right = "0"
		image_box_border_radius_bottom_right = "0"
		image_box_border_radius_bottom_left = "0"
		image_box_border_radius_top_left = "0"
		
		
		
		image_box_info_align = "center"
		image_box_info_offset_x = "0"
		image_box_info_offset_y = "0"
		image_box_info_color = "0x000000"
		image_box_info_alpha = "1"
		image_box_info_font_name = "Tw Cen MT"
		image_box_info_use_device_fonts = "false"
		image_box_info_font_size = "14"
		image_box_info_font_weight = "normal"
		image_box_info_font_style = "normal"
		
		
		
		enable_image_box_navigation_buttons = "true"
		image_box_navigation_buttons_align = "left"
		image_box_navigation_buttons_offset_x = "10"
		image_box_navigation_buttons_offset_y = "10"
		image_box_navigation_button_width = "26"
		image_box_navigation_button_height = "26"
		image_box_navigation_button_symbol_scale_multiplier = "1"
		image_box_navigation_button_border_radius_top_right = "1"
		image_box_navigation_button_border_radius_bottom_right = "1"
		image_box_navigation_button_border_radius_bottom_left = "1"
		image_box_navigation_button_border_radius_top_left = "1"
		
		image_box_navigation_button_alpha_animation_period = "0.6"
		image_box_navigation_button_rollout_color = "0x000000"
		image_box_navigation_button_rollover_color = "0x000000"
		image_box_navigation_button_rollout_alpha = "0.6"
		image_box_navigation_button_rollover_alpha = "1"
		image_box_navigation_button_symbol_rollout_color = "0xffffff"
		image_box_navigation_button_symbol_rollover_color = "0xffffff"
		image_box_navigation_button_symbol_rollout_alpha = "0.6"
		image_box_navigation_button_symbol_rollover_alpha = "1"
		
		
		
		enable_image_box_autoplay_button = "true"
		image_box_autoplay_button_align = "right"
		image_box_autoplay_button_offset_x = "-40"
		image_box_autoplay_button_offset_y = "10"
		image_box_autoplay_button_width = "26"
		image_box_autoplay_button_height = "26"
		image_box_autoplay_button_symbol_scale_multiplier = "1"
		image_box_autoplay_button_border_radius_top_right = "1"
		image_box_autoplay_button_border_radius_bottom_right = "1"
		image_box_autoplay_button_border_radius_bottom_left = "1"
		image_box_autoplay_button_border_radius_top_left = "1"
		
		image_box_autoplay_button_alpha_animation_period = "0.6"
		image_box_autoplay_button_rollout_color = "0x000000"
		image_box_autoplay_button_rollover_color = "0x000000"
		image_box_autoplay_button_rollout_alpha = "0.6"
		image_box_autoplay_button_rollover_alpha = "1"
		image_box_autoplay_button_symbol_rollout_color = "0xffffff"
		image_box_autoplay_button_symbol_rollover_color = "0xffffff"
		image_box_autoplay_button_symbol_rollout_alpha = "0.6"
		image_box_autoplay_button_symbol_rollover_alpha = "1"
		
		
		
		image_box_close_button_align = "right"
		image_box_close_button_offset_x = "-10"
		image_box_close_button_offset_y = "10"
		image_box_close_button_width = "26"
		image_box_close_button_height = "26"
		image_box_close_button_symbol_scale_multiplier = "1"
		image_box_close_button_border_radius_top_right = "1"
		image_box_close_button_border_radius_bottom_right = "1"
		image_box_close_button_border_radius_bottom_left = "1"
		image_box_close_button_border_radius_top_left = "1"
		
		image_box_close_button_alpha_animation_period = "0.6"
		image_box_close_button_rollout_color = "0x000000"
		image_box_close_button_rollover_color = "0x000000"
		image_box_close_button_rollout_alpha = "0.6"
		image_box_close_button_rollover_alpha = "1"
		image_box_close_button_symbol_rollout_color = "0xffffff"
		image_box_close_button_symbol_rollover_color = "0xffffff"
		image_box_close_button_symbol_rollout_alpha = "0.6"
		image_box_close_button_symbol_rollover_alpha = "1"
		
		
		
		
		image_box_autoplay_by_default = "false"
		image_box_autoplay_interval = "5"
		
		
		
		video_player_smoothing = "true"
		video_player_keep_aspect_ratio = "true"
		
		video_player_buffer_time = "3"
		video_player_show_time = "true"
		video_player_auto_hide_after = "3"
		video_player_enable_fullscreen = "true"
		
		video_player_controls_background_color = "0x000000"
		video_player_controls_background_alpha = "0.6"
		video_player_controls_background_height = "30"
		
		video_player_pause_button_scale_multiplier = "1"
		video_player_pause_button_alpha_animation_period = "0.6"
		video_player_pause_button_rollout_color = "0xffffff"
		video_player_pause_button_rollover_color = "0xffffff"
		video_player_pause_button_rollout_alpha = "0.6"
		video_player_pause_button_rollover_alpha = "1"
		
		video_player_mute_button_scale_multiplier = "1"
		video_player_mute_button_alpha_animation_period = "0.6"
		video_player_mute_button_rollout_color = "0xffffff"
		video_player_mute_button_rollover_color = "0xffffff"
		video_player_mute_button_rollout_alpha = "0.6"
		video_player_mute_button_rollover_alpha = "1"
		
		video_player_fullscreen_scale_multiplier = "1"
		video_player_fullscreen_button_alpha_animation_period = "0.6"
		video_player_fullscreen_rollout_button_color = "0xffffff"
		video_player_fullscreen_rollover_button_color = "0xffffff"
		video_player_fullscreen_rollout_alpha = "0.6"
		video_player_fullscreen_rollover_alpha = "1"
		
		video_player_time_color = "0xffffff"
		video_player_time_alpha = "0.6"
		video_player_time_font_name = "Tw Cen MT"
		video_player_time_use_device_fonts = "false"
		video_player_time_font_size = "12"
		video_player_time_font_weight = "bold"
		video_player_time_font_style = "normal"
		
		video_player_seek_bar_height = "2"
		video_player_seek_bar_color = "0xffffff"
		video_player_seek_bar_alpha = "0.2"
		
		video_player_seek_bar_fill_alpha_animation_period = "0.6"
		video_player_seek_bar_fill_rollout_color = "0xffffff"
		video_player_seek_bar_fill_rollover_color = "0xffffff"
		video_player_seek_bar_fill_rollout_alpha = "0.6"
		video_player_seek_bar_fill_rollover_alpha = "1"
	/>
	
	<module_description
		module_description_align = "left"
		module_description_width = "200"
		module_description_height = "300"
		module_description_offset_x = "0"
		module_description_offset_y = "-20"
		module_description_font_name = "Tw Cen MT"
		module_description_use_device_fonts = "false"
		module_description_font_size = "14"
		module_description_font_weight = "normal"
		module_description_font_style = "normal"
		module_description_color = "0x666666"
		module_description_alpha = "1"
		
		
		scrollbar_offset_x = "0"
		scrollbar_offset_y = "0"
		
		scrollbar_track_width = "2"
		scrollbar_track_color = "0x000000"
		scrollbar_track_alpha = "0.1"
		
		scrollbar_arrow_scale_multiplier = "1"
		scrollbar_arrow_alpha_animation_period = "0.6"
		scrollbar_arrow_rollout_color = "0x666666"
		scrollbar_arrow_rollover_color = "0x666666"
		scrollbar_arrow_rollout_alpha = "0.5"
		scrollbar_arrow_rollover_alpha = "1"
		
		scrollbar_thumb_width = "5"
		scrollbar_thumb_alpha_animation_period = "0.6"
		scrollbar_thumb_rollout_color = "0x666666"
		scrollbar_thumb_rollover_color = "0x666666"
		scrollbar_thumb_rollout_alpha = "0.5"
		scrollbar_thumb_rollover_alpha = "1"
	>
	<![CDATA[Ne pas laisser la place à ses concurrents c’est être présents à tout moment, visible en toutes circonstance. Les possibilités sont nombreuses pour assurer votre publicité de façon passive et laisser une trace dans l’inconscient de vos clients.

<o>Enseignes, objets publicitaires, marquage de véhicule, plv, stands…</o>
	]]>
	</module_description>
	
	<gallery>
		<item
			type 			= "image"
			thumb 			= "files/images/plv/griny.jpg"
			file 			= "files/images/plv/griny.jpg"
		>
		<![CDATA[Roll'up - Grinyland]]>
		</item>
		
		<item
			type 			= "image"
			thumb 			= "files/images/plv/haut-gachin.jpg"
			file 			= "files/images/plv/haut-gachin.jpg"
		>
		<![CDATA[Roll'up - Chateau Haut-Gachin]]>
		</item>
		
		<item
			type 			= "image"
			thumb 			= "files/images/plv/avize.jpg"
			file 			= "files/images/plv/avize.jpg"
		>
		<![CDATA[Roll'up - Lycée Viticole de la Champagne]]>
		</item>
		
		<item
			type 			= "image"
			thumb 			= "files/images/plv/tce.jpg"
			file 			= "files/images/plv/tce.jpg"
		>
		<![CDATA[Marquage Véhicule - TCE]]>
		</item>

	</gallery>

</module>
