@charset "utf-8";
/* CSS Document */
/******************
Author	: Jessica Abaya
Date	: March 2009
Company	: La-maison.net
******************/

/*************************
	RESET CSS
*************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*************************/


/*************************
	LAYOUT
*************************/

body
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

p
{
	margin-bottom:10px;
}

#wrapper
{
	height:auto;
	margin:0 auto;
	min-height:350px;
	position:relative;
	width:1024px;
}

#header_opacity
{
	/*background:url(../images/pixel_transparent.png) repeat;*/
	height:214px;
	left:545px;
	position:absolute;
	top:0;
	width:292px;
	z-index:1;
}

#logo
{
	/*background:url(../images/logo.gif) no-repeat;*/
	height:192px;
	left:20px;
	position:absolute;
	top:130px;
	width:194px;
	z-index:1;
}

#below_logo
{
	color:#095ba4;
	font-size:20px;
	height:auto;
	left:30px;
	position:absolute;
	top:340px;
	width:170px;
	z-index:1;
}

#nav
{
	border-bottom:1px solid #00C;
	border-top:1px solid #00C;
	height:23px;
	width:1024px;
}

#nav_space
{
	float:left;
	height:15px;
	width:230px;
}

#contents
{
	height:auto;
	margin:10px 0 0 0;
	min-height:350px;
}

* html #contents
{
	height:350px;
}

#left
{
	float:left;
	height:auto;
	font-size:13px;
	width:800px;
}

#inner_left
{
	float:left;
	height:auto;
	margin-top:20px;
	width:445px;
}

#inner_right
{
	float:left;
	height:auto;
	margin-top:20px;
	margin-left:10px;
	width:340px;
}

#right
{
	float:right;
	height:auto;
}

#language
{
	margin-bottom:15px;
}

span.language
{
	color:#095ba4;
	font-weight:bold;
	margin-left:8px;
}

#support_clients
{
	background:url(../images/border_2.gif) no-repeat;
	height:92px;
	margin-bottom:20px;
	width:192px;
}

#support_clients img
{
	padding-left:15px;
	padding-top:10px;
	padding-bottom:5px;
}

#easy_ecs_title
{
	background:url(../images/easy_ecs.gif) no-repeat;
	color:#FFF;
	height:27px;
	font-weight:bolder;
	line-height:2.3em;
	text-align:center;
	width:176px;
}

#easy_ecs_body
{
	border-left:#095ba4 solid 1px;
	border-right:#095ba4 solid 1px;
	border-bottom:#095ba4 solid 1px;
	height:auto;
	width:174px;
}

#easy_ecs_body ul
{
	list-style:none;
}

#easy_ecs_body li
{
	border-top:#095ba4 solid 1px;
	height:15px;
	padding-top:10px;
	padding-left:15px;
}

#easy_ecs_body a
{
	color:#095aa2;
	font-weight:bold;
	text-decoration:none;
}

#stages
{
	background:url(../images/border_1.gif) no-repeat;
	color:#095aa2;
	font-size:16px;
	height:27px;
	line-height:1.5em;
	margin-top:20px;
	text-align:center;
	width:176px;
}

#footer
{
	margin-bottom:20px;
	margin-right:15px;
	margin-top:20px;
}

#footer_left
{
	color:#ff4010;
	float:left;
	font-size:14px;
	font-weight:bolder;
	margin-top:42px;
	text-align:right;
	width:216px;
}

#footer_middle
{
	color:#095aa2;
	float:left;
	margin-top:43px;
	text-align:center;
	width:410px;
}

#footer_right
{
	float:right;
	height:auto;
}

.clear
{
	clear:both;
}
/*************************/
