@import url(boxes.css);
@import url(fiche.css);
@import url(listing.css);
@import url(modules.css);

@import url(box_realisation.css);
@import url(box_rss.css);

/*---- BODY ------------------------------------------------------------------------------------------------------------*/
body {
	width: 100%;
	height: auto;
	font: normal 12px arial;
	color: #303030;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #ededed; /* url('templates/<?php echo CONFIG_TEMPLATE; ?>/images/fd_body.jpg') top center repeat-x */
}
/*---- SPACER & A & IMG-------------------------------------------------------------------------------------------------*/
div.spacer {
	clear: both;
}
div.separateur {
	border-top: 1px dashed #858585;
}
h1 {
	font: bold 13px arial;
	color: #650608;
}
img {
	border: none;
}
a {
	outline: none;
}
/*---- CONTAINER -------------------------------------------------------------------------------------------------------*/
	div.container {
		width: 990px;
		height: auto;
		margin: 10px auto 0 auto;
		padding: 0 0 0 0;
		/*border: 1px solid #ffffff;*/
	}
	li {
		list-style: none;
		list-style: outside url('../images/puce.png');
	}
/*---- BANNER -------------------------------------------------------------------------------------------------------*/
	div.banner {
		width: 990px;
		height: 149px;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}
		div.banner img.banner {
		}
		div.banner div.menu_onglet{
			width: 720px;
			height: 28px;
			margin: -39px 0 0 270px!important;
			margin: 0 0 0 270px;
			padding: 0 0 0 0;
			position: absolute!important;
			position: inherit;
			text-align: left;
		}
			div.banner div.menu_onglet div.onglet {
				width: auto;
				height: 34px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				float: left;
				background: url('../images/onglet/fd_onglet.jpg') top center repeat-x;
			}
				div.banner div.menu_onglet div.onglet div.left_onglet {
					width: auto;
					height: 34px;
					margin: 0 0 0 0;
					padding: 0 0 0 10px;
					background: url('../images/onglet/left_onglet.jpg') top left no-repeat;
				}
				div.banner div.menu_onglet div.onglet div.right_onglet {
					width: auto;
					height: 24px!important;
					height: 34px;
					margin: 0 0 0 0;
					padding: 10px 12px 0 0;
					background: url('../images/onglet/right_onglet.jpg') top right no-repeat;
				}
					div.banner div.menu_onglet div.onglet div.right_onglet a {
						font: bold 12px Arial, Helvetica, sans-serif;
						color: #6e6e6e;
						text-decoration: none;
					}
			
			div.banner div.menu_onglet div.onglet_select {
				width: auto;
				height: 34px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				float: left;
				background: url('../images/onglet/fd_onglet_select.jpg') top center repeat-x;
			}
				div.banner div.menu_onglet div.onglet_select div.left_onglet_select {
					width: auto;
					height: 34px;
					margin: 0 0 0 0;
					padding: 0 0 0 10px;
					background: url('../images/onglet/left_onglet_select.jpg') top left no-repeat;
				}
				div.banner div.menu_onglet div.onglet_select div.right_onglet_select {
					width: auto;
					height: 24px!important;
					height: 34px;
					margin: 0 0 0 0;
					padding: 10px 12px 0 0;
					background: url('../images/onglet/right_onglet_select.jpg') top right no-repeat;
				}
					div.banner div.menu_onglet div.onglet_select div.right_onglet_select a {
						font: bold 12px Arial, Helvetica, sans-serif;
						color: #6e6e6e;
						text-decoration: none;
					}
					
			div.banner div.menu_onglet div.submenu_onglet {
				margin: -60px 0 0 0;
				padding: 0 0 0 0;
				position: relative;
				display: none;
				z-index: 10000;
				background: #ccc3c6;
				background: #a79ea1 url('../images/onglet/fd_onglet.jpg') top center repeat-x;
			}
				div.banner div.menu_onglet div.submenu_onglet div.submenu_onglet_left {
					width: 100%;
					height: 100%;
					margin: 0 0 0 0;
					padding: 0 0 0 0;
					background: url('../images/onglet/left_onglet.jpg') top left no-repeat;
				}
				div.banner div.menu_onglet div.submenu_onglet div.submenu_onglet_right {
					width: 100%;
					min-height: 50px;
					margin: 0 0 0 0;
					padding: 8px 0 0 0;
					text-align: center;
					background: url('../images/onglet/right_onglet.jpg') top right no-repeat;
				}
				
			div.banner div.menu_onglet div.selected_submenu_onglet {
				margin: -60px 0 0 0;
				padding: 0 0 0 0;
				position: relative;
				display: none;
				z-index: 10000;
				background: #ffc605 url('../images/onglet/fd_onglet_select.jpg') top center repeat-x;
			}
				div.banner div.menu_onglet div.selected_submenu_onglet div.submenu_onglet_left {
					width: 100%;
					height: 100%;
					margin: 0 0 0 0;
					padding: 0 0 0 0;
					background: url('../images/onglet/left_onglet_select.jpg') top left no-repeat;
				}
				div.banner div.menu_onglet div.selected_submenu_onglet div.submenu_onglet_right {
					width: 100%;
					min-height: 50px;
					margin: 0 0 0 0;
					padding: 8px 0 0 0;
					text-align: center;
					background: url('../images/onglet/right_onglet_select.jpg') top right no-repeat;
				}
			
			
				div.banner div.menu_onglet div.submenu_onglet_right a {
					text-decoration: none;
					height: 13px;
					font: normal 11px Arial, Helvetica, sans-serif;
					color: #6e6e6e;	
					display: block;
					position: inherit;
					margin-bottom: 4px;
				}
				
