/* CSS Document */

body{
	font-family: "Lucida Console", Arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
}
input{
	font-family: "Lucida Console", Arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-width:1px;
	border-color:#333333;
}
textarea{
	font-family: "Lucida Console", Arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-width:1px;
	border-color:#333333;
}

a{
	font-family: "Lucida Console", Arial;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
	border-bottom-style: none;
}
a:HOVER{
	font-family: "Lucida Console", Arial;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
	border-bottom: 1px solid #000099;
}
.titre{
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.bas_page{
	font-family: "Lucida Console", Arial;
	font-size: 12px;
	color: #FFF;
	border-bottom-style: none;

}
.bas_page:HOVER{
	font-family: "Lucida Console", Arial;
	font-size: 12px;
	color: #FFF;
	border-bottom: 1px solid #FFF;

}

.ligne_droite {
	border-right-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-right-color: #FF6600;
}
.ligne_droite_gauche {
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6600;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF6600;
}
.ligne_en_bas {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}


/* Style Dojo */
.dojoHtmlFisheyeListBar {
	margin: 0 auto;
	text-align: center;
}

.outerbar {
	text-align: center;
	position: absolute;
	left: 0px;
	top: 25px;
	width: 100%;
}
