html, body {
	margin: 0px;
	padding: 0px;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	color:#484033;
}
.RadEContentBordered { background-color: #ffffff; }

/*** GLOBAL ***/
.global { width: 100%; }
.globalContent {
    margin: auto;
    width: 1000px;
}

/*** BANNER ***/
.banner {
  height: 220px;
}
.banner .img,
.banner .flash {
  float: left;
}
.banner .img {}
.banner .flash {}

/*** CONTAINER ***/
.container { 
  clear: both;
  padding-top: -2px;
}
.container .columnLeft,
.container .columnRight {
  float: left;
}
.container .columnLeft {
  width: 167px;
}
.container .columnLeft .menuImgTop {
  margin-top: -3px;
}
.container .columnLeft .menu {
  background-image: url(../images/bg_menu.gif); 
  background-repeat: no-repeat;
  padding-top: 10px;
}
.container .columnLeft .otherBanner {
  clear: both;
  padding-top: 10px;
  text-align: center;
}
.container .columnRight {
  padding-top: 25px;
  width: 820px;
}

/*** OLD CSS ***/
.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;
}

/*** NEWLETTER ***/
.newletter {
 clear: both;
}
.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;
}

/*** DONS ***/
.fondattionCharlesBruneau {
  background: url(../images/logo_charles_bruneau.gif) no-repeat;
  font-family: Arial;
  font-size: 12px;
  height: 200px;
  margin-top: 20px;
  position: relative;
  width: 800px;
}
.fondattionCharlesBruneau div { position: absolute; }
.fondattionCharlesBruneau .logo {
  left: 10px;
  top: 10px;
}
.fondattionCharlesBruneau .logo img { border: 0px; }
.fondattionCharlesBruneau .text {
  left: 15px;
  top: 95px;
  width: 765px;
}
.fondattionCharlesBruneau .note {
  color: red;
  font-weight: bold;
  left: 15px;
  top: 140px;
}
.fondattionCharlesBruneau .dons {
  bottom: 10px;
  font-weight: bold;
  right: 10px;
}

/*** EVENT PRICE ***/
.eventPrice {
  border: 1px solid #faba34;
  border-left: 2px solid #faba34;
  border-right: 2px solid #faba34;
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 15px;
}
.eventPrice .line {
  background-color: #fafc93;
  border-bottom: 1px solid #faba34;
  clear: both;
  height: 40px;
}
.eventPrice .lineAlternate { background-color: #faffc2; }
.eventPrice .line div { 
  float: left; 
  padding: 5px 10px 5px 5px;
}
.eventPrice .line div a {
  color: #000000;
  text-decoration: none;
}
.eventPrice .line div a:hover { text-decoration: underline; }
.eventPrice .line .column1 { width: 340px; }
.eventPrice .line .column2 {
  font-weight: bold;
  text-align: center;
  width: 150px;
}
.eventPrice .line .column3 {
  font-weight: bold;
  text-align: center;
  width: 250px; 
}
.eventPrice .lineHeader {
  background-color: #faba34;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
}

/*** COPYRIGHT ***/
.copyright {
  background-color: #fbb634;
  clear: both;
  color: #000000;
  font-size: 10px;
  font-weight: bold;
  padding: 7px 0px 7px 0px;
  text-align: center;
  width: 989px;
}
.copyright div a {
  color: #000000;
  text-decoration: underline;
}
.copyright div a:hover { text-decoration: none; }