@font-face {
    font-family: 'libre_caslon_textitalic';
    src: url('Fonts/librecaslontext-italic-webfont.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'CorbertCondensed-Regular';
    src: url('Fonts/CorbertCondensed-Regular-webfont.woff2') format('woff2'),
         url('Fonts/CorbertCondensed-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    
    font-family: 'CorbertCondensed-Italic';
    src: url('Fonts/CorbertCondensed-Italic-webfont.woff2') format('woff2'),
         url('Fonts/CorbertCondensed-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'introrustg-base2line';
    src: url('Fonts/introrustg-base2line-webfont.woff2') format('woff2'),
         url('Fonts/introrustg-base2line-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cinematografica-extrabold';
    src: url('Fonts/cinematografica-extrabold-webfont.woff2') format('woff2'),
         url('Fonts/cinematografica-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	
  	background-attachment: fixed;
    background-image:url('Images/SILIR3.jpg');
    background-repeat: repeat;
    background-position: 405px 95px;
	width: 1200px;
    }

header
{
	position: fixed;
top: -15px;
left: 25px;
font-family:'introrustg-base2line',"Arial",sans-serif;
font-size:27px;
letter-spacing: -2px;
text-shadow:4px 4px 3px grey;
z-index:4;}

#container {width: 290px;}
#navigation {height: 40px; margin-left: 0px;}
#button {height: 600px;width: 290px; margin: auto;}

ul, li {margin:0; padding:0; list-style:none;}

.menu_class {border:1px solid #1c1c1c;}
.the_menu {display:none; width:230px; margin-left: -10px; margin-top: 15px;border: 1px solid #1c1c1c;}
.the_menu li {background-color: white;}
.the_menu li a {color:#000000; text-decoration:none; padding:15px; 	display:block;}
.the_menu li a:hover {padding: 10px; color: white; text-shadow:4px 4px 3px black; background: grey}
	
section
{
	position:absolute;
	left: 313px;
	right: 95px;
	top: -6px;
	font-size: 30px;
	line-height:65px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	letter-spacing: 3px;
	text-shadow:4px 4px 3px grey;
	text-align: center;
}

img {
	box-shadow: 7px 7px 4px grey;
}
.actu {
	font-size: 26px;
}
.actu strong {
	font-weight: bold;
	font-size: 28px;
}
