html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #aaa;
	font-family: Trebuchet MS, sans-serif;
}
body {
	background: url(/images/fond_carbon.jpg) no-repeat center 0 #000;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: auto;
}
h1 {
	width: 500px;
	margin: 0;
	padding: 10px 0;
	background: #222;
}
a {
	color: #bbb;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
ul {
	list-style-type: none;
}
#main {
	min-height: 100%;
	overflow: auto;
	text-align: center;
}
#main>* {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
/* rapid bar */
#rapid {
	bottom: 0;
	left: 0;
	background: rgba(64,64,64,0.8);
	height: 100%;
	position: fixed;
	width: 52px;
	padding: 0;
	text-align: center;
	list-style-type: none;
	font-size: 12pt;
	margin: 0;
	z-index: 100;
}
#rapid ul {
	margin: 0;
	padding: 0;
}
#rapid>li {
	padding: 2em 10px;
	margin: 0;
}
#rapid>li:first-child {
	padding: 10px 10px 2em;
	border-top: none;
}
#public {
	background: rgba(127,127,127,0.2);
	transition: 1s;
}
#public:hover {
	/*background: #888;*/
	background: rgba(127,127,127,0.8);
	transition: 1s;
}
#customers {
	background: rgba(0,179,240,0.2);
	transition: 1s;
}
#customers:hover {
	/*background: #00b3f0;*/
	background: rgba(0,179,240,0.8);
	transition: 1s;
}
#rapid li.item {
	position: relative;
	margin: 10px 0;
	width: 32px;
	height: 36px;
	line-height: 36px;
	padding: 0;
	transition: 0.5s;
}
#rapid li.item:hover {
	width: 230px;
	left: -10px;
	background: #333;
	transition: 0.5s;
}
#rapid a {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	transition: 0.5s;
}
#rapid a:hover {
	text-indent: 0px;
	transition: 0.5s;
}
#rapid_home {
	background: url(http://www.systematic1.fr/images/home.png) right no-repeat;
	text-indent: -500px;
}
#rapid_facebook {
	background: url(http://www.systematic1.fr/images/facebook1.png) right no-repeat;
	text-indent: -500px;
}
#rapid_contact {
	background: url(http://www.systematic1.fr/images/contact1.png) right no-repeat;
	text-indent: -500px;
}
#rapid_map {
	background: url(http://www.systematic1.fr/images/map1.png) right no-repeat;
	text-indent: -500px;
}
#rapid_tvwin {
	background: url(http://www.systematic1.fr/images/tv_win1.png) right no-repeat;
	text-indent: -500px;
}
#rapid_tvmac {
	background: url(http://www.systematic1.fr/images/tv_mac1.png) right no-repeat;
	text-indent: -500px;
}
#rapid_extra {
	background: url(http://www.systematic1.fr/images/extranet1.png) right no-repeat;
	text-indent: -500px;
}
#rapid_cams {
	background: url(http://www.systematic1.fr/images/camera1.png) right no-repeat;
	text-indent: -500px;
}
#rapid_owa2010 {
	background: url(http://www.systematic1.fr/images/outlook2010.png) right no-repeat;
	text-indent: -500px;
}
#rapid_owa2013 {
	background: url(http://www.systematic1.fr/images/outlook2013.png) right no-repeat;
	text-indent: -500px;
}
#rapid_owa2016 {
	background: url(http://www.systematic1.fr/images/outlook2016fixed.png) right no-repeat;
	text-indent: -500px;
}	
#rapid_owa2019 {
	background: url(http://www.systematic1.fr/images/outlook2019.png) right no-repeat;
	text-indent: -500px;
}
.first {
	margin-top: 50px;
}
.last {
	padding-bottom: 20px;
}
