body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 30px;
	background-attachment: fixed;
	background-image: url(../images/fond_page.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	border:0;
}
#logo a {
	display:block;
	background-image: url(../images/heavyfiles.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 200px;
	height: 110px;
}
#logo span {
	display:none;
	}
.titre_page {
	font-size: 34px;
	font-weight: bold;
	color: #CC6600;
	text-align: center;
	border:0;
}
.footer {
	font-size: 12px;
	white-space: nowrap;
	text-align: center;
	margin-top: 20px;
	color: #666666;
}
.footer a {
	color:#FF6600;
	text-decoration:none;
}
.footer a:hover {
	color:#FFCC00;
	text-decoration:underline;
}
form {
	margin: 0px;
	padding: 0px;
}
.bienvenue {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-color: #F4E8D5;
	padding: 4px;
	color: #CC6600;
}
.bienvenue a{
	color: #FF6600;
	text-decoration:none;
}
.bienvenue a:hover{
	color: #FF9900;
	text-decoration:underline;
}
.alerte {
	font-weight: bold;
	color: #FF6600;
}
th {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 3px;
	color: #993300;
	border-bottom: solid 1px #FFF;
	background-color: #E8CE9B;
}
td {
	font-size: 12px;
	border-bottom: 1px solid #996600;
	border-right: 1px solid #E8CE9B;
	border-left: 1px solid #F4E7D6;
	padding: 3px;
	border-top: 1px solid #F4E7D6;
}
td a {
	color:#993300;
	text-decoration:none;
}
td a:hover {
	color:#FF6600;
	text-decoration:underline;
}


.tableausimple {
	border: solid 1px #CCC;
	background-color: #FFFFFF;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #663300;
	background-color: #F3E4CB;
	border: 1px solid #996600;
}
.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}
.bouton a {
	display:block;
	background-image: url(/images/fond_bouton.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CC9933;
	letter-spacing: 1px;
	border-top: 2px solid #E0C78F;
	border-right: 2px solid #B29964;
	border-bottom: 2px solid #846C39;
	border-left: 2px solid #E7D19F;
	color: #5F4615;
	text-decoration: none;
	margin:10px;
	padding:8px;
}
.bouton a:hover {
	background-image: none;
	background-color:#D3A342;
	color:#FFFFFF;
	text-decoration:none;
}
.petitbouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
}
.petitbouton a {
	display:block;
	background-image: url(/images/fond_bouton.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CC9933;
	border-top: 1px solid #E0C78F;
	border-right: 1px solid #B29964;
	border-bottom: 1px solid #846C39;
	border-left: 1px solid #E7D19F;
	color: #5F4615;
	text-decoration: none;
	margin:1px;
	padding:2px;
}
.petitbouton a:hover {
	background-image: none;
	background-color:#D3A342;
	color:#FFFFFF;
	text-decoration:none;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC6600;
	border:0;
	text-align: justify;
}
table.login {
	font-family: Arial, Helvetica, sans-serif;
	border: 4px solid #DDC184;
	margin:5px auto 5px auto;
}
.visite {
	display:block;
	width:400px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	line-height: 28px;
	border:0;
	
}
.visite a {
	color:#CC6600;
	text-decoration:none;
}
.visite a:hover {
	color:#FF6600;
	text-decoration:underline;
}
.visite ul {
padding:0;
margin:0;
}
	
.visite li {
	padding:0;
	margin:0;
	list-style: url(/images/puce.gif) none;
}
