#premier_bandeau {
	padding : 0 0 30px 0;
	background-color: #437084;
	height: 105px;
}

#premier_bandeau a:active {
	background-color : transparent;
}

#deuxieme_bandeau {
	background-color: #EEEEFF;
	margin-left: auto;
	padding-top: 10px;
}

#iam {
	font-size: 18pt;
	color: #437084;
}

#catch {
	font-size: 20pt;
}

.menu , #inactive   {
	width: 170px;
	height: 100px;
	background-color: rgba(0,0,0,.2);
	opacity: .8;
    	-moz-opacity: .8;
    	filter:alpha(opacity=80);
}

.menu:hover {
	opacity: 1.0;
    	filter:alpha(opacity=100);
    	-moz-opacity: 1.0;
}

.menu a , #inactive  a  {
	border: none;
	text-decoration: none;
}

.menu img , #inactive  img  {
	border: none;
	width: 170px;
}

.menu span , #inactive  span  {
	position: absolute;
	background:transparent;
	background-color: rgba(0,0,0,.5);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
	color: white;
	display: block;
	width: 170px;
	height: 25px;
	line-height: 25px;
	margin-top: 76px;
	font-size: 10pt;
}

.menutop {
	float: left;
	margin-left: 20px;
}

#menuovertop {
	text-align:center;
	float: right;
	margin-right: 20px;
	margin-top: 17.5px;
}
