/* Affichage des images */

.imgtitle {
	display:		block;
	text-align:		center;
	margin:			5px 0px 0px;
	font-size: 		80%;
	color: 			#002455;
}

div.image{
	background: 	#ffffff;
	padding: 		10px;
	border-top: 	1px solid #999999;
	border-right: 	2px solid #555555;
	border-bottom: 	2px solid #555555;
	border-left: 	1px solid #999999;
}

div.image img{
	border-top: 	2px solid #555555;
	border-right: 	1px solid #999999;
	border-bottom: 	1px solid #999999;
	border-left: 	2px solid #555555;
}

div.floatright{
	float: 			right;
	margin: 		8px 0px 10px 10px;
}

div.floatleft
{
	float: 			left;
	margin: 		8px 10px 10px 0px;
}

/* Header */

div#header{
	padding: 		10px;
	width:			580px;
}

div#header .title{
	color: 			#214990;
}

div#header .ena{
	color: 			#FF8000;
}

/* Content */

div#header h1{
	color:			#FFFFFF;
	margin:			0px;
}

div#content{
	width:			570px;
	text-align:		left;
}

div#content p#navbtn{
	text-align:		right;
	margin-bottom:	-10px;
}

/* Bouton goto ena */

p#gotoena{
	margin-top:		50px;
}

p#gotoena a{
	display:		block;
	width: 			160px;
	text-align:		right;
	font-size:		16px;
	padding:		13px 20px;
	font-weight:	bold;
	background: 	url(../image/Go-to-ENA.gif) no-repeat center;
}

p#gotoena a#nl{
	font-size:	12px;
	padding:		18px 20px;
}

p#gotoena a:hover{
	background: 	url(../image/Go-to-ENA-hover.gif) no-repeat center;
	color:			#FFFFFF
}

