
@font-face {
    font-family: 'lcd_att_phone_timedateregular';
    src: url('polices/lcdattphonetimedate-webfont.woff2') format('woff2'),
         url('polices/lcdattphonetimedate-webfont.woff') format('woff'),
		 url('polices/LCDAT&TPhoneTimeDate.tff') format('truetype');
   font-weight: normal; 
    font-style: normal;

}

@font-face {
    font-family: 'digit_lcdregular';
    src: url('polices/digit-lcd-webfont.woff2') format('woff2'),
         url('polices/digit-lcd-webfont.woff') format('woff'),
		 url('polices/DIGIT-LCD.tff') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'courier_newregular';
    src: url('polices/cour-webfont.woff2') format('woff2'),
	     url('polices/cour.tff') format('truetype'),
         url('polices/cour-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#bloc_page
{
    height: 800px;
    display: flex;
	
}

body
{
    background: black;
    font-family: courier_newregular;
	text-align: center;
	font-size: 1.1em;
    color: #FFFFFF;
}


nav ul
{

    list-style-type: none;
    
	
}

nav li
{
    margin-right: 100px;
	
}

nav a
{
	font-family: courier_newregular;
    font-size: 1.2em;
    color: #FFFFFF;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
	
}