#cadre {
   
 	
       
       background: url(../images/baniere/intro05.jpg) ;
		background-repeat:no-repeat;
		background-position:center;
		margin:auto;
		margin-bottom:100px;
		margin-top:100px;
		width:840px;
		height:340px;
		text-align:center;
		border-color:#FFFFFF;
		border-style:double;
		border-width:10px;
}

body
{
   
	 background-color: #000000;
}


/* utilisation de liste pour le menu */
ul, li 
{	
list-style-type: none;
margin:0px;
padding:0px;
}

/* arrière-plan général du menu */
ul {
display:block;
 background: url(../images/baniere/intro05.jpg) ;
background-repeat:no-repeat;
width: 800px;
margin-top:20px;
margin-left:20px;
}

li {
float: left;

}

li a {	/* dimensions et définitions des boutons */
display: block;	/* mise en block de <a> pour lui donner des dimensions */
height: 300px;
width: 60px;
color:#FFFFFF;
font-size: 14px;
line-height: 50px;	/* hauteur de ligne pour éviter les paddings */
font-weight: bold;
font-family: "Comic Sans MS", serif arial, serif;
text-decoration: none;
}


li a:hover {
background:url(../images/baniere/introf2.jpg);
 moz-opacity:0.4;
	opacity: 0.4;
	filter:alpha(opacity=40);
color: #FFFFFF;
}



#pied_de_page
{
margin:auto;
text-align:center;
margin-top:500px;
background-color: #000000;
color:#FFFFFF;    
}

