ul {
	list-style-type: square;
	text-align: left;
	list-style-position: outside;
	margin-left: 15px;
}
body {
	background-color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 70%;
	color: white;
	scrollbar-3dlight-color: #FF3333;
	scrollbar-arrow-color: orange;
	scrollbar-base-color: #FF3333;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: black;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: #FF3333; /*	border-right: 1px solid #FF3333;*/
/*	background-image: url(images/fond2.gif);*/
}

.saisie {
	color: black;
	background-color: #DD8500;
}
input {
	background-color: #DD8500;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
/*	border: solid 1px #DD8500;*/
	border: solid 0px #FF3333;
}

textarea {
	background-color: #333333;
	background-color: #DD8500;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	border: solid 0px #FF3333;
}
.bouton {
	color: orange; 
	background-color: black; 
	border: solid orange 1px;
	padding-left:   2px;
	padding-top:    2px;
	padding-right:  2px;
	padding-bottom: 2px;
}
table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
}
td {
	vertical-align: top;
	padding-left:   5px;
	padding-top:    5px;
	padding-right:  5px;
	padding-bottom: 5px;

}
.gris {color: #808080;}
.rouge {color: #FF3333;}

a {
	color: orange;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
a:hover {
	color: black;
	background-color: orange;
}

h1 {
	border-bottom: 1px solid #FF3333;
	color: #FF3333;
	font-size: 210%;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	color: #FF3333;
	font-size: 170%;
	margin-bottom: 10px;
}
h3 {
	color: #FF3333;
	font-size: 130%;
	margin-bottom: 3px;
}
hr {
	border: 1px solid #FF3333;
	height: 0px;
	margin-top: 5px;
}
.petit {
	font-size: 90%;
}
.grand {
	font-size: 160%;
}
.petitrouge {
	font-size: 90%;
	color: #FF3333;
}
.bighilight {
	background-color: #BB0000;
	color: orange;
}
/*img {border: 1px solid red;}*/
.logo_entete {
	padding-top: 30px; 
	padding-bottom: 30px
}
.lcd {
	/*	background-image: url(images/lcd/petit/lcdfond.gif); */
/*	background-color: #B5B897;*/
	background-color: black;
	color: black;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
/*	border-left: solid #686957 2px;
	border-top: solid #686957 2px;
	border-right: solid #DDDDCC 2px;
	border-bottom: solid #DDDDCC 2px;*/
	border: solid #802020 1px;
	letter-spacing: -4px;
	font-size: 8px;
}
.copyright {
	font-size: 90%;
	color: #808080;
}
