body
{
	color: #12355d;
	text-align:center;
	background:url(../../../img/site/body-bg-degrade.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#badae6;
}
a:link, a:visited
{
	color: #12355d; /* Bleu */
	text-decoration: underline;
}
a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
p, td, li
{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; /* Police par défaut */
	font-size:11px;
	text-decoration: none;
}
h1
{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; /* Police par défaut */
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #12355d;
	text-decoration: none;
	padding-top:5px;
}	
h2 {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; /* Police par défaut */
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #12355d;
	text-decoration:underline;
}
#page
{
	width:850px;
	margin:0 auto;
	padding:0;
	text-align:left;
	border:1px solid #fff;
	background:#c9dd0a;
}
#left
{
	width:220px;
	float:left;
	margin:0;
	padding:10;
	
}
#main
{
	width:580px;
	position:relative;
	left:10px;
	padding:0;
	margin:0 0 0 240px;
}
#cadre_menu, #cadre_recherche, #cadre_filtre, #cadre_agenda
{
	border-bottom:1px solid #fff;
	width:200px;
}
#cadre_footer
{
	clear:both;
	padding:30px 0 0 0;
	margin:0;
}
#footer
{
	padding:0;
	margin:0;
}
#footer li
{
	float: left;
	list-style-type: none;
	padding:0;
	margin:0;
	width:321px;
	display: block;
}
.cadre
{
	border: 2px solid #000099;
}
.event
{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; /* Police par défaut */
	font-size:11px;
	border-bottom:1px dotted #12355d;
	padding:5px;
	margin-bottom: 10px;
}
.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:#ff0000;
	font-weight:bold;
	background-image:url(../img/nok.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin:0;
}
.valid_ok
{
	color:#12355d;
	font-weight:bold;
	background-image:url(../img/ok.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin:0;
}