/* GENERAL STYLES */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #868686;
  background-color: #d2d4d5;
  margin: 0;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #868686;
}

a:hover {
  text-decoration: underline;
  color: #333333;
}

/* CONTENU */

#contenu_scrolls {
	overflow: auto;
	height: 408px;
	width: 620px;
}

#contenu {
	height: 388px;
	width: 580px;
	margin: 10px;
	font-size: 14px;
	color: #333333;
}

.contenu_titre {
	font-size: 16px;
	font-weight: bold;
}

#contenu ul {
	font-size: 12px;
	list-style-image: url(../img/bullet.gif);
}

#contenu ul li {
  margin-bottom: 5px;
}

#contenu dt {
  float: left;
  margin-bottom: 5px;
}

#contenu dd {
  float: left;
  margin-left: 10px;
  margin-bottom: 5px;
}

#contenu dl.liste dt {
  width: 75px;
}

#contenu dl.liste dd {
  width: 475px;
}

#contenu dl.big_liste dt {
  width: 150px;
}

#contenu dl.big_liste dd {
  width: 400px;
}

/* HOME */

td.logo_buissonne {
  background-image: url('../img/home/logo_buissonne.gif');
  background-position: top right;
  vertical-align: bottom;
}

/* NEWS */

#news_scrolls	{
	overflow: auto;
	width: 212px;
	height: 365px;
	background-color: #efeff0;
}

#news {
	margin: 10px;
	font-size: 11px;
	color: #494949;
}

#news a {
	font-size: 11px;
	color: #000000;
}

#news dt {
	color: #333333;
	width: 100%;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ababab;
}

#news dd {
  margin: 0;
	border-bottom: 1px solid #ababab;
}

#news dd h4 {
  margin: 0;
  margin-top: 5px;
  font-size: 12px;
	color: #494949;
}

#news dd p {
  margin-top: 5px;
}

/* TABLES */

#pagesTable {
 width: 1024px;
 height: 1000px;
}

#homeTable {
 width: 890px;
 height: 690px;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

td {
  padding: 0;
  vertical-align: top;
  background-position: bottom right;
  background-repeat: no-repeat;
}

td.left_bg {
  background-position: bottom left;
}

td.top_bg {
  background-position: top right;
}

td.top_left_bg {
  background-position: top left;
}

/* SUBMENU */

.submenu_link {
  display: block;
}
#smenu_01_link {
  margin-top: 62px;
}
#smenu_02_link {
  margin-top: 18px;
}
#smenu_03_link {
  margin-top: 0px;
}
#smenu_04_link {
  margin-top: 22px;
}
#smenu_05_link {
  margin-top: 73px;
}
#smenu_01_fondation {
  margin-top: 74px;
}
#smenu_02_fondation {
  margin-top: 40px;
}
#smenu_03_fondation {
  margin-top: 0px;
}
#smenu_04_fondation {
  margin-top: 9px;
}
#smenu_05_fondation {
  margin-top: 69px;
}

/* ADDRESS */ 

#address {
  float: right;
  width: 550px;
  height: 30px;
  overflow: hidden;
  font-size: 10px;
  text-align: right;
  margin-top: 10px;
}