/*---- CONTENT -------------------------------------------------------------------------------------------------------*/
	div.content {
		width: 990px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 0 0 10px 0;
		background: url('../images/fd_content.jpg') top center repeat-y;
	}

/*---- CONTENU -------------------------------------------------------------------------------------------------------*/
	div.contenu {
		width: 990px;
		height: auto;
		min-height: 475px;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		background: url('../images/fd_contenu.jpg') top center no-repeat;
	}
		div.contenu div.volet_gauche {
			width: 230px;
			height: auto;
			margin: 25px 0 0 17px;
			padding: 0 0 0 0;
			float: left;
		}
		div.contenu div.volet_droit {
			width: 711px;
			height: auto;
			margin: 0 0 0 9px;
			padding: 0 0 0 0;
			float: left;
			text-align: left;
		}
		
/*---- FOOTER -------------------------------------------------------------------------------------------------------*/
	div.footer {
		width: 990px;
		height: auto;
		/*height: auto;*/
		margin: 0 auto 25px auto;
		padding: 0 0 0 0;
	}
		div.footer div.conception {
			width: 990px;
			height: auto;
			/*height: auto;*/
			position: relative;
			margin: -20px auto 0 auto;
			padding: 0 0 0 0;
		}
			div.footer div.conception p {
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				font: normal 12px arial;
				color: #4f4c4d;
			}
			div.footer div.conception a {
				font: normal 12px arial;
				color: #4f4c4d;
			}
			div.footer div.conception a.centrenet {
				text-decoration: none;
				font: normal italic 11px arial;
				color: #4f4c4d;
			}
				div.footer div.conception a.centrenet:hover {
					text-decoration: underline;
				}
			

/*---- MESSAGE ---------------------------------------------------------------------------------------------------------*/
	#message{
		width: 100%;
		height: auto;
		left: 0px;
		margin: 150px auto 0 auto;
		padding: 10px;
		position: absolute;
		text-align: center;
	}
	#message a {
		text-decoration: none;
		color: #004c99;
	}
	#message p {
		color: #000000;
	}
	#message p.close{
		margin: 25px 0 0 0;
	}
	#message_box{
		width: 350px;
		height: auto;
		margin:0 auto 0 auto;
		padding: 10px 10px 15px 10px;
		font:bold 12px Arial, Helvetica, sans-serif;
		color: #666666;
		background-color: #e5e5e5;
		border: 1px solid #004c99;
		opacity: 0.9 ;
		filter: alpha(opacity=90)!important;
	}