@font-face {
    font-family: 'gandhi_serifbold_italic';
    src: url('Fonts/GandhiSerif-BoldItalic-webfont.eot');
    src: url('Fonts/GandhiSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/GandhiSerif-BoldItalic-webfont.woff2') format('woff2'),
         url('Fonts/GandhiSerif-BoldItalic-webfont.woff') format('woff'),
         url('Fonts/GandhiSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('Fonts/GandhiSerif-BoldItalic-webfont.svg#gandhi_serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{ 	
    background: url("IMAGES/SILIR3.jpg") fixed;
background-position:5px 10px;
text-shadow:3px 3px 2px grey; 
    }
	
header
{
position: fixed;
top: 25px;
left: 25px;

}

a:visited {
	color: #000;}
a:active {
	color: #222A7E;}

section{
  position: absolute;
  margin-left:235px;
  margin-top:0px;
  margin-right: 10%;
  font-family:'gandhi_serifbold_italic',"Times",serif;
  line-height: 37px;
  font-size:22px;
  text-shadow: 2px 2px 3px grey;
  text-align:justify;
}

.engl{
	color:white;
	text-shadow: 2px 2px 3px black;
}
.auteur{	
text-align: right;}

.poster{
	left:25px;
	text-align:center;}
	
img {
  box-shadow: 7px 7px 4px grey; 
}


