﻿<?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.
	-->

	<!--
		-  All time values should be provided in seconds.
		-  To learn how to create and use SWF font files, please read the documentation file.
		-  Refer to the documentation file for more information.
	-->
	
	<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 = "Contact"
		module_title_color = "0x000000"
		module_title_alpha = "0.7"
		module_title_font_name = "Tw Cen MT"
		module_title_use_device_fonts = "false"
		module_title_font_size = "30"
		module_title_font_weight = "normal"
		module_title_font_style = "normal"
		module_title_text_transform = "!capitalize"
		module_title_align = "left"
		module_title_offset_x = "0"
		module_title_offset_y = "0"
		
		
		
		horizontal_line_color = "0x000000"
		horizontal_line_alpha = "0.1"
	/>
	
	<contact_form
		send_data_to_email = ""
		
		form_title = "Formulaire de contact"
		form_title_color = "0x333333"
		form_title_alpha = "1"
		form_title_font_name = "Tw Cen MT"
		form_title_use_device_fonts = "false"
		form_title_font_size = "18"
		form_title_font_weight = "normal"
		form_title_font_style = "normal"
		form_title_text_transform = "!capitalize"
		form_title_offset_x = "0"
		form_title_offset_y = "-20"
		
		form_distance_between_labels_and_fields = "10"
		form_spacing_between_fields = "10"
		form_offset_x = "0"
		form_offset_y = "-10"
		
		form_labels_color = "0x676767"
		form_labels_alpha = "1"
		form_labels_font_name = "Tw Cen MT"
		form_labels_use_device_fonts = "false"
		form_labels_font_size = "14"
		form_labels_font_weight = "normal"
		form_labels_font_style = "normal"
		form_labels_text_transform = "!capitalize"
		
		form_fields_font_name = "Tw Cen MT"
		form_fields_use_device_fonts = "false"
		form_fields_font_size = "14"
		form_fields_font_weight = "normal"
		form_fields_font_style = "normal"
		form_fields_padding_x = "5"
		form_fields_padding_y = "2"
		
		form_fields_alpha_animation_period = "0.5"
		form_fields_text_color = "0x676767"
		form_fields_text_alpha = "1"
		form_fields_background_color = "0x000000"
		form_fields_background_alpha = "0.1"
		form_fields_focus_text_color = "0xffffff"
		form_fields_focus_text_alpha = "1"
		form_fields_focus_background_color = "0x000000"
		form_fields_focus_background_alpha = "0.5"
		
		name_field_label = "Nom"
		name_field_required = "true"
		name_field_width = "300"
		name_field_height = "24"
		
		email_field_label = "E-mail"
		email_field_required = "true"
		email_field_width = "300"
		email_field_height = "24"
		
		message_field_label = "Message"
		message_field_required = "true"
		message_field_width = "300"
		message_field_height = "100"
		
		submit_button_offset_x = "0"
		submit_button_offset_y = "0"
		submit_button_width = "60"
		submit_button_height = "30"
		submit_button_border_radius_top_right = "5"
		submit_button_border_radius_bottom_right = "5"
		submit_button_border_radius_bottom_left = "5"
		submit_button_border_radius_top_left = "5"
		
		submit_button_label = "Envoyer"
		submit_button_label_offset_x = "0"
		submit_button_label_offset_y = "-3"
		submit_button_label_align = "center"
		submit_button_label_font_name = "Tw Cen MT"
		submit_button_label_use_device_fonts = "false"
		submit_button_label_font_size = "13"
		submit_button_label_font_weight = "normal"
		submit_button_label_font_style = "normal"
		submit_button_label_text_transform = "!capitalize"
		
		submit_button_alpha_animation_period = "0.5"
		submit_button_rollout_color = "0x000000"
		submit_button_rollover_color = "0x000000"
		submit_button_rollout_alpha = "0.7"
		submit_button_rollover_alpha = "1"
		submit_button_label_rollout_color = "0xffffff"
		submit_button_label_rollover_color = "0xffffff"
		submit_button_label_rollout_alpha = "1"
		submit_button_label_rollover_alpha = "1"
		
		notification_font_color = "0x333333"
		notification_font_alpha = "1"
		notification_font_name = "Tw Cen MT"
		notification_use_device_fonts = "false"
		notification_font_size = "13"
		notification_font_weight = "normal"
		notification_font_style = "normal"
		notification_text_transform = "uppercase"
		notification_offset_x = "0"
		notification_offset_y = "0"
		
		sending_notification_text = "Message en cours d'envoi..."
		success_notification_text = "Message envoyé."
		error_notification_text = "Une erreur s'est produite, merci de recommencer."
	/>
	
	<contact_info
		info_title = "Contact Info."
		info_title_color = "0x333333"
		info_title_alpha = "1"
		info_title_font_name = "Tw Cen MT"
		info_title_use_device_fonts = "false"
		info_title_font_size = "18"
		info_title_font_weight = "normal"
		info_title_font_style = "normal"
		info_title_text_transform = "!capitalize"
		info_title_offset_x = "0"
		info_title_offset_y = "-20"
		
		
		info_align = "left"
		info_font_name = "Tw Cen MT"
		info_use_device_fonts = "false"
		info_font_size = "14"
		info_font_weight = "normal"
		info_font_style = "normal"
		info_color = "0x666666"
		info_alpha = "1"
		
		info_width = "575"
		info_height = "250"
		info_offset_x = "0"
		info_offset_y = "-10"
		
		
		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[ 

<b>Adresse</b>	  :  Agence Cidéo
                     42 Boulevard Charles de Gaulle 
                     51160 AY

<b>Téléphone</b>	  :  <subtitle>03 26 54 66 39</subtitle>
<b>Fax</b>		  :  <subtitle>03 26 54 64 85</subtitle>

<b>E-mail</b>	  :  <a href = "mailto:contact@cideo.fr">contact@cideo.fr</a>
<b>Siret</b>	          :  <subtitle>432 031 631 00018</subtitle>
<b>TVA FR</b>	  :  <subtitle>14432032631</subtitle>

]]>
	</contact_info>

</module>
