/* Balises */
body {
	scrollbar-base-color:#fefaed;
	scrollbar-arrow-color:#d74c02;
	scrollbar-3dlight-color:#fed37f;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #eee;
	scrollbar-darkshadow-color: #fed37f;
}

/* calques */
#menu {
	background-image:url(medias/nav-fond-filet.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	position:absolute;
	left:0px;
	top:0px;
	width:184px;
	z-index:2;
}
#fondAccueil {
	position:absolute;
	left:208px;
	top:12px;
}
#menuActualite {
	position:absolute;
	top:508px;
	left:0px;
	width:184px;
	padding:0px;
}
#actualite {
	position:absolute;
	top:512px;
	left:184px;
	height:58px;
	width:732px;
	padding:25px 3px 3px 0px;
	background-image:url(medias/nav-bande-actualite.gif);
	background-repeat:repeat-x;
}
#drapeaux {
	position:absolute;
	top:506px;
	align:right;
	left:854px;
	height:20px;
	padding:0px;
}


/* classes */
a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover, a:active {
	color:#900;
	text-decoration:underline;
}
.rubriques {
	color:#000000;
	font-family:verdana, sans serif;
	font-size:10px;
	text-align:center;
}
a.actualite {
	font-family:verdana, sans serif;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
