a {
	color: #FFFFFF;
}
a:hover{	color: #dda500;}
a:link, a:visited {
	text-decoration: none;
}



#accordion {
	margin:0px 0px;
	width:188px;
}

h3.toggler {
	cursor: pointer;
	font-family: 'arial;Andale Mono', sans-serif;
	font-size: 12px;
	color: white;
	margin: 0;
	width:170px;
	padding: 2px 18px 0 0;
	height:18px;
	text-align:right;
}

div.element p, div.element h4 {
	margin:0px;
	padding: 2px 0px 0px 10px;
	font-family: 'arial;Andale Mono', sans-serif;
	font-size: 11px;
	color: white;
	text-align:right;
	width:150px;
	height:14px;
	
	
}

blockquote {
	padding:5px 20px;
}

body,table{font-family:Arial, Helvetica,sans-serif;color: white; font-size:10pt;}
.titre,h1{font-weight:bold;font-size:12pt;color:#f6aa25;background-color:inherit;margin-top:0;}
.soustitre,h2{font-weight:bold;font-size:11pt;color:#d3aa41;font-family:sans-serif;}
.tgrand{font-size:12pt;color:#3A3F44;}
.grand{font-size:11pt;color:#3A3F44;}
.normal{font-size:10pt;color:#FFF;}
.petit{font-size:9pt;color:#3A3F44;}
.tpetit{font-size:8pt;color:#3A3F44;}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #4887B2;
   color:white;
}


.actu {
	background-color:#F6AA25;
	color:#3A3F44;
}
.actu:hover{	
	background-color:#3A3F44;
	color:#F6AA25;}
