/*SCROLL BAR FF*/
html {
	overflow: scroll !important;
}
body {
scrollbar-face-color: #aaadac;
scrollbar-shadow-color: #aaadac;
scrollbar-highlight-color: #aaadac;
scrollbar-3dlight-color: #aaadac;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
}
#diaporama img {
	position: absolute;
	top: 3em;

}
.iframe {
	font-family :Arial ;
	font-size: 15px ;
	line-height: 1.5;
	color:#000000;
}
a {
	color:#bb0720;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#ffc340;
}

a img {
	border:0px;
}

input {
	font-family :Arial ;
	font-size: 14px ;
	height:22px;
	border-style: solid;
	border-width: 1px;
}
select {
	font-family :Arial ;
	font-size: 14px ;
	height:22px;
	border-style: solid;
	border-width: 1px;
}
textarea {
	font-family :Arial ;
	font-size: 15px ;
	border-style: solid;
	border-width: 1px;
}