/* GENERAL STYLES */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #1000a7;
  text-decoration: underline;
}

/* LOGOS */ 

#logos {
  width: 100%;
	float: left;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid gray;
}

/* CONTENU */

#contenu_scrolls {
	overflow: no-scroll;
	float: left;
}

#contenu {
  text-align: justify;
	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: 15%;
  margin-bottom: 5px;
}

#contenu dl.liste dt {
  width: 14%;
}

#contenu dl.liste dd {
  width: 85%;
}

#contenu dl.big_liste dt {
  width: 25%;
}

#contenu dl.big_liste dd {
  width: 75%;
}

/* NEWS */

#news_scrolls	{
	overflow: no-scroll;
	float: left;
}

#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 */

table, tr, td, tbody {
  display: block;
  position: relative;
  width: auto;
  height: auto;
}

.noprint {
  display: none;
}

/* ADDRESS */ 

#address {
  width: 100%;
	float: left;
  font-size: 13px;
  text-align: center;
  margin-top: 30px;
  padding-top: 5px;
  border-top: 1px solid gray;
}