body
{
	color: #000066;
	background-image: url(../img/Boue-epaisse.gif);
}
a:link, a:visited
{
	color: #00f;
	text-decoration: none;
}
a:hover, a:active
{
	color : #00f;
	text-decoration: underline;
}
p, td, li
{
	font-family: book antiqua;
	font-size:16px;
	text-decoration: none;
}
h1
{
	font-family: book antiqua;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #030a56;
	text-decoration: none;
}	
h2 {
	font-family: book antiqua;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #030a56;
	text-decoration: none;
}
#main
{
	width:690px;
	position:relative;
	left:10px;
	padding:0;
}
#cadre_menu, #cadre_recherche, #cadre_filtre, #cadre_agenda
{
	border: 2px solid #000066;
	padding:0 5px 5px 5px;
	width:230px;
}
#cadre_agenda
{
	border: 2px solid #000066;
	padding:0 5px 5px 5px;
	width:230px;
}
.titre
{
	color: #FF0000;
	font-size: 36px;
	font-family: Book Antiqua;
}
.cadre
{
	border: 2px solid #000066;
	padding:0 5px 0 5px;
}
.event
{
	font-family: book antiqua;
	font-size:16px;
	border:1px dotted #999;
	padding:5px;
	margin-bottom: 5px;
}
.confirmation
{
	border:1px solid #fc0;
	background-color:#ff9;
	padding:5px;
	color:#000;
}
.erreur
{
	border:1px solid #f00;
	background-color:#fcc;
	padding:5px;
	color:#000;
}
.valid_ko
{
	color:#f00;
	font-weight:bold;
	background-image:url(../img/nok.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin:0;
}
.valid_ok
{
	color:#090;
	font-weight:bold;
	background-image:url(../img/ok.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin:0;
}
