@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	height: 100%;
	
}
img { border: none;}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CBB5CC;
}
body {
	background-color: #000000;
	background-image: url(../medias/images/oeil.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	min-height: 100%;
}
#content {
	width:auto;
	padding:10px;
	padding-left:40px;
}
#container{
	overflow:auto;
	position: relative;
	min-height: 400px;
	height: 100%;
}
#flashcontainer {
	top: 0px;
	left: 0px;
	position: absolute;
	min-height: 580px;
	min-width: 1000px;
	height:100%;
	width:100%;
}
a:link {
	color: #CBB5CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CBB5CC;
}
a:hover {
	text-decoration: underline;
	color: #905E91;
}
a:active {
	text-decoration: none;
	color: #905E91;
}
#footer_contact {
	padding:10px;
	padding-left:40px;
	width: auto;
	position:relative;
	left:0;
}
#footer_links {
	position:relative;
	right:0;
	padding:10px;
	padding-left:40px;
	width: auto;
}
#htmlcontent{
	width:auto;
	padding:10px;
	padding-left:40px;
}
#needflash{
	width: 80%;
	padding:10px;
	position: relative;
	background-color:#6D586D;
	border:dashed;
	border-color:#FFFFFF;
}