body{ 
    scrollbar-face-color: #fff;
	scrollbar-shadow-color: #BF1B0E;
	scrollbar-highlight-color: #bababa;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #888; 
    scrollbar-track-color: #000;
    scrollbar-arrow-color: #BF1B0E;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
    line-height: 14px;
	background: #000 url(images/lines.gif) 0 0 repeat-x; 
	margin: 0
}

.txt { text-decoration: none; text-align: justify }
   
a:link { text-decoration: underline; color: #fff; margin: 0; padding: 0 }	
a:hover { color: #FFE338;	text-decoration: underline }
a:visited { color: #FFE338}
a:active { color: #FFE338}
a:focus { outline: none }

.txtjaune {
	color: #F9D41C;
	text-decoration: none;
	font-weight: none
}

.txtrouge {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal
}

.txtblanc {
	color: #fff;
	text-decoration: none;
	font-weight: none
}
	
.txtblancunder {
	color: #fff;
	text-decoration: underline;
	font-weight: normal
}
	
.titrebleu {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold
}
	
	
#wrapper { width: 578px }

/*.next {
	background-image: url(images/down.gif);
	width: 11px;
	height: 23px;
	margin: 340px 0 0 0;
	float: right;
	display: block;
	cursor: pointer
}
.next:hover { background-image: url(images/down_on.gif) }

.prev {
	background-image: url(images/up.gif);
	width: 11px;
	height: 23px;
	margin: 0;
	float: right;
	display: block;
	cursor: pointer
}
.prev:hover { background-image: url(images/up_on.gif) }
*/
.sliderwrapper .contentdiv {
	width: 580px;
	height: 350px;
	position: absolute;
	margin-left: 0;
	color: #fff;
	font-size: 13px
}

.sliderwrapper .contentdiv p {
	margin: 15px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 200%;
	text-align: justify;
	color: #fff
}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 588px; /*width of featured content slider*/
	height: 348px;
}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 578px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 578px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 10px;
}

.pagination a {
	padding: 2px 5px;
	text-decoration: none;
	color: #000; 
	background-color: #fad51c;
	font-size: 11px
}

.pagination a:hover, .pagination a.selected {
	color: #fff;
	background-color: #680c06
}
/*.toc { display: none }*/
