body, html{
	font-family: 'Open Sans',sans-serif;
	font-size: 13px;
	height: 100%;
	width: 100%;
	margin:0;
	padding: 0;
}
input, button{
	font-family: 'Open Sans',sans-serif;
	font-size: 13px;
}
h1,h2,h3,h4,h5,h6, p{
	margin: 0;
}

table {
	border-collapse:collapse;
}


#tr-install {
	border:1pt solid #CCCCCC;
	text-align:center;
	display:none;
}

.span-install {
	background:#fffda0;
}

.center{
	text-align: center;
}

.colorGray {
  color: gray;
}

.colorBP{
	color: #0072c6;
}

.backgroundBP{
	background-color: #0072c6;
} 
.logo{
	padding: 10px 30px;
}
.hidden{
	display: none;
}

header{
	width: 100%;
	height: 70px;
	color: white;
	margin-bottom: 25px;
}

footer{
	background-color: #EEEEEE;
	position: fixed;
	bottom: 0;
	width: 100%;
}

footer p{
	line-height: 48px;
    font-size: 90%;
}

header img{
	height: 70px;
	margin: 0 30px 0 20px;
	float: left;
}

header .title{
	font-weight: 100;
    height: 70px;
    vertical-align: middle;
    line-height: 70px;
    font-size: 160%;
}

.content-page{
	width: 90%;
	margin: 0 5%;
	padding-bottom: 50px;
}

.installeur{
	float: right;
}

button{
	cursor: pointer;
    background: #0072c6;
    border: none;
    padding: 2px 8px;
    color: white;
}
button:hover{
	opacity: 0.75;
}

table.table-commands td{
	padding: 2px 5px;
}