/* Feuille de style pour arquetan wanadoo accueil*/

html { background-color: #EBDEF0;
		font-size: 100%; }
body {
	height: 100%;  
    margin: 0;
  margin-bottom: 5px;
  background-color: FFFFee;  
  font: sans-serif;}
  
  h2, h3, h4 {
	color: #990000;
	background-color:transparent;
	font-weight: normal;
}

h2 {font-size: 140%; }

h3 {font-size: 120%; }

h5 { 
	color: #0033cc;
	font-size: 90%; }
	
div#global {
	min-height: 100%; 
	width: 820px;
	padding: 0 5px;
	margin: 0 auto;
	position: relative;
	}

#en_tete {
	/* position:absolute;
	left:56px; 
	top:218px;  
  width: 960px;
  height: 177px;
  margin-bottom: 10px; */
  width: 960px;
  padding-bottom: 0px;
  overflow: auto;  
}
	
#bandeau {
	text-align: right;
	background-image: url("images/bandeau2.jpg");
	background-repeat: no-repeat;
}
	
#centre { 
	width: 810px;	
	padding-bottom: 0px;
			overflow: auto; 
}
.logoflottant { 
	float: left;
	padding-top: 15px;
	margin-right: 5px;
 }
			
#adresse
{	float: left;
	width: 380px;
} 

#menu {
/*	padding-bottom: 0px; */
   margin: 0;
   padding: 0;
   float: right;
   width: 380px; }
  	
.element_menu a { color: #B3B3B3; }

.element_menu a:hover {background-color: #B3B3B3;
								color: black; }
								
#plans {
	width: 820px;
	margin:0 auto;
	bottom: 0;
	overflow: auto;
}

#plan1 {
	float: left;
	width: 400px;
}

#plan2 {
	float: right;
	width: 400px;
}
/* menu horizontal */
a {  color: #990000; 
	text-decoration: none; }
a:visited {  color: #990000; text-decoration: none; }
a:hover {  color:#009900; text-decoration: none; }

#menuhorizontal {
	text-align: center; 
	list-style : none;
	margin: 0;
	padding : 0 0.5em;
}
#menuhorizontal li {
	display : inline;
	background: #fff;	 
}
#menuhorizontal li a {
	padding: 4px 20px;
	border: 1px solid #600;
}