html {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1.45;
	color: #222;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 400;
}

h3, h4, h5, h6 {
	font-weight: 600;
}

h1 {
	font-size: 24px;
	line-height: 1.25;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 10px;
}

p {
	margin: 0 0 10px;
}

b,
strong,
th {
	font-weight: 600;
}

th,
td {
	background: #eee;
	text-align: left;
}
td[align="right"] {
	text-align:right;
}
td[align="center"] {
	text-align:center;
}
td.siffra {
	text-align:right;
	font-size:16px;
}

img {
	max-width: 100%;
	height: auto;

	vertical-align: middle;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* 1. Remove box shadow on IOS */
input,
textarea {
	padding: 8px 10px;

	border: 1px solid #c2c2c2;
	border-radius: 2px;

	color: #222;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.25;

	background-clip: padding-box; /* 1 */
}
input:focus,
textarea:focus {
	border-color: #b2b2b2;
	outline: none;
}

select {
	padding: 2px 3px;
	font-size: 11px;
}

input[type="submit"] {
	cursor: pointer;
}

hr {
	display: block;
	height: 1px;
	margin: 15px 0;
	padding: 0;

	border: 0;
	border-top: 1px solid #cfcfcf;
}

.l-header {
	margin-bottom: 50px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
}
.l-footer {
	margin-top: 50px;
	border-top: 1px solid #dcdcdc;
	padding-top: 40px;
	padding-bottom: 40px;
}

.btn {
	padding: 8px 15px;
	border: 1px solid #dcdcdc;
	background: #eee;
	color: #222;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.7;
}
