#h {
	position:relative;
	width:auto;
	text-align:center;
	padding: 0px;
	background:url(../images/img_bandeau.jpg);
	height:409px;
	z-index: 900;
}

#h #rechercher {
	position:absolute;
	width:233px;
	text-align:right;
	padding: 5px 5px 0 0;
	background: url(../images/bg_rechercher.gif);
	height:23px;
	left: 362px;
	top: 379px;
	z-index:950;
}

#c {
	position:relative;
	width:100%;
	text-align:left;
	padding:0;
	margin:0;
	background:url(../images/bg_center.gif);
}
	
#c #c1 {
	position:relative;
	width:361px;
	padding:0px;
	float:left;
	text-align:left;
}

#c #c2 {
	position:relative;
	width:238px;
	padding:0px;
	float:left;
	text-align:left;
}

#c #c3 {
	position:relative;
	width:179px;
	padding:0px;
	float:left;
	text-align:left;
	background-image:url(../images/bg_col3.gif);
	height:249px;
}

#c #c3 #menudroite {
	position:absolute;
	width:179px;
	padding:0px;
	float:left;
	text-align:left;
	height:249px;
	left: -16px;
	top: 0;
}

#f  {
		position: relative;
		width: 278px;
		border-top: 1px dashed #EA802C;
		font: 10px verdana, sans-serif;
		padding: 8px 0 70px 0;
		top:25px;
		left:80px;
	}
		#f ul  { list-style-type: none; margin: 0; padding: 0; }
			#f ul li  { position: relative; padding: 0; line-height: 14px; }
				#f ul li a  { color: #000; text-decoration: none; }
				#f ul li a:hover  { text-decoration: underline; }
		#f #fMenu1  { float: left; text-align: right; width: 88px; }
			#f #fMenu1 li  { padding-right: 12px; }
		#f #fCopyright  { color: #EA802C;	}
		#f #fCopyright,
		#f #fMenu2  { width: 190px; float: right; text-align: left; }
		#f #fMenu2  { background: url(../images/bg_f.gif) top left no-repeat; height: 70px; }
			#f #fMenu2 li  { padding-left: 18px; }
