/* -------------- Mise à zéro des styles ---------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
a {outline: none;}

.wrapper{
	display:none;
}

body{
	background-color:#1f1f1f;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
}
/* ----------container to center the layout-------------- */
#container {
width: 990px;
margin-left: auto;
margin-right: auto;
background-image: url(../images/fond-container.gif);
background-repeat: repeat-y;
}
/* ----------banner for logo-------------- */
#banner {
position:relative;
width:990px;
height:163px;
background-image: url(../images/fond-bandeau.gif);
background-repeat: no-repeat;
}
#banner h1 {
display:none;}

#logo{
	margin-top:30px;
	margin-left:86px;
}
#francais{
position:absolute;
top:85px;
left:785px;
width:21px;
height:18px;
background: #58585A;
font-size:12px;
text-align:center;
padding-top:4px;
}
#francais a{
color:#fff;
text-decoration:none;
}
#francais a:hover{
color:#E7511E;
text-decoration:none;
}
#nederlands{
position:absolute;
top:85px;
left:815px;
width:21px;
height:18px;
background: #58585A;
font-size:12px;
text-align:center;
padding-top:4px;
}
#nederlands a{
color:#fff;
text-decoration:none;
}
#nederlands a:hover{
color:#E7511E;
text-decoration:none;
}
#english{
position:absolute;
top:85px;
left:845px;
width:21px;
height:18px;
background: #58585A;
font-size:12px;
text-align:center;
padding-top:4px;
}
#english a{
color:#fff;
text-decoration:none;
}
#english a:hover{
color:#E7511E;
text-decoration:none;
}
/* ----------menu-------------- */
#horizontal{
	height:478px;
	position:relative;
width:990px;
background-image: url(../images/fond-container.gif);
background-repeat: repeat-y;
}
#nav {
position:absolute;
left:86px;
	list-style: none;
	margin: 0;
	height: 458px;
	display: inline;
	overflow: hidden;
	width: 778px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	overflow: hidden;
	height: 458px !important; 
	text-align:center;
	color:#000;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	padding-top:3px;
	}
	
#presentation a  {
	width: 152px;
	background: url(../images/accueil/falco/presentation.jpg) top left no-repeat;
	
	}
#presentation a:hover  {
	width: 152px;
	background: url(../images/accueil/falco/presentation-over.jpg) top left no-repeat;
	}
#concept a  {
	width: 156px;
	background: url(../images/accueil/falco/concept.jpg) top left no-repeat;
	}
#concept a:hover  {
	width: 156px;
	background: url(../images/accueil/falco/concept-over.jpg) top left no-repeat;
	}
#realisations a  {
	width: 157px;
	background: url(../images/accueil/falco/realisations.jpg) top left no-repeat;
	}
#realisations a:hover  {
	width: 157px;
	background: url(../images/accueil/falco/realisations-over.jpg) top left no-repeat;
	}
#news a  {
	width: 157px;
	background: url(../images/accueil/falco/news.jpg) top left no-repeat;
	}
#news a:hover  {
	width: 157px;
	background: url(../images/accueil/falco/news-over.jpg) top left no-repeat;
	}
#contacts a  {
	width: 156px;
	background: url(../images/accueil/falco/contacts.jpg) top left no-repeat;
	}
#contacts a:hover  {
	width: 156px;
	background: url(../images/accueil/falco/contacts-over.jpg) top left no-repeat;
	} 		       
#signature{
clear: both;
background-image: url(../images/fond-signature.gif);
background-repeat: no-repeat;
width: 990px;
margin-left: auto;
margin-right: auto;
height: 52px;
text-align: right; 
font-size: 9px;
padding-top:20px;
}
#signature a{
   color: #393838;
   text-decoration: none;
}
#signature img{
   vertical-align: middle;
   margin-right:20px;
}	             

