html, body {
	margin: 0px; 
	padding: 0px;
	background-color:#ffffff;
}

body, p, td, div { 
	font: 13px 'clear_sans_lightregular', Arial, sans-serif;
	color: #626262;
	line-height: 18px;
}

.inter {
	font: 17px 'clear_sans_lightregular', Arial, sans-serif;
	color: #000000;
	}
	
.footer {
	font: 11px 'clear_sans_lightregular', Arial, sans-serif;
	color: #000000;
	line-height: 18px;
	}
	
.notes {
	font: 11px 'clear_sans_lightregular', Arial, sans-serif;
	color: #626262;
	line-height: 14px;
	}
	
.livretitre {
	font: 30px 'clear_sans_mediumregular', Arial, sans-serif;
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;
	}
	
.livreauteur {
	font: 24px 'clear_sans_lightregular', Arial, sans-serif;
	color: #000000;
	margin-top:0px;
	line-height:20px;
	}
	
.magtitre {
	font: 48px 'clear_sans_mediumregular', Arial, sans-serif;
	color: #000000;
	margin-top:5px;
	margin-bottom:15px;
	line-height:48px;
	}
	
.magnumero {
	font: 24px 'clear_sans_lightregular', Arial, sans-serif;
	color: #000000;
	margin-top:0px;
	line-height:14px;
	}
	
a {
	color: #626262;
	font-weight:bold;
	}

a:hover { 
	color: #000000;
}

a.langues {
	font: 13px 'clear_sans_lightregular', Arial, sans-serif;
	color: #626262;
	text-decoration:none;
	}

a.langues:hover { 
	color: #000000;
}

a.footer {
	font: 11px 'clear_sans_lightregular', Arial, sans-serif;
	color: #626262;
	line-height: 18px;
	text-decoration:none;
	}

a.footer:hover { 
	color: #000000;
}

a.projections {
	font: 13px 'clear_sans_lightregular', Arial, sans-serif;
	color: #626262;
	line-height: 18px;
	text-decoration:none;
	}

a.projections:hover { 
	color: #000000;
}

@font-face {
    font-family: 'clear_sans_lightregular';
    src: url('ClearSans-Light-webfont.eot');
    src: url('ClearSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('ClearSans-Light-webfont.woff') format('woff'),
         url('ClearSans-Light-webfont.ttf') format('truetype'),
         url('ClearSans-Light-webfont.svg#clear_sans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'clear_sans_mediumregular';
    src: url('ClearSans-Medium-webfont.eot');
    src: url('ClearSans-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('ClearSans-Medium-webfont.woff') format('woff'),
         url('ClearSans-Medium-webfont.ttf') format('truetype'),
         url('ClearSans-Medium-webfont.svg#clear_sans_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

:focus {outline:none}