@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: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	background: #FFFFFF; /* 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: 983px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		/*border: 1px solid #ffffff;*/
	}
	
/*---- BANNER -------------------------------------------------------------------------------------------------------*/
	div.banner {
		width: 983px;
		height: 184px;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}
		div.banner img.banner {
		}			
	
/*---- CONTENT -------------------------------------------------------------------------------------------------------*/
	div.content {
		width: 983px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 0 0 5px 0;
		background: url('../images/fd_content.jpg') top center repeat-y;
	}
/*---- MENU ONGLET ---------------------------------------------------------------------------------------------------*/	
	div.menu_onglet {
		width: 796px;
		height: 44px;
		margin: -173px 0 0 175px;
		padding: 0 0 0 0;
		position: relative;
		/*background: url('../images/fd_menu_onglet.jpg') top center no-repeat;*/
	}
		div.menu_onglet div.cont_onglet {
			width: 763px;
			height: 35px;
			margin: 0 0 0 21px;
			padding: 0 0 0 0;
			float: left;
		}
		div.menu_onglet div.onglet {
			width: 106px;
			height: 27px!important;
			height: 35px;
			margin: 0 0 0 0;
			padding: 12px 10px 0 10px;
			float: left;
			text-align: center;
			/*background: url('../images/onglet/fd_right_onglet.jpg') top right no-repeat;*/
		}
			div.menu_onglet div.onglet a {
				text-decoration: none;
				font: normal 13px Arial, Helvetica, sans-serif;
				color: #FFFFFF;
				font-variant: small-caps;
			}	
				div.menu_onglet div.onglet a:hover {
					color: #999999;
				}
				
				
		div.onglet div.ssonglet {
			width: auto;
			height: auto;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			/*background: #000000;*/
			z-index: 100000;
			position: absolute;
			background: url('../images/onglet/fd_submenu.jpg') top center repeat;
		}
			div.onglet div.ssonglet a.ssonglet {
				width: 106px;
				height: 33px!important;
				height: 40px;
				font: normal 13px Arial, Helvetica, sans-serif;
				color: #FFFFFF;
				font-variant: small-caps;
				display: block;
				margin: 0 0 0 0;
				padding: 12px 10px 0 10px;
				z-index: 100000;
			}
				div.onglet div.ssonglet a.ssonglet:hover {
					color: #999999;
				}
/*---- RECHERCHE DANS LE MENU ----------------------------------------------------------------------------------------*/
	div.cont_search {
		width: 173px;
		height: 35px;
		float: right;
		margin: 0 22px 0 0;
		padding: 0 0 0 0;
	}
		div.cont_search input.champ {
			width: 120px;
			height: 15px;
			margin: 10px 0 0 10px;
			padding: 0 0 0 0;
			font: normal 11px Arial, Helvetica, sans-serif;
			color: #4f4f4f;
			border: 1px solid #cacaca;
			float: left;
		}
		div.cont_search input.submit {
			margin: 10px 0 0 5px;
			padding: 0 0 0 0;
			float: left;
		}
/*---- CONTENU -------------------------------------------------------------------------------------------------------*/
	div.contenu {
		width: 960px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		/*background: #00FFFF;*/
		/*background: url('../images/fd_contenu.jpg') top center no-repeat;*/
	}
		div.contenu div.main_module {
			width: 520px;
			height: auto;
			min-height: 475px;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			float: left;
			text-align: left;
			/*background: #00FF00;*/
		}
		div.contenu div.left_colonne {
			width: 250px;
			height: auto;
			min-height: 475px;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			float: left;
			/*background: #FF0000;*/
		}
		div.contenu div.right_colonne {
			width: 190px;
			height: auto;
			min-height: 475px;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			float: left;
			/*background: #FFFF00;*/
		}
		
/*---- FOOTER -------------------------------------------------------------------------------------------------------*/
	div.footer {
		width: 983px;
		height: auto;
		/*height: auto;*/
		margin: 0 auto 25px auto;
		padding: 0 0 0 0;
		text-align: center;
	}
		div.footer div.conception {
			width: 983px;
			height: auto;
			margin: 0 auto 0 auto;
			padding: 0 0 0 0;
		}
			div.footer div.conception p {
				margin: 5px 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;
				}
/*---- MENU ONGLET FOOTER---------------------------------------------------------------------------------------------------*/	
	div.menu_onglet_footer {
		/*width: 796px;*/
		width: 900px;
		height: 35px;
		margin: -120px auto 0 auto;
		padding: 0 0 0 0;
		position: relative;
		/*border:1px #33CC66 solid;*/
		/*background: url('../images/fd_menu_onglet.jpg') top center no-repeat;*/
	}
		div.menu_onglet_footer div.cont_onglet {
			width: 900px;
			height: 35px;
			margin: 0 0 0 21px;
			padding: 0 0 0 0;
			float: left;
		}
		div.menu_onglet_footer div.onglet {
			width: 130px;
			height: 27px!important;
			height: 35px;
			margin: 0 0 0 0;
			padding: 12px 10px 0 10px;
			float: left;
			text-align: center;
			/*background: url('../images/onglet/fd_right_onglet.jpg') top right no-repeat;*/
		}
			div.menu_onglet_footer div.onglet a {
				text-decoration: none;
				color: #4F4C4D;
				font: normal 13px Arial, Helvetica, sans-serif;
				font-variant: small-caps;
			}	
				div.menu_onglet_footer div.onglet a:hover {
					color: #999999;
				}
			

/*---- 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;
	}
