/* CSS issu des tutoriels http://css.alsacreations.com */

/* Pre-set CSS to simulate a live website */
body { margin: 0; padding: 0; font-family: Arial, sans-serif; font-size: 14px; line-height: 150%; background: #eee; }
.headerContainerWrapper {  }
.center { max-width: 960px; margin: 0 auto; }
.headerContainer, 
.bodyContainer, 
.footerContainer { max-width: 960px; margin: 0 auto; }
.bodyContainer { min-height: 500px; }




a {text-decoration: none;
	color: #222;
}
legend { font-weight: bold;}
legend span{ font-weight: normal;}	


.mentions {
position: absolute;
/*bottom : 300px;*/
top : 60px;
left : 10px;
color: #000;
background-color: #ddd;

}
#contents {
  height:100%;
  width:100%;
  
}
#branches { font:normal 8pt sans-serif; 
	/*position: absolute;
	top:90px;*/
	border: 1px solid blue;
}