html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
}



.blockprincipal
{
	width: 100%;
	height: 100%;
	text-align:center;
	background-color: #2d475b;
	border-bottom: 1px solid white;
}

.blockprincipal img
{
	margin-top: 5%;
}

.logo
{
	width: 250px;
}

.blockprincipal h1
{
	color: white;
	margin-top: -2%;
	font-size: 1000%;
}

.blocksecondaire
{
	width: 100%;
	height: 100%;
	background-color: #2d475b;
	border-bottom: 1px solid white;
	position: relative;
}

.sous_block_left, .sous_block_right
{
	position: absolute;
	height: 100%;
	width: 50%;
	display: inline-block;
	text-align: center;
	color: white;
}

.sous_block_left h2, .sous_block_right h2
{
	font-size: 100px;
}

.sous_block_left a, .sous_block_right a
{
	color:white;
}

.sous_block_left
{
	border-right: 1px solid white;
}

.sous_block_right
{
	left: 50%;
}



#container { text-align: center; margin: 20px; }

.bar-main-container {
  margin: 10px auto;
  width: 300px;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  color: #FFF;
}

.wrap { padding: 8px; }

.bar-percentage {
  float: left;
  background: rgba(0,0,0,0.13);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 9px 0px;
  width: 18%;
  height: 16px;
}

.bar-container {
  float: right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 10px;
  background: rgba(0,0,0,0.13);
  width: 78%;
  margin: 12px 0px;
  overflow: hidden;
}

.bar {
  float: left;
  background: #FFF;
  height: 100%;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* COLORS */
.emerald { background: #2CB299; }
