body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

body {
	margin: 0;
	padding: 0;
	overflow: scroll;
	background: url("../img/bg_deg.png") repeat-x;
	font-family: "Microsoft Sans Serif", Verdana, serif;
	color: #474849;
}
#bg_top {
	width: 985px;
	height: 33px;
	background:url("../img/bg_top.png") no-repeat;
}
#bg_middle {
	width: 985px;	
	margin: auto;
	background:url("../img/bg_middle.png") repeat-y;
}
#bg_bottom {
	width: 985px;
	height: 25px;
	margin: auto;
	background:url("../img/bg_bottom.png") no-repeat;
}
#all {
	width: 938px;
	margin: auto;
}
#header, #header * {
	border: 0;
	margin: 0;
	font-style: normal;
}
#speed {
	
	background: url('../img/bg_speed.png') repeat-x top left;
	margin-bottom: 10px;
}
#speed_right {
	height: 36px;
	background: url('../img/right_menu.png') no-repeat top right;
}
#speed ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#speed li {
	display: block;
	float: left;
	height: 36px;
}
#speed a {
	display: block;
	height: 36px;
	text-indent: -5000px;
	outline: 0;
}
ul {
	list-style-image: url("../img/arrow.png");
	margin-left: 25px;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	outline: 0;
}
h1 {
	font-size: 26px;
}
#menuapropos {
	width: 100px;
}
#menuapropos a {
	background: url('../img/apropos.png') no-repeat;
}
#menuapropos a:hover {
	background: url('../img/apropos_hover.png') no-repeat;
}
#menusolutions {
	width: 100px;
}
#menusolutions a {
	background: url('../img/solutions.png') no-repeat;
}
#menusolutions a:hover {
	background: url('../img/solutions_hover.png') no-repeat;
}
#menuportfolio {
	width: 83px;
}
#menuportfolio a {
	background: url('../img/portfolio.png') no-repeat;
}
#menuportfolio a:hover {
	background: url('../img/portfolio_hover.png') no-repeat;
}
#menucontact {
	width: 92px;
}
#menucontact a {
	background: url('../img/contact.png') no-repeat;
}
#menucontact a:hover {
	background: url('../img/contact_hover.png') no-repeat;
}
#clear_both {
	clear: both;	
}
#footer {
	background: url('../img/footer-midle.png');
	margin-top: 20px;
}
#footer_left {
	background: url('../img/footer-left.png') top left no-repeat;
}
#footer_right {
	background: url('../img/footer-right.png') top right no-repeat;
	height: 70px;
	vertical-align: middle;
	line-height: 70px;
	font-size: 12px;
	color: white;
}
#footer #cnt_left {
	float: left;
	width: 48%;
	margin-left: 20px;
}
#footer #cnt_right {
	float: left;
	width: 48%;
	text-align: right;
	letter-spacing: 1px;
	
}
#footer #validation {
	width: 175px;
	margin: auto;
}
#footer #cnt_right a {
	text-decoration: none;
	color: white;
}
#preload {
	width: 0; 
	height: 0; 
	overflow: hidden; 
	visibility: hidden;	
}
#msg {
	display: none;
	position: fixed;
	left: 50%;
	top: 0;
	margin-left: -470px;
	height: 23px;
	background: #fff;
	border: 1px solid black;
	border-top: 0;
	text-align: center;
	padding-top: 7px;
	width: 940px;
	color: green;
	font-weight: bold;
}
#msg_disp {
	width: 940px;
	text-align: right;
	position: absolute;
	top: 12px;
	font-weight: normal;
	color: #aaa;
	font-size: 11px;
}

#GB_overlay {
	background-image: url("../img/overlay.png"); 
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 100;
	width:  100%;
	height: 100%;
}

#GB_window {
	top: 10px;
	left: 0px;
	position: fixed;
	background: #fff;
	border: 5px solid #aaa;
	overflow: auto;
	width: 800px;
	height: 600px;
	z-index: 150;
}

#GB_frame {
	border: 0;
	overflow: auto;
	width: 100%;
	height: 378px;
}

#GB_caption {
	font: 12px bold helvetica, verdana, sans-serif;
	color: #fff;
	background: #888;
	padding: 2px 0 2px 5px;
	margin: 0;
	text-align: left;
}

#GB_window img {
	position: absolute;
	top: 2px;
	right: 5px;
	cursor: pointer;
}
