/* CSS Document */
 

#global{ width:1170px;}

#content{width: 1050px;
margin-left: auto;
margin-right: auto;
}  

 /*  MENU  */

#barre_nav ul{
margin-top: 40px;
text-align:center;
}

#barre_nav li {font-family: 'Roboto Condensed';
	font-size: 20px;
	margin-right: 20px; 
}
#barre_nav a:link {
	font-size:20px;
}
 
 /*----------------ILE-----------------*/

#topile{ 
	width:100%;
   height:540px;    
	background-image:url(../porquerolles/fond.jpg);
	background-position: center;
	background-repeat:no-repeat;
	}

#topile h2{
font-size:90px;
text-align: center;  
color:#fff; 
text-shadow: 5px 5px #558ABB;
padding-top:220px; 
}

 /*----------------JAZZ-------------------*/


#topjazz{
	width:100%;
	height:580px;  
	background-image:url(../porquerolles/topjazz.jpg);
	background-repeat:no-repeat;	
	}

#topjazz h2{
font-size:90px;
text-align: center;	
color:#fff; 
text-shadow: 5px 5px #558ABB;
padding-top:220px;
}
  
 /*----------------------------------------*/

