/* CSS Acceuil By Yan Marchand*/

body {
	background-image:url(images/degradeBleu.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

.acceuil {
	background-color:#FFFFFF;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:960px;
	
}
	
	
.titre {
	background: #fff url(images/titre.jpg) no-repeat left top;
	width:960px;
	height:227px;
}

#nav{
	position:relative;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 41px;
	width: 960px;
	z-index:4;
}

#nav ul{
	position:absolute;
	list-style: none;
	margin: 0px 0px 0px 0px; padding: 0; 
	width: 960px; height: 41px; 
	background: transparent url(onglets.jpg) 0 0 no-repeat;
}

#nav ul{
 list-style: none; 
 background: transparent url(images/menu.jpg) 0 0 no-repeat;
}

#space{width: 64px;}
#menuSuisse {}
#menuEurope {width: 163px;}
#menuUsa {}
#menuAutre {}

#nav ul li {
	display: block; 
	height: 41px;  
	float: left; }

#nav ul li a { 
	display: block; 
	height: 41px; 
	width: 135px; 
	text-indent: -9999px; 
	border: 0;  }

#nav ul #menuSuisse a {
	background-position: -64px -41px; 
	
}

#nav ul #menuEurope a {
	width: 163px; 
	margin-left: -1px;
	background-position: -198px -41px; }

#nav ul #menuUsa a {
	width: 153px; 
	background-position: -362px -41px; }

#nav ul #menuAutre a { 
	width: 167px; 
	background-position: -515px -41px; }

#nav ul li a:hover, #nav ul li a:focus { 
	background: transparent url(images/menu.jpg) no-repeat; 
	float:left;
}

.map {
	width:960px;
	height:563px;
}

.copyright { 
	width:960px;
	height:43px;
	background: url(images/footer.jpg) no-repeat ;
}

.pied {padding-left:310px;}

