/* 
fichier CSS de Module BTP
*/
html{
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

body{
}

p{
	margin-left: 30px;
	font-size: 18px;
}

h1{
	font-size: 40px;
	font-weight: normal;
}

div a{
	display: block;
}
#footer{
	width: 100%;
	position: fixed;
	bottom: 0;
}

#text-footer{
	font-size: 12px;
	text-align: left;
	margin: 3px 3px 3px 50px;