

html,
body {
	margin:0;
	padding:0;
	height:100%;
	background: url(/images/fond002.jpg) no-repeat center fixed;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
    background-repeat:no-repeat;
	font-family: Roboto;
    src: url(/fonts/Roboto-thin.ttf);	
	font-size: 14px;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#header {
	background:#ffffff;
	padding:10px;
}

#content {
	padding-bottom:00px; /* Height of the footer element */
	
}

#footer {
	background:#ffffff;
	width:100%;
	height:94px;
	position:absolute;
	bottom:0;
	left:0;
}

a, a:link, a:visited {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

td {
	font-size: 13px;
}

th {
	font-size: 15px;
	color: White;
}

.responsive {
  max-width: 90%;
  height: auto;
}