@charset "utf-8";
/* CSS Document */

html, body {	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	height:100%;	margin:0;	padding:0;
				background:url(img/bg.jpg) repeat-x  #c3c4c0;}

.MainDiv{		position: relative;	width: 900px;	height:0px;		top:0px;	display: block;	padding:0px; }
#ContentDiv {	position:absolute;	width:100%;	height:100%;	top:575px;	z-index:1;	left: 80px;}
#OverFlash {	position:absolute;	width:100%;	height:100%;	top:156px;	z-index:1;	left: 80px;}

.Title {				font-family: times new romans;	font-size: 15px;	color: #FFFFFF;	text-align:left;}
.Address {				font-family: times new romans;	font-size: 11px;	color: #FFFFFF;	text-align:right;}
.Copyright {			font-family: times new romans;	font-size: 10px;	color: #6e5a52;	text-align:center;	font-weight:bold;}
.Texte {				font-family: times new romans;	font-size: 13px;	color: #4b2010;	text-align:justify;}	

a.BottomLink {			font-family: times new romans;	font-size: 11px;	color: #CCCCCC;	text-align:center;	text-decoration:none;}
a:hover.BottomLink {	font-family: times new romans;	font-size: 11px;	color: #FFFFFF;	text-align:center;	text-decoration:underline;}

a {						font-family: times new romans;	font-size: 11px;	color: #FFFFFF;	text-align:center;	text-decoration:none;	text-align:inherit}
a:hover {				font-family: times new romans;	font-size: 11px;	color: #000000;	text-align:center;	text-decoration:underline;}


input {				background-color:#b39a7c;		font-family:"trebuchet ms";		color:#4b2010;		font-size: 11px;	 border: 1px solid #FFFFFF;}
textarea {			background-color:#b39a7c;		font-family:"trebuchet ms";		color:#4b2010;		font-size: 11px;	 border: 1px solid #FFFFFF;}
select, option {	background-color:#b39a7c;		font-family:"trebuchet ms";		color:#4b2010;		font-size: 11px;	 border: 1px solid #FFFFFF;}

#IndexDiv {	position:absolute;	width:100%;	height:40px;	top:659px;	z-index:1;	left: 1px;}