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

/*liens menu */
a:link {
	text-decoration: none; 
	color:#fff; 
}

a:visited {
	text-decoration:none;
	color:#fff;
}

a:hover {
	text-decoration:none;
	color:#999;
}


/* liens menu actifs */
a.nav-active:link {
	color:#999;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	}

a.nav-active:visited {
	color: #999;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	}
	
a.nav-active:hover, a.nav-active:active, a.nav-active:focus {
	color:#999;
	text-decoration: none;
	}
	


/* liens nav-bottom */
a.nav-bottom:link {
	color:#333;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	
	}

a.nav-bottom:visited {
	color: #333;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	}
	
a.nav-bottom:hover, a.nav-bottom:active, a.nav-bottom:focus {
	color:#333;
	text-decoration: none;
	}
	
	
	
	
	
.container {
	width: 100%; /*80%*/
	max-width: 900px;/* 1260a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 700px;/* 780a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	text-align:left;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

body{
	text-align:center;
	
	}
.content {
	padding: 0px 0;
}

#Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:662px;
}

#BG-Main {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:623px;
	z-index:-2;

}


#titre {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:623px;
	z-index:0;
}

#Menu-left-black {
	position:absolute;
	left:159px;
	top:613px;
	width:119px;
	height:39px;
	background-color:#000;
}

#Menu-1, #Menu-2, #Menu-3, #Menu-4, #Menu-5, #Menu-6 {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	padding-top:7px;
	font-weight:lighter;
}

#Menu-1 {
	position:absolute;
	left:356px;
	top:623px;
	width:100px;
	height:39px;
	background-color:#000;
}

#Menu-separator {
	position:absolute;
	left:458px;
	top:623px;
	width:4px;
	height:39px;
	background-image:url(images/Menu_separator.jpg);
}

#Menu-2 {
	position:absolute;
	left:463px;
	top:623px;
	width:79px;
	height:39px;
	background-color:#000;
}

#Menu-separator006 {
	position:absolute;
	left:543px;
	top:623px;
	width:4px;
	height:39px;
	background-image:url(images/Menu_separator.jpg);
}

#Menu-3 {
	position:absolute;
	left:549px;
	top:623px;
	width:74px;
	height:39px;
	background-color:#000;
}

#Menu-separator008 {
	position:absolute;
	left:625px;
	top:623px;
	width:4px;
	height:39px;
	background-image:url(images/Menu_separator.jpg);
}

#Menu-4 {
	position:absolute;
	left:631px;
	top:623px;
	width:67px;
	height:39px;
	background-color:#000;
}

#Menu-separator010 {
	position:absolute;
	left:698px;
	top:623px;
	width:4px;
	height:39px;
	background-image:url(images/Menu_separator.jpg);
	
}

#Menu-5 {
	position:absolute;
	left:702px;
	top:623px;
	width:59px;
	height:39px;
	background-color:#000;
	
}

#Menu-separator012 {
	position:absolute;
	left:761px;
	top:623px;
	width:4px;
	height:39px;
	background-image:url(images/Menu_separator.jpg);
	
}

#Menu-6 {
	position:absolute;
	left:765px;
	top:623px;
	width:80px;
	height:39px;
	background-color:#000;
	
}

#footer-Laineys {
	position:absolute;
	left:0px;
	top:672px;
	width:841px;
	height:39px;
	background-color:#000;
	font-size:11px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}
