/* CSS Document */

	
body {
 background-color: #4C77B2;
 color: #fff;
 }

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

#titre{
width:1050px; 	
height:200px; 
background-image: url(../voile/voile2007/STD_2027.jpg);
background-position: center center;
background-repeat: no-repeat; 
background-color: #1B0E5C;
margin-left:auto; 
margin-right:auto; 
}

#titre h2{ padding-top: 50px;
 text-shadow: 5px 5px #558ABB;
} 	
 
#milieu{width:1050px;
background-color:#1B0E5C; 	
}

#content{ width:990px;	
background-color:#1B0E5C;
padding:20px 30px 80px 30px;
margin-top:70px;
color: #fff;
  }

#diaporama{
width:800px;
padding-bottom:80px;
color: #fff;
margin-top: 0;
margin-left:auto; 
margin-right:auto; 
 clear: both;
 }

h2{color:#fff;
text-align: center;
}

p{
font-size:18px;
color: #fff;
text-align:justify;
}
 
a {
font-size: 18px;
color: #fff;	 
font-style: italic;
}

a:link {
	color: #fff; 
	font-size: 17px;	
	font-style: italic;
}

a:active {
    color: #fff;
	font-size: 18px;	
	font-style: italic;
}
a:visited {
	color: #F0F0F0;	 
	font-size: 18px;	
	font-style: italic;	
}

.border{border: 1px solid #fff;
	margin-left: 15px;
}
 
#barre_nav ul{
width: 100%;
margin-top:50px;
text-align: left;
margin-left: -30px;
}

#barre_nav li a {
font-size:18px;
background-color: #fff;
margin-right: 10px;
color:#666;
font-style: italic;
}

#barre_nav li:hover li a {
font-size:18px;
font-style: italic;
background-color: #C49DB8; /* Couleur du fond du lien */
background-color: #63704b;
background-color: #fff;
color:#fff;
}




