@font-face {
	font-family: 'lato regular';
	src: url('lato-regular-webfont.eot');
	src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('lato-regular-webfont.woff') format('woff'),
		url('lato-regular-webfont.ttf') format('truetype'),
		url('lato-regular-webfont.svg') format('svg');
}
@font-face {
	font-family: 'lato blackitalic';
	src: url('lato-blackitalic-webfont.eot');
	src: url('lato-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('lato-blackitalic-webfont.woff') format('woff'),
		url('lato-blackitalic-webfont.ttf') format('truetype'),
		url('lato-blackitalic-webfont.svg') format('svg');
}

@font-face {
	font-family: 'gotham black regular';
	src: url('gotham-black-regular-webfont.eot');
	src: url('gotham-black-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('gotham-black-regular-webfont.woff') format('woff'),
		url('gotham-black-regular-webfont.ttf') format('truetype'),
		url('gotham-black-regular-webfont.svg') format('svg');
}
body {
    background-image: url(../FOND-NEUTRE_2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    margin-top: 10px;
    color: #06C;
    letter-spacing: normal;
    font: 19px/21px "lato regular", Helvetica, sans-serif;
    text-justify: inherit;
    text-align: justify;
}



a:link {
	text-decoration: none;
	color: #06C;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;

}

strong {
    font: 20px "lato blackitalic", sans-serif;
    font-style: normal;
	font-weight : bold;
    text-align: center;
}

	
.titre {
    font: italic normal 40px/90% gotham-black-regular, sans-serif;
    color: #234fc9;
    letter-spacing: -1px;
    word-spacing: normal;
    white-space: normal;
    font-family: "gotham black regular", "Arial Black", sans-serif;
    font-size: 40px;
}
	

.titre2 {
    font: italic normal 30px/90% gotham-black-regular, sans-serif;
    color: #234fc9;
    letter-spacing: -1px;
    word-spacing: normal;
    white-space: normal;
    font-family: "gotham black regular", "Arial Black", sans-serif;
    font-size: 30px;
}

.legende {
    font-family: "gotham black regular", "Arial Black", sans-serif;
    font-style: italic;
    font-size: 25px;
}



.italique15px {
	font-size: 15px;
}
