@charset "utf-8";
/* CSS Document

	Vert  = #949b2d
	Gris = #323232

*/

#site{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	width:990px;
}

#header{
	z-index:10;
}

#header_top{
	padding:0px 30px;
}

#header_ban{
	background:url('../images/ban.png') no-repeat top left;
	width:990px;
	height:171px;
	clear:both;
}

#header_menu_left{
	background:url('../images/ban_shadow_bottom_left.png') no-repeat top left;
	padding-left:18px;
}

#header_menu_right{
	background:url('../images/ban_shadow_bottom_right.png') no-repeat top right;
	padding-right:19px;
}

#header_menu_middle{
	background:url('../images/ban_shadow_bottom_middle.png') repeat-x top;
	/*height:9px;*/
}

#french_flag{
	background:url('../images/fr_flag.png') no-repeat left top;
	height:20px;
	width:20px;
}

#french_flag_contener{
	float:right;
}

#us_flag{
	background:url('../images/us_flag.png') no-repeat left top;
	height:20px;
	width:20px;
}

#us_flag_contener{
	float:right;
}

#login_link_contener{
	float:right;
	line-height:20px;
	vertical-align:middle;
	text-align:right;
	font-size:10px;
}

#login_link{
	color:#b6bd4f;
	text-decoration:none;
	font-weight:700;
}

#login_link:visited{
	color:#949b2d;
	text-decoration:none;
}

#login_link:hover{
	color:#61680a;
	text-decoration:underline;
}

#content{
	min-height:500px;
	padding:0px 10px;
	z-index:-10;
}

#BigIconsLinks{
	height:200px;
	width:380px;
	float:left;
	/*margin-left:auto;
	margin-right:auto;*/
}

#footer{
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#999;
	border-top:#999 1px solid;
}

#xiti_contener{
	margin-top:10px;
}

#contactForm_box{
	display:none;
	overflow:hidden;
}

#homeLnk{
	width:250px;
	height:80px;
	position:relative;
	top:20px;
	left:50px;
	float:left;
}

#digistell_page,
#prodig_page,
#digiscan_page{
	width:870px;
	margin:10px auto 0 auto;
}

#digistell_page p{
	margin-bottom:10px;
}

#newsBox{
	background:url('../images/newsbg.png') no-repeat left top;
	float:left;
	height:230px;
	width:317px;
}

#newsBoxContent{
	width:280px;
	height:185px;
	margin:45px 0 0px 0;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	padding-left:10px;
}
