body {
  background-color: #00649a;
  background-image: url(flipo-accueil/reflet-fond01.jpg);
  background-position:  -215px -215px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-align: left;
}

h1 {
font-size: 11px;
line-height: 15px;
font-weight: normal;
font-style: italic;
color: #2D3236; 
text-align: center;

margin: 0;
padding: 0;
	}
	
h2 {
font-size: 28px;
line-height: 35px;
font-weight: bold;
color: #E95A14;
text-align: center;

margin: 0;
padding: 5px 0 0 0;
	}
	
		
	span.navigation {
	background-color: #2D3236; 
	display: block; 
	margin: 0; 
	padding: 0; 
	height: 76px;
	}
	
 span.navigation a {
 display: block;
 width: 217px;
 height: 34px;
 background-position: 0 0;
 background-repeat: no-repeat;
 
 float: left;
 
 font-size: 18px;
 font-weight: bold;
 color: #ff7b00;
 text-decoration: none;
 border: none;
	}
	
 span.navigation a:hover {
 background-position: 0 -50px;
 color: #fff;
 }

 span.navigation a:active {
 background-position: 0 -100px;
 color: #fff;
 }
 	
 span.navigation a.bouton-pro {
 margin: 13px 0 0 5px;
 padding: 16px 0 0 46px;
 
 background-image: url(flipo-accueil/accueil-boutons-g.png);
 		}
		
 span.navigation a.bouton-part {
 margin: 13px 0 0 364px;
 padding: 16px 0 0 46px;
 
 background-image: url(flipo-accueil/accueil-boutons.png);
	}
	
	#pied {
	height: 75px;
	background-color: #fff;
	
	padding: 25px 0 0 0;
		}

 #pied span, #pied a {
 display: block;
 float: left;
 text-align: left;
 padding: 0 0 0 20px;
 width: 180px;
 height: 75px;
 border-left: 8px solid #ff7b00;
 color: #03669c;
 
 font-size: 16px;
 line-height: 18px;
 text-decoration: none;
 	}
 	
#pied a:hover {
 color: #1b8fcf;
	}
	#pied a:active {
 color: #98c8e2;
	}
	
	#pied a.map {
	background-image: url(flipo-commun/fond-map01.jpg);
	background-repeat: no-repeat;
	background-position: 100px 0;
		}
		
	#pied span.a-bientot {
	width: 200px;
	background-image: url(flipo-commun/logo-flipo29-02.png);
	background-repeat: no-repeat;
	background-position: 40px 4px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #2D3236;
	}
	
	p.signature {
	color: #004062;
	text-align: center;
	font-size: 12px;
	}
	p.signature a {
	color: #004C74;
	}
	p.signature a:hover {
	color: #3588B4;
	}