/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	/*color: #FF9900;*/
	color:#FFFFFF;
	height:100%;
}

input, textarea {
/*	background-color: #1b170e;*/
	background-color:#222222;
	border: thin dotted #FF9900;
	color: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding:5px;
}

a {
	color: #FF9900;
	text-decoration: none;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:1px;
}

a:hover {
	background-color:#222222;
}

#menu a{
	padding:0px;
}
#menu a:hover{
	background-color:#000000;
}


.boto {
	border:#554213 thin double;
	/*background-image: url(../img/fonsBotoIni.gif);*/
	color:#FF9900;
}

.botoScrol {
	/*background-image: url(../img/fonsBotoScrol.gif);*/
	background-color: #FF9933;	
	border: #ff9900 thin double;
	color:#000000;
}


h4{
	color:#ff9900;
	font-style:italic;
	font-weight:100;
	border-bottom:#333333 dotted thin;
	border-top:#333333 dotted thin;
	padding-top:5px;
	padding-bottom:5px;
}


#manteniment li, #manteniment li a{
	list-style:none;
	padding:2px;
	color:white;
}


hr{
	color:#ff9900;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #333333;
	border-left-color: #FF9900;
}

#links{
	list-style:none;
	line-height:25px;
	margin-right:50px;
}

#links li{
	border-bottom:thin dotted #1b170e;
}

h5{
	font-style:italic;
	font-weight:bold;
	border-bottom:#333333 dotted thin;
	border-top:#333333 dotted thin;
	padding-top:3px;
	padding-bottom:3px;
	font-size:11pt;
}

.gris{
	color:#666666;
}


.peu{
	font-size: 8pt;
	font-style: italic;
/*	border-top: thin dotted #FF9900;
	/*border-bottom: thin dotted #FF9900;*/
	color:#ff9900;
}

.mesmarges{
	margin-right:20px;
}