html {
min-height: 100%;
height: auto;
}

BODY
{
margin:10px 0 0 0;
/*background : #640809 url(img/fond2.jpg) bottom repeat-x;*/
background-color:#640809;
background-image:url(img/fond2.jpg);
background-position:bottom;
background-repeat:repeat-x;
/*background-attachment: fixed;*/
SCROLLBAR-FACE-COLOR: #640809;
SCROLLBAR-HIGHLIGHT-COLOR: #640809;
SCROLLBAR-SHADOW-COLOR: #640809;
SCROLLBAR-ARROW-COLOR:  #640809;
SCROLLBAR-TRACK-COLOR: #640809;
}
#ensemble {
	position:absolute;
    height: 442px;
    width: 974px;
}
#accueil {
	border: 1px solid #fff;
}
input { border: 1px solid #fff;}
select { border: 1px solid #fff;}
textarea { border: 1px solid #fff;}

a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.piti { font-family: Arial, Helvetica, sans-serif;font-size: 11px; font-style: normal; font-weight: normal; font-variant: normal; color: #fff; text-decoration: none}
.piti a { color: #fff;}
h1, p, ul, td {
	margin: 10px;
	font-family: Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
}
td, p, ul {
	font-size: 14px;
	color:#dedede;
}
h1 {
	line-height:25px;
	color: #fff;
	font-weight:normal;
	font-size:25px;
}