@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-color: rgba(1,1,1,0);  
    }

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

section{
  position: absolute;
  margin-left:5%;
  margin-top:95px;
  margin-right: 5%;
  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{
	right:0px;
	text-align:right;}
	
img {
  box-shadow: 7px 7px 4px grey; 
}


