@font-face
{
	font-family: "Baskerville";
	src: url("font/Baskerville-Normal.ttf");
}      

*
{
  margin:0;
  padding:0;
  border:none;     
  outline : none;
} 

body
{
	background:black;	
	position:absolute;
	height:100%;  
  width:100%;   
	text-align:center;
}

div#full
{              
  position:relative;
	margin-top:30px;    
	width:1028px;  
	color:white;  
	margin-left:auto;
	margin-right:auto;
  text-align: left;
}

.banniere
{
  width:1028px;
  height:193px;
}

.banniere img
{
  width:1028px;
  height:193px;
}

#info
{    
  font-family:Baskerville;
  background:url('../img/fondcontact.png');
  font-size:12pt;
  margin-bottom:70px;
}

#info #infos1 span
{
  font-size:20pt;
}

#info #infos1
{
  margin-left:8px;
  padding-top:15px;
}

#info #infos2
{
  margin-left:350px;
  margin-top:-135px;
}

#info #contact
{
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg);	
  margin-left:950px; 
  display:block;
  margin-top:-50px;
  font-size:40pt;
  opacity:0.5;          
  font-family:Baskerville;
}

h1
{              
	font-size:35px;   
	font-weight:lighter;    
  width:230px;      
}      

h2        
{       
	font-weight:lighter;        
  width:230px;  
	font-size:25px;          
}        

.titres
{
  font-family:Baskerville;
  color:white;
  position:relative;
  left:920px;
  bottom:45px;
	font-size:35px;   
	text-align:right;
	display:block;
	width:100px;
}

#listefin
{
  font-family:Baskerville;
  color:white;
  position:absolute;
  bottom:0px;
  width:1028px;
  height:50px;
  background:black;   
	font-size:25px; 
	text-align:right;
	padding-top:10px;
}

html>body #listefin
{
  position: fixed;
}

a
{
  color:white;
  text-decoration:none;
}