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

body {
	background:#000 url('img/body-bg.jpg') repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:0; padding:0;
}

#layout {
	margin:0 auto;
	width:950px;
}

#header {
	background:#000 url('img/header-bg.jpg') no-repeat;
	width:100%;
	height:242px;
}

#menu {
	width:100%;
	height:24px;
}

a.btn1 {
	display:block;
	width:142px;
	height:24px;
	background:#000 url('img/btn1.jpg') no-repeat;
}
a.btn1:hover { background-position:0 -24px; }
a.btn2 {
	display:block;
	width:169px;
	height:24px;
	background:#000 url('img/btn2.jpg') no-repeat;
}
a.btn2:hover { background-position:0 -24px; }
a.btn3 {
	display:block;
	width:184px;
	height:24px;
	background:#000 url('img/btn3.jpg') no-repeat;
}
a.btn3:hover { background-position:0 -24px; }
a.btn4 {
	display:block;
	width:136px;
	height:24px;
	background:#000 url('img/btn4.jpg') no-repeat;
}
a.btn4:hover { background-position:0 -24px; }
a.btn5 {
	display:block;
	width:74px;
	height:24px;
	background:#000 url('img/btn5.jpg') no-repeat;
}
a.btn5:hover { background-position:0 -24px; }
a.btn6 {
	display:block;
	width:99px;
	height:24px;
	background:#000 url('img/btn6.jpg') no-repeat;
}
a.btn6:hover { background-position:0 -24px; }
a.btn7 {
	display:block;
	width:146px;
	height:24px;
	background:#000 url('img/btn7.jpg') no-repeat;
}
a.btn7:hover { background-position:0 -24px; }

#titles {
	width:100%;
	height:91px;
}

#pano {
	float:left;
	width:639px;
	height:91px;
	background:#000 url('img/pano-bg.jpg') no-repeat;
}

#container {
	width:100%;
	background:transparent url('img/container-bg.jpg') repeat-y;
	overflow:auto;
}

#content1 {
	float:left;
	width:891px;
	margin-left:30px;
	overflow:auto;
	background:#000 url('img/left-bg.jpg') repeat-x;
}

span.big {
	text-transform:uppercase;
	font-weight:bold;
	color:#02abea;
}






	#rubrique1 {
		float:left;
		width:532px;
		min-height:500px;
		border-left:1px solid #383838;
		border-right:1px solid #383838;
		margin-left:13px;
	}
	
	
	
		
		#bloc-pano {
			background:transparent url('img/content1px.jpg') repeat-y right;
			height:368px;
		}
		#fond-right {
			width:100%;
			overflow:auto;
			min-height:282px;
			height:auto;
		}
		

	

#right {
	float:left;
	width:29px;
	height:265px;
	background:#000 url('img/right-bg.jpg') no-repeat;
}

#text {
text-align:justify;
padding:20px;
height:600px;
overflow:auto;
overflow-x:hidden;
}

	

#bottom {
	width:100%;
	height:49px;
	background:#000 url('img/bottom-bg.jpg') no-repeat;
	margin-bottom:25px;
	font-size:11px;
}

#bottom a {
	color:#fff;
	text-decoration:none;
}
#bottom a:hover {
text-decoration:underline;
}


span.copyright {
	color:#02abea;
	}
a {
color:#02abea;
	text-decoration:none;
}
a:hover {
text-decoration:underline;
}

