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

}

.TITRE_ASTRO {
font-family: BebasNeueRegular, verdana, helvetica, sans-serif;
font-size: 16pt;
color:#006699;
}
.SOUSTITRE_ASTRO {
font-family: BebasNeueRegular, verdana, helvetica, sans-serif;
font-size: 12pt;
color:#006699;
}
.TITRE2_ASTRO {
font-family: BebasNeueRegular, verdana, helvetica, sans-serif;
font-size: 28pt;
color:#CC0000;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #069;
	font-weight: bold;
}
.texte2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a.lbox, a.lbox:hover, a.lbox:visited {
	font-weight: bold;
	color: #006699;
}.titre-3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.fond {
	background-image: url(images/page/fond_menu.png);
	background-repeat: no-repeat;
}
.actu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
}

