*{
	margin: 0;
}
html{
	background: #363535 url(../images/synchronize.png) no-repeat fixed 0 bottom;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
body {
	height: 100%;
	
}
a{
	cursor: pointer;
	color: white;
	text-decoration: none;
}
a:hover{
	color: white;
	text-decoration: underline;
}
#wrapper{
	min-height: 100%;
	height: 100%;
    height: auto !important;
	background: #363535 url(../images/synchronize.png);
	margin: 0;
}
#header{
	height: 174px;
}
#innerheader{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	width: 100%;
	height: 42px;
	background-color: #2a82a3;
	margin-top: -190px;

}
#logo{
	width: 176px;
	height: 169px;
	background-image: url(../images/logo.png);
	margin-top: 22px;
	margin-left: 40px;
}
#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#edouard_lp{
	width: 702px;
	height: 82px;
	background-image: url(../images/edouard_lp.png);
	margin-left: 225px;
}
#text {
	width: 580px;
	color: white;
	margin-left: 307px;
	margin-top: 27px;
	display: none;
}
#dialog{
	display: none;
}
#nav{
	width: 660px;
	height: 320px;
	margin-left: 230px;
	margin-top: 64px;
}
#sitesweb{
	width: 117px;
	height: 90px;
	background-image: url(../images/globalnav.png);
	margin-left: 100px;
	float: left;
}
.selected#sitesweb{
	width: 117px;
	height: 90px;
	background: url(../images/globalnav.png) 0 -90px;
}
#sitesweb:hover{
	width: 117px;
	height: 90px;
	background: url(../images/globalnav.png) 0 -90px;
	cursor: pointer;
}
#interfaces{
	width: 153px;
	height: 90px;
	background: url(../images/globalnav.png) -117px 0;
	margin-right: 64px;
	float: right;
}
.selected#interfaces{
	width: 150px;
	height: 90px;
	background: url(../images/globalnav.png) -120px -90px;
}

#interfaces:hover{
	width: 150px;
	height: 90px;
	background: url(../images/globalnav.png) -120px -90px;
	cursor: pointer;
}
#whatis{
	width: 172px;
	height: 100px;
	background-image: url(../images/questce.png);
	float: left;
	margin-top: 30px;
}
#whatis:hover{
	cursor: pointer;
	background-image: url(../images/questce_hover.png);
}
#button {
	height: 90px;
}
#sensible{
	width: 50px;
	height: 90px;
	display: block;
}
#bubble{
	width: 660px;
	height: 206px;
	margin-top: 3px;
	background-image: url(../images/bubble.png);
	overflow: hidden;
	color: white;
}
#bubble ul{
	width: 660px;
	height: 139px;
	list-style-type: none;
}
#bubble ul li{
	margin-top: 15px;
	font-size: 14px;
}
#ulsitesweb{
	display: block;
	float: none;
	margin-top: 61px;
}
#ulinterfaces{
	margin-top: -153px;
	text-align: right;
	margin-left: -706px;
	padding-left: 20px;
}
#synchronize{
	width: 238px;
	height: 258px;
	background-image: url(../images/synchronize.png);
}