body{
	padding:			20px;
	background-color: 	#4B5363;
	text-align: 		center;
	color:				#FFFFFF;
	font: 				14px "Trebuchet MS",Arial,sans-serif;
}

body#mce{
	overflow:			hidden;
	margin:				0;
	padding:			0;
	/* To show mce correcty on firefox */
	position:			absolute;
	width:				100%;
	height:				100%
	/* ------------------------------- */
}

img{
	border: 			none;
}

h1{
	font-size: 			160%;
	color: 				#FF8000;
	text-align: 		left;
}

h2, h3, p{
	font-size: 			110%;
	text-align: 		justify;
}

div#container{
	width:				600px;
	margin: 			0 auto;
	background-color:	#D7DAE1;
	padding:			5px
}

/* Header: logo ENA */

div#header{
	background: 		#828DA2;
	text-align:			center;
	width:				600px;
}

/* Content: colonne de gauche avec la description d'ENA */

div#content{
	float:				left;
	width:				320px;
	padding:			15px;
	margin:				5px 0;
	background-color:	#4B5363;
	height:				450px;
	font-weight:		bold;
}


div#content a:link{
	color: 				#D7DAE1;
	text-decoration:	underline;
}

div#content a:visited{
	color: 				#D7DAE1;
	text-decoration:	underline;
}

div#content a:hover{
	color: 				white;
	text-decoration:	none;
}

div#content a#more {
	display:			block;
	padding-top:		20px;
	text-align:			right;
	font-weight:		bold
}

/* Nav: colonne de droite sur la demande d'installation du player Flash */

div#nav{
	float:				right;
	width:				215px;
	padding:			15px;
	margin:				5px 0;
	background-color:	#FFFFFF;
	height:				450px;
	color: 				#222222;
}


div#nav a:link {
	color: 				#214990;
	text-decoration:	underline;
}

div#nav a:visited{
	color: 				#214990;
	text-decoration:	underline;
}

div#nav a:hover{
	color: 				#FF8000;
	text-decoration:	none;
}

div#nav a#instflash {
	display:			block;
	font-size: 			150%;
	text-align: 		center;
	font-weight:		bold;
	margin:				20px 0px
}

/* Footer: barre horizontale de lien vers les autres langues */

div#footer{
	clear:				both;
	width:				600px;
	background-color:	#828DA2;
	padding:			5px 0;
	text-align:			center;
}

div#footer a:link {
	color:	 			#FFFFFF;
	text-decoration:	underline;
}

div#footer a:visited{
	color: 				#FFFFFF;
	text-decoration:	underline;
}

div#footer a:hover{
	color:				#FFFFFF;
	text-decoration:	none;
}

div#w3c {
	margin:				10px
}

