/* Feuille de style de l'antenne norme Eurocode*/
/****************************************/

html{
	overflow:auto;
}

body{
	background: url(../media/backgrounds/codesbg.gif) fixed 210px 106px;
}

#centre{
	position:fixed;
	top:107px;
	left:160px;
	right:0px;
	bottom:0px;
	padding:0px 20px;
	overflow-y:auto;
	overflow-x:hidden;
}

iframe{
	border:0px;
}	

.titre{
	top:0px;
	left:0px;
	position:fixed;
	width:100%;
	height:106px;
	overflow:hidden;
}

div.menu{
	position:fixed;
	top:135px;
	left:0px;
	bottom:0px;
	width:170px;
	padding:0px;
	margin:0px;
	overflow-x:hidden;
	overflow-y:auto;
}

div.menu iframe{
	width:170px;
	height:480px;
}


div.langue{
	font-size:12px; 
	position:fixed;
	top:109px;
	left:0px;
	width:160px;
	height:25px;
	color:#333399;
	text-align:center;
	font-weight:bold;
}

div.langue a, div.langue a:visited{
	color:black;
}
