/* CSS Document */


* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	background-color:#141414;
	background-image:url(../images/accueil_general_001.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	
	color:#aaaaaa;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a, a:visited {
	color:#aaaaaa;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}



#whole-content {
	position:relative;
	text-align:center;
}

	#header {
		position:relative;
		width:1000px;
		height:120px;
		margin:0 auto;
	}
		#header-menu2 {
			position:absolute;
			right:50px;
			bottom:60px;
			width:258px;
			height:14px;
		}
			#header-menu2 a {
				position:relative;
				display:block;
				float:left;
				width:36px;
				height:10px;
				padding:2px 0 1px;
				border-left:#aaaaaa 1px dotted;
				text-align:center;
			}
			#header-menu2 a.first {
				border-left:none;
			}

	#page {
		position:relative;
		width:1000px;
		height:600px;
		margin:0 auto;
	}
		#flash-anim {
			margin:0px;
		}
	
	#footer-sites {
		position:relative;
		margin:0 auto;
		text-align:center;
		text-transform:uppercase;
	}
		#footer-sites a {
			margin:0 6px;
		}
	#footer {
		position:relative;
		width:1000px;
		height:120px;
		margin:0 auto;
		text-align:left;
	}
		#footer-address {
			position:absolute;
			left:50px;
			bottom:20px;
		}
		#footer-contact {
			position:absolute;
			left:310px;
			bottom:20px;
		}
		#footer-copy {
			position:absolute;
			right:50px;
			bottom:20px;
			text-align:right;
		}
	.footer-links {
		position:relative;
		width:1000px;
		margin:0 auto;
		padding:20px 0 10px;
		text-align:center;
		color:#666;
	}
		.footer-links a {
			margin:0 6px;
			color:#666;
		}
