body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #283C4F;
	background-color: #AFB4BA;
	background-image:url(images/decor/bgPage.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.txtMsg, .txtErreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FF0000;
}
.txtSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
.txtNorm {
	font-size: 10pt;
}
.txtMoy {
	font-size: 11pt;
}
.txtTitre {
	font-size: 14pt;
	font-weight: bold;
	color: #9DD1F9;
}
.adminTitre {
	font-size: 16pt;
	font-weight: bold;
	border-bottom:1px solid #6699CE;
	color:#6699CE;	
}
a:link {
	color: #333333;
	font-weight:bold;
}
a:visited {
	color: #333333;
	font-weight:bold;
}
a:hover {
	color: #333333;
	font-weight:bold;
}
a:active {
	color: #333333;
	font-weight:bold;
}
#menuAdmin a{
color:#FFFFFF;
}
div{
overflow:visible;
}

.txtbx { border:1px solid #689cce; width:175px; font-size:14px; color:#283c4f }

.txtnews { font-size:15px; color:#283c4f }

.radius10 { -moz-border-radius:5px; -khtml-border-radius:5px; }