* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  line-height: 16px;
}
/*
body {
  background-color: #e9e9e9;
}

#header {
  background-color: #444;
  border-bottom: 2px solid #111;
  margin-bottom: 3px;
  color: white;
  padding: 10px 0;
}
#header h1 {
  width: 610px;
  margin: auto;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  padding-left: 60px;
  
  background: url(../images/republique-francaise.jpg) top left no-repeat;
  
}
#header h1 span {
  font-weight: normal;
  color: #c6c6c6;
}
#header em {
  border-bottom: 1px solid #fff;
  font-style: normal;
}

#footer {
  clear: both;
  width: 659px;
  margin: auto;
  background: url(../images/bg03.png) top left repeat;
  color: #fff;
  -moz-border-radius: 4px;
  padding: 6px;
  border-bottom: 2px solid #333;
  text-align: center;
}
*/
#block-cams {
  width: 674px;
  margin: auto;
  padding-left: 3px;
}
.block-cam {
  float: left; 
  margin-right: 3px; 
  margin-bottom: 3px;
}

.box-cam, .box-cam-hover {
  position: relative;
	/*margin: auto;*/
  width: 322px;
  padding: 10px 6px 6px;
  background: url(../images/bg03.png) top left repeat;
  color: #fff;
  -moz-border-radius: 4px;
  border-bottom: 2px solid #333;
	float:left;
	margin:0 5px 5px 0;
}
.box-cam-hover {
	background-color: #666;
}
.box-cam h1, .box-cam-hover h1 {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.box-cam div, .box-cam-hover div {
  line-height: ;
}
.box-cam img, .box-cam-hover img {

}

.cam-road {
  color: #C6C6C6;
}

.cam-ajax-loading {
	position: absolute;
	display: block;
	top: 0; left: 0;
  width: 320px; height: 240px;
  background: #000 url(../images/ajax-loader.gif) center center no-repeat;
  opacity: 0.7;
}

.cam-replay {
  position: absolute;
  display: none;
  top: 0; left: 0;
  width: 320px; height: 240px;
  background: #000 none;
  opacity: 0.7;
  text-align: center;
}
.cam-replay span.label {
	display: block;
  padding-top: 110px;
  color: #fff;
}

.cam-image {
	position: relative;
  border: 1px solid #000;
  width: 320px; height: 240px;
  margin-top: 5px;
  overflow: hidden;
  z-index: 99;
}

.cam-date {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	position: absolute;
	right: 7px;
	text-align: right;
	top: 50px;
	z-index: 100;
  width: 312px;
  opacity: 0.4;
  padding: 0 4px;
  background-color: black;
}

.cam-progress {
  background-color: #333;
  margin-top: 0px;
}
.cam-progress span {
	display: block;
  background-color: black;
  height: 5px; 
}
