/* Balises communes à toutes les pages */
.dhtmlt12 {display : none;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	color: black;
	background-image: url(../design/background_farwest-nq8.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fe9740;
	background-attachment: fixed;
}

#MainContainer {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: #f3d085;
}

.borderBox {
	margin: 0 10px 0 80px;
}
	
.borderBox span {
	font-weight: bold;
	font-size: 14px;
}	

.tabline {
	width: 2px;
	background: black;
}

.title1 {
	font-size: 22px;
}	

.date {
	margin: 20px 0 5px 10px;
	padding: 5px 0 0 10px;
	color: #6f0000;
	width: 90%;
	font-weight: bold;
	font-size: 14px;	
}	

.TitreColonne{
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: ButtonText;
	text-align: center;
	margin: 10px 0 10px 0;
	border-bottom: 2px solid #003e01;
	border-top: 2px solid #003e01;
}

.MainSection{
	font-family: "Carnivalee Freakshow";
	font-size: 20px;
	color: maroon;
	text-align: center;
	margin: 6px 0 6px 0;	
	border-bottom: 2px solid maroon;
	border-top: 2px solid maroon;
}
.side{
	width: 100%;
	background: url(../design/bg-side-nq8.png);
}

.af-calendrier{
	font-size: 12px;
	width: 100%;
	height: 180px;
}

.af-news{
	font-size: 12px;
	width: 100%;
	height: 160px;
}

td#MenuFooter a{
	font-size: 10px;
	color: black;
	text-decoration: none;
}
td#MenuFooter a:hover {
	color: #7D98B8 
	}	
	
.choree {
	width: 75%;
}

.choree tr td{
	height: 25px;
	padding: 0;
}

.choree tr td a{
	font-size: 14px;
	text-decoration:none;
}

.pre-choree tr td a{
	font-size: 10px;
}

.choree tr td a:link, .choree tr td a:visited {
	color: black;
}

.choree tr td a:hover {
	color: teal;
}

.RubriqueListe {
	/*border:1px solid #0d4800;*/
	font-size: 12px;
	width: 99%;
}

.RubriqueListe ul {
	margin: 10px 0 8px 40px;
	padding: 0;
}

/*Top level list items*/
.RubriqueListe ul li {
	list-style-type: square;
	margin: 3px 0 0 0;
}

/*Top level menu link items style*/
.RubriqueListe ul li a {
	text-decoration: none;
}

* html .RubriqueListe ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
}

.RubriqueListe ul li a:link, .RubriqueListe  ul li a:visited{
	color: black;
}


