body {
  background-image: url(images/background.gif);
}
a {
  color: #8F6BC9;
}
#corporate a {
  color: #5718BF;
}
.corporateBackground {
  background-image: url(images/corporate_background.gif);
}
.contentBackground {
  background-image: url(images/content_background.gif);
  background-repeat: repeat-y;
}
.contentRightBackground {
  background-image: url(images/content_right_background.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
.contentLeftBackground {
  background-image: url(images/content_left_background.jpg);
  background-repeat: no-repeat;
}
.pathBackground {
  background-image: url(images/bottom_menu_middle.gif);
}
.news {
  background-image: url(images/news_background.gif);
}

/* New Styles */
.floater {
	float:left;	
}
.adresse {
	margin-left:20px;
	float:left;
	width:250px;	
	margin-bottom:15px;
}
.break {
	clear:both;	
}
