body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration : underline;
	color: #000000;
}
a:hover {
	color: #cc6600;
	text-decoration: undeline;
}
a:visited {
	color : #000000;
}
.titre {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold
}
.soustitre {
	font-size: 10px;
	color: #003366;
	font-style: normal
}
.txtchat {
	font-size: 11px;
	color: #000000
}
.link {
	font-size: 12px;
	color: #000000;
	text-decoration: underline
}
.affReponse {
	font-size: 12px;
	color: #003366;
	font-style: normal
}
.code {
	font-family: Times;
	font-size: 22px;
	color: #ff0000;
}
td {
	font-size: 12px;
	color: #000000
}
.txtblanc {
	font-size: 12px;
	color: #FFFFFF
}
.txtorange {
	font-size: 12px;
	color: #FF6600
}
.bold2 {
	font-size: 10px;
	font-weight: bold;
	color: #000000
}
.linkblanc {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline
}
.titrequestion {
	font-weight: bold;
	color: 669933;
}
/*************************************/
/* MENU PRINCIPAL                    */
/*************************************/
#menu ul {
	list-style-image: url(img/bullet-point-menu.gif);
}
#menu ul ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 3px;
}
#menu li {
	margin-bottom: 3px;
}
#menu li.actif {
	font-size: 14px;
	font-weight: bold;
	color: #cc6600;
	font-family: Arial, Helvetica, sans-serif;
}
#menu li a, #menu li a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
}
#menu li a:hover {	
	color: #cc6600;
}
/*************************************/
/* LISTES                            */
/*************************************/

.liste li {
	margin-bottom: 8px;
}
