*{
	margin:0;
	padding:0;
	border:0;
}

html, body{
	width:100%;
	height:100%;
}
body {
	background:fixed url('../image/body-bg.jpg') repeat-x top left;
}

#page { width : 766px !important; width : 755px; }

A, A:active, A:hover
{
	color:white;
}


/*	CONTENT	*/
#content {
	margin:0 auto;
	width:782px;
	background:url('../image/middle-bg.png') repeat-y top left !important;
	background : none;
	padding-left:7px;
	color:#fff;
	font-family:Tahoma;
	font-size:12px;
	
	min-height:1050px;
}

/*	HEADER	*/
#content #header {
	height:133px;
	width:768px;
}

/*	MENU	*/
#sous-menu
{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px white;
	background-color:#018afe;
	margin:0px;
}

#sous-menu LI
{
	color:white;
	list-style:none;
	float:left;
	padding: 5px 10px;
}

#sous-menu LI A
{
	color:white;
	text-decoration:none;
}

#sous-menu LI A.on
{
	font-weight:bold;
}

#content #menu {
	width:766px;
	height:37px;
	background:url('../image/menu-bg.jpg') repeat-x top left;
	
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	
	font-size:12px;
	font-family:Tahoma;
	font-weight:bold;
}
#content #menu ul{
	overflow:hidden;
	display:block;
	list-style:none;
	height:37px;
	line-height:37px;
	margin-left:10px;
	
}
#content #menu ul li{
	text-align:center;
	float:left;
	margin-left:10px;
}
#content #menu ul li a{
	color:#75aff1;
	display:block;
	height:37px;
	line-height:37px;
	text-decoration:none;
	padding-right:8px;
	float:left;
}
#content #menu ul li.on span{
	height:37px;
	line-height:37px;
	width:11px;
	display:block;
	float:left;
	background:url('../image/bt-lft-over.jpg') no-repeat top left;
}
#content #menu ul li a:hover{
	color:#fff;
}
#content #menu ul li.on{
	background:url('../image/bt-bg-over.jpg') repeat-x left top;
}
#content #menu ul li.on a{
	color:#fff;
	background:url('../image/bt-rgt-over.jpg') no-repeat right top;
/*	padding-right:11px;*/
	display:block;
	float:left;
}

/*	CENTER	*/
#content #middle{
	clear:both;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	width:766px;
	background:#000;
	min-height:865px;
	
	
}
#content #middle h1{
	color:#a2a2a2;
	margin-top:20px;
	margin-bottom:20px;
	font-size:22px;
}
#content #middle .visionneuse{
	width:568px;
	margin:0 auto;
}
#content #middle .visionneuse .view{
	height:381px;
}
#content #middle .visionneuse .list{
	margin-top:5px;
}

/*	FOOTER	*/
#content #footer{
	text-align:center;
	color:#434343;
	font-size:11px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	width:766px;
	background:#000;
}
#content #footer a{
	color:#434343;
	font-size:11px;
}

LABEL
{
  display: block;
width: 200px;
float: left;
margin-bottom: 10px;
  padding-right: 20px;
  text-align:right;  
}
INPUT, SELECT, TEXTAREA
{
  width:200px;
  border: solid 1px white;
  background-color:#555555;
  padding-left: 2px;
}

FORM BR
{
	clear:left;
}

/* Correction bug décallage image */
.content { margin-top : 1px !important; }
img.border { margin-top : 3px !important; }