/***************************/
/***** CSS FOR FIREFOX *****/
/***************************/

/***** CSS File for the Media page*****/

/* Parameters for the Backbone for the Organisation page */

.menu_h {
	position: absolute;
	top: 110px;
	left: 0px;
	width:950px;
	height:30px;
	background-color: transparent;
	text-align:left;
	color: black;
	background: url(../../common/picture/page/organisation/eurocorps_organisation.png);
}

/* Box : STRUCTURE EC */
.div_orga_ec_structure {
	position:absolute;
	top:20px;
	left:735px;
	width:200px;
	height:450px;
	text-align:left;
	border:2px solid #CCCCCC;
}

.div_orga_ec_structure_banner {
	position:absolute;
	text-align:center;
}

.div_orga_ec_structure_body {
	position: absolute;
	background-color: transparent;
	z-index:2;
}

.div_orga_ec_structure_body a{
	text-decoration:none;
	color:#003366;
}
.div_orga_ec_structure_body a:hover{
	text-decoration:underline;
}
.div_orga_ec_structure_footer {
	position:absolute;
	left:0px;
	width:100%;
	text-align:center;
	background-color:#CCCCCC;
}

/* ORGANISATION DETAILS */
.div_orga_detail {
	position: absolute;
	top: 20px;
	left: 10px;
	width:710px;
	height:450px;
	border:2px solid #CCCCCC;
}

.div_orga_detail_banner {
	position: absolute;
	text-align:center;
}

.div_orga_detail_body {
	position: absolute;
	background-color: transparent;
	overflow:none;
	z-index:2;
}

.div_orga_detail_footer {
	position: absolute;
	top:430px;
	left:0px;
	width:100%;
	height:20px;
	background-color: #CCCCCC;
	border:1px solid #CCCCCC;
}
