body
   { color: #000094; background: #eef8cb }
a:link, a:visited
 { color: #00f; text-decoration: none }
a:hover, a:active
 { color: #00f; text-decoration: underline }
p, td, li
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}
h1
 { color: #030a56; font-size: 22px; font-family: arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; background-color: #eef8cb }	
h2
  { color: #030a56; font-size: 18px; font-family: arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; background-color: #eef8cb; margin: 0 -5px; padding: 2px 5px }
h3
 { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #eef8cb }
#page
 { background-color: #eef8cb; margin: 0; padding: 0; width: 970px }
#left
{
	width:240px;
	float:left;
	margin:0;
	padding:0;
}
#main
{
	width:700px;
	position:relative;
	left:10px;
	padding:0;
	margin:0 0 0 250px;
}
#cadre_disponibilites,#cadre_menu, #cadre_recherche, #cadre_filtre, #cadre_agenda
 { background-color: #eef8cb; padding: 0 5px 5px; width: 230px; border: solid 2px #009 }
#cadre_footer
 { background-color: #eef8cb; margin: 0; padding: 20px 0 0; clear: both }
#footer
 { background-color: #eef8cb; margin: 0; padding: 0 }
#footer li
 { background-color: #eef8cb; list-style-type: none; display: block; margin: 0; padding: 0; width: 321px; float: left }
#switch
{
	text-align:right;
}
.cadre
 { background-color: #eef8cb; padding: 0 5px; border: solid 2px #000099 }
.event
 { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #eef8cb; margin-bottom: 5px; padding: 5px; border: dotted 1px #999 }
.liens_action
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	text-align:right;
	margin-right:10px;
}
/*
Calendrier
*/
.header_calendrier
  { font-weight: bold; background-color: #eef8cb; text-align: center }
.day_with_event
  { background-color: #eef8cb; text-align: center }
.day_without_event
  { background-color: #eef8cb; text-align: center }
.today_with_event
  { font-weight: bold; background-color: #eef8cb; text-align: center }
.today_without_event
  { font-weight: bold; background-color: #eef8cb; text-align: center }
.today_with_event a, .day_with_event a
  { color: #000; background-color: #eef8cb }
.navigation_calendrier
  { font-weight: bold; background-color: #eef8cb; text-align: center }
/*
Messages
*/
.confirmation
{
	border:1px solid #fc0;
	background-color:#ff9;
	padding:5px;
	color:#000;
}
.erreur
{
	border:1px solid #f00;
	background-color:#fcc;
	padding:5px;
	color:#000;
}
/*
Contr™les Ajax
*/
.valid_ko
 { color: #f00; font-weight: bold; background-image: url("agenda/img/nok.png"); background-repeat: no-repeat; background-position: left 50%; margin: 0; padding-left: 20px }
.valid_ok
 { color: #090; font-weight: bold; background-image: url("agenda/img/ok.png"); background-repeat: no-repeat; background-position: left 50%; margin: 0; padding-left: 20px }
