h1
{
	font-size: 20px;
	color: #8877FF;
}

h2
{
	font-size: 18px;
	color: #8877FF;
}

h3
{
	font-size: 16px;
	color: #8877FF;
}

img
{
	border: none;
}

/*	HEADER	*/
.flag_lang
{
	display: block;
	width: 30px;
	height: 15px;
	margin-top: 0px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.flag_lang:hover
{
	margin-top: -3px;
	height: 18px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#flag_lang_en
{
	background: url(../images/Template/flag_en.png) no-repeat;
}

#flag_lang_en:hover
{
	background: url(../images/Template/flag_en_hover.png) no-repeat;
}

#flag_lang_fr
{
	background: url(../images/Template/flag_fr.png) no-repeat;
}

#flag_lang_fr:hover
{
	background: url(../images/Template/flag_fr_hover.png) no-repeat;
}

/* Menu */
.firstmenu
{
	width: 149px;
	height: 62px;
	float: left;
}

.menu
{
	width: 152px;
	height: 62px;
	float: left;
}

.menu .submenu
{
	display: none;
	margin: 0px;
	padding: 0;
	float: left;
	list-style-type: none;
}

.menu:hover .submenu
{
	display: block;
	margin: 0px;
	padding: 0px;
}

/* Legal / Language part in the header */
#legalheader
{
	width: 100px;
	height: 25px;
	margin-top: 10px;
	margin-right: 15px;
	float: right;
}

#legalheader p
{
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-shadow: #CCCCCC 1px 1px 1px;
}

#legalheader a
{
	text-decoration: none;
	color: #000000;
}

#legalheader a:hover
{
	color: #0033FF;
	text-shadow: #88BBFF 1px 1px 1px;
}

/*	BODY	*/



/* SubMenu */
#globalbody_left
{
	width: 228px;
	min-height: 359px;
	background: url(../images/Template/Body_Left_01.png) no-repeat;
	padding: 39px 0px 0px 0px;
	float: left;
}

/* Banner */
#banner
{
	width: 163px;
	height: 140px;
	float: left;
}

#banner a
{
	display: block;
	width: 163px;
	height: 140px;
	text-decoration: none;
}

/* Main aera */
#body
{
	width: 820px;
	min-height: 307px;
	float: left;
	background-color: #FFFFFF;
	color: #5577FF;/*color:#6688FF; /*color:#666699;*/
	text-decoration: none;
	text-align: justify;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

#body a
{
	text-decoration: none;
	color: #444444;
}

#body a:hover
{
	color: #0033FF;
}

/* News */
#globalnews
{
	width: 780px;
	margin: 0 auto;
}

.news
{
	width: 770px;
	float: left;
	border-bottom: dotted 1px #88CCFF;
	margin-bottom: 10px;
	padding: 20px 5px;
}

.news p
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.news img
{
	display: block;
	margin: auto 0;
}

.news_date
{
	display: block;
	line-height: auto;
	vertical-align: text-bottom;
	text-decoration: none;
	text-align: left;
	color: #0066CC;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	float: right;
}

.news_top
{
	display: block;
	width: 100%;
	padding: 0px 0px;
	float: left;/*border-bottom:solid 1px #44AAFF;*//*border-bottom:solid 1px #77CCFF;*/
}

.news_title
{
	display: block;
	width: auto;
	margin: 5px 0px;
	float: left;
	font-size: 24px;
	font-weight: normal;
	color: #8877FF;/*color:#2288EE;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.news_text
{
	display: block;
	width: auto;
	margin: 10px 0px;
	float: left;
	font-size: 13px;
}

.news_image
{
	display: block;
	margin: 5px 25px;
	padding: 7px;
	border: 1px solid #00CCFF;
	float: left;
}

.news_image img
{
	display: block;
	width: auto;
	height: auto;
	float: left;
}

.news_image a
{
	display: block;
	width: auto;
	height: auto;
	float: left;
}

/* Article */
#globalarticle
{
	width: 780px;
	margin: 0 auto;
}

#globalarticle h1
{
	display: block;
	width: 780px;
	margin: 5px 0px;
	float: left;
	font-size: 24px;
	font-weight: normal;
	color: #8877FF;/*color:#2288EE;*/
	font-family: Trebuchet MS, "Lucida Sans", "Nimbus Sans L", Verdana, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.article
{
	float: left;
	margin-bottom: 10px;
	padding: 5px 5px;
}

.article h2
{
	display: block;
	width: auto;
	margin: 5px 0px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #8877FF;/*color:#2288EE;*/
	font-family: "Trebuchet MS", "Lucida sans", sans-serif;
	font-style: italic;
}

.article_text
{
	display: block;
	width: auto;
	margin: 10px 0px;
	float: left;
}

.article_text p
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-weight: normal;
	text-align: justify;
	text-indent: 30px;
}

.article_text img
{
	display: block;
	margin: auto 0;
}

/* Solution */
#globalsolution
{
	width: 780px;
	margin: 0 auto;
}

#globalsolution h1
{
	display: block;
	width: 780px;
	margin: 5px 0px;
	float: left;
	font-size: 24px;
	font-weight: normal;
	color: #8877FF;/*color:#2288EE;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.solution
{
	float: left;
	margin-bottom: 10px;
	padding: 5px 5px;
}

.solution h2
{
	display: block;
	width: 780px;
	margin: 5px 0px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #8877FF;/*color:#2288EE;*/
	font-family: "Trebuchet MS", "Lucida sans", sans-serif;
	font-style: italic;
}

.solution_text
{
	display: block;
	width: 780px;
	margin: 10px 0px;
	float: left;
}

.solution p
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.solution_text img
{
	display: block;
	margin: auto 0;
}

.solution_text object
{
	display: block;
	margin: auto 0;
}

.featurelist
{
	width: 780px;
	float: left;
}

.featurelistleft
{
	width: 390px;
	float: left;
}

.featurelistright
{
	width: 390px;
	float: left;
}

.feature
{
	width: 340px;
	margin-left: 25px;
	margin-right: 25px;
	float: left;
}

.featurelist h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}

.featurelist p
{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
}

/* Legal */
#globallegal
{
	width: 780px;
	margin: 0 auto;
}

#globallegal h1
{
	display: block;
	width: auto;
	margin: 5px 0px;
	float: left;
	font-size: 24px;
	font-weight: normal;
	color: #8877FF;/*color:#2288EE;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.legal
{
	float: left;
	margin-bottom: 10px;
	padding: 5px 5px;
}

.legal h2
{
	display: block;
	width: 780px;
	margin: 5px 0px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #8877FF;/*color:#2288EE;*/
	font-family: "Trebuchet MS", "Lucida sans", sans-serif;
	font-style: italic;
}

.legal_text
{
	display: block;
	width: auto;
	margin: 10px 0px;
	float: left;
}

.legal p
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/* Contact */
#contactlistglobal
{
	width: 780px;
	margin: 0 auto;
}

#contactlistglobal h1
{
	display: block;
	width: 760px;
	margin: 5px 0px;
	float: left;
	font-size: 24px;
	font-weight: normal;
	color: #8877FF;/*color:#2288EE;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#contactlist
{
	width: 765px;
	margin-left: 15px;
}

.contact
{
	width: 382px;
	margin: 0;
	padding: 0;
	float: left;
}

.contact h2
{
	display: block;
	width: 382px;
	margin: 5px 0px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #8877FF;/*color:#2288EE;*/
	font-family: "Trebuchet MS", "Lucida sans", sans-serif;
	font-style: italic;
}

.contact_text
{
	width: 382px;
	margin: 0;
	padding: 0;
	float: left;
}

.contact p
{
	margin-left: 15px;
}

.contact a
{
	text-decoration: none;
	color: #000000;
}

.contact a:hover
{
	color: #0033FF
}

/* Flash Schema */

#schemaflash
{
	width: 640px;
	height: 428px;
	margin: 0 auto;
	padding: 0;
}

#gotop_flag
{
	position: absolute;
	width: 45px;
	height: 39px;
	visibility: hidden;
	float: right;
	left: 1200px;
	background-image: url(../images/Template/gotop_flag.png);
	opacity: 0.6;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

#gotop_flag:hover
{
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

#gotop_flag a
{
	display: block;
	width: 45px;
	height: 39px;
}

/* 	FOOTER	*/



/* Footer Legal */
#footerlegal
{
	width: 900px; /*width: 1250px;*/
	height: 24px;
	padding: 0;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#footerlegal p
{
	line-height: 30px;
	text-align: center; /*text-align:center;*/
	vertical-align: middle;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-shadow: #CCCCCC 1px 1px 1px;
tex
}

#footerlegal p.copyright
{
	line-height: 16px;
	font-size: 12px;
	color: #999999;
	text-shadow: none;
}

#footerlegal a
{
	text-decoration: none;
	color: #000000;
}

#footerlegal a:hover
{
	color: #0033FF;
	text-shadow: #88BBFF 1px 1px 1px;
}
