/* BASIC ELEMENTS */

BODY {
	background-color:#F7F7E5;
	/*background-color:white;*/
	font-family:Arial,Helvetica,sans-serif;
}

/* POS BLOCK */
#i1_pos {
	font-size:9px;	
	font-weight:normal;
	color:#2B2029;
	margin-top:1px;
}

/* WRAPPER BLOCK */

#i1_wrapper {
	width:800px;
	margin:auto;
	padding-top:5px;
}

/* BANNER BLOCK */

#i1_banner {
	height:80px;	
	background-image:url(/images/layout/banner.gif);
}

#i1_banner #i1_transparent_link {
	height:100%;
	width:350px;
	float:left;
}

#i1_banner form {
	font-size:11px;
	color:#2B2029;
	width:210px;
	float:right;
	display:inline;/* Fix IE Bug : Block jump when using floats */
	margin:5px 10px 0 0;
}

#i1_banner form a {
	color:#2B2029;	
	padding-right:9px;		
}

#i1_banner form #login, #i1_banner form #password {
	width:115px;
	background-color:#CED9FF;
	border:0;
}

#i1_banner form #i1_connexion_button {
	vertical-align:middle;
}

/* MENU BLOCK */
#customer_menu {
	width:720px;
	margin:auto;
}
.customer_menu{
	float:left;
	width:110px;
	height:25px;
	background-image:url("/images/layout/customer_menu_button2.gif");
	background-repeat:no-repeat;
	margin:8px 10px 0 0;
	padding-top:3px;
	color:white;
	font-size:12px;
	font-weight:bolder;
	text-align:center;
}

a.customer_menu:link {
	color:#0055cc;
	text-decoration:none;
}
a.customer_menu:visited {
	color:#0055cc;
	text-decoration:none;
}
a.customer_menu:active {
	color:#ffffff;
	text-decoration:none;
}
a.customer_menu:hover {
	color:#ffffff;
	text-decoration:none;
}

/* CONTENT BLOCK */
#i1_content H1 {
	font-size:17px;
	font-weight:bold;
	color:#EC008C;	
	height:24px;
	padding-top:4px;
	padding-left:5px;
	margin-left:10px;
	margin-right:10px;
	margin-top:3px;
	margin-bottom:5px;
	background-color:#FFFFFF;
}

#i1_content {
	font-size:14px;	
	color:#2B2029;
	padding-bottom:10px;
	background-color:#FAF9BC;
}

#content {
	margin:auto;
	width:780px;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
}

#content H2 {
	font-size:16px;
	font-weight:bold;
	color:#EC008C;	
}

#content H3 {
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	padding-top:8px;
}

/* FOOTER BLOCK */

#i1_footer{
	font-size:11px;
	color:#2B2029;	
	background-image:url(/images/layout/footer.gif);
	background-repeat:no-repeat;		
	padding-top:5px;
	text-align:center;
	height:45px;	
}
	
#i1_footer A {
	margin:0px 4px;
	font-size:11px;	
	color:#2B2029;
}

#i1_footer A.exchange_link, #i1_footer A.pos_link  {
	cursor:text;
	font-size:9px;
	text-decoration:none;
	margin:0px 1px;
}