html, body {
  margin: 0px;
  padding: 0px;
  font-family:arial, verdana, sans-serif;
  font-size:12px;
  color:#484033;
  
}

.global { width: 100%; }
.globalContent {
    margin: auto;
    width: 1000px;
}
.banner {
  background-image: url(../images/bandeau.jpg);
  background-repeat: no-repeat;
  height: 219px;
  position: relative;
  width: 988px;
}
.banner .homeLink {
  height: 175px;
  position: absolute;
  width: 325px;
}
.banner .homeLink a {
  display: block;
  height: 175px;
  text-decoration: none;
}
.banner .roundBanner {

  color: #ffffff;
  font-size: 9px;
  position: absolute;
  right: 25px;
  text-align: center;
  top: 145px;
  width: 80px;
}
.texte{
	font-family:arial, verdana, sans-serif;
	color: #484033;
	font-size:12px;
	text-align:justify;
	text-decoration:none;
}

a.liensaccueil {
	font-family:arial, verdana, sans-serif;
	text-decoration: none;
	color: #484033;
	font-size:12px;
	text-align:center;
	text-decoration:underline;
}

a.liensaccueil:hover {
	font-family:arial, verdana, sans-serif;
	text-decoration: none;
	color: #484033;
	font-size:12px;
	text-align:center;
	text-decoration:none;
}

.tdRight {
    font-weight: bold;
    text-align: right;
    padding-right: 3px;
    width: 140px;
}
.copyright {
  background-color: #a3a60f;
  color: #ffffff;
  font-size: 10px;
  padding: 7px 0px 7px 0px;
  text-align: center;
  width: 989px;
}

.copyright div a {
	color: #ffffff;
    text-decoration: underline;
}

.copyright div a:hover { text-decoration: none; }

.newletter {

}
.newletter .title {
  font-weight: bold;
  padding-top: 10px;
}
.viewNewletter {
  padding-left: 25px;
}
.viewNewletter .title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.viewNewletter .descr {
  padding-top: 5px;
  text-align: justify;
}

/*** LIST EQUIP ***/
.listEquip {
  color: #000000;
  width: 100%;
}
.listEquip .equipName {
  font-weight: bold;
  padding: 10px 0px 10px 0px;
}
.listEquip table {
  background-color: #f7f7f7;
  font-family: Arial, Verdana;
  width: 100%;
}
.listEquip table .equipHeader {
  background-image: url(topEquipHeader.gif);
  background-repeat: repeat-x;
  border: 1px solid #e5e5e5;
  border-bottom: 1px solid #bbbbbb;
  height: 24px;
  font-size: 11px;
  font-weight: bold;
  padding-left: 3px;
  width: 25%;
}
.listEquip table .equipColumn1,
.listEquip table .equipColumn2,
.listEquip table .equipColumn3,
.listEquip table .equipColumn4 {
  border: 1px solid #e5e5e5;
  padding: 3px;
  width: 25%;
}
.listEquip table .equipColumn1 {
}
.listEquip table .equipColumn2 {
}
.listEquip table .equipColumn3 {
}
.listEquip table .equipColumn4 {
}