/* CSS Document */
.cadre
	{
	height: 420px;
	width: 760px;
	left: 50%;
	top: 50%;
	margin-top:-210px;
	margin-left: -360px;
	position:absolute;
	z-index:1;
	border: 1px solid #996633;
}
#drapeau_index
	{
	margin-top:25px;
	padding-left:45%;
	}
a.menu
	{
	color:#669933 ;
	font-weight:bold ;
	font-size:12px;
	text-decoration:none ;
	}
a.menu:hover
	{
	background: none; /* correction d'un bug IE */
	z-index: 500;
	text-decoration:underline ;
	}
a.menu span
	{
	display: none;
	}
a.menu:hover span 
	{
	margin-top:650px;
	width:100px;
	display: inline;
	text-align: center;
	color:#669933;
	font-size:10px;
	text-decoration:none;
	background-color:#990000 ;
	border: 1px solid #669933;	
	}
