html {
	height: 100%;
}

body {
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	display: none;
}

h2, h3 {
	margin: 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

option, select {
	font-size: 10px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/******************************************************************************/
/*	Squelette global du site
/******************************************************************************/

#page-header {
	width: 900px;
	height: 120px;
	background: url("image/page-header.png") no-repeat;
}

#page-content {
	width: 775px;
	background: url("image/page-left.png") no-repeat;
	padding-left: 125px;
	background-color: #FFF;
	font-size: 12px;
}

#page-footer {
	position: absolute;
	width: 806px;
	height: 33px;
	padding-left: 94px;
	background: url("image/pied-calvaire.png") no-repeat;
	clear: both;
}

#page-content-right {
	vertical-align: top;
	width: 20px;
}

#page-table-content {
	width: 100%;
}


/******************************************************************************/
/*	Menu général (Zone 0)
/******************************************************************************/

#page-menu {
	position: absolute;
	left: 220px;
	top: 60px;
	padding-right: 25px;
	color: #D2BEA5;
	font-weight: bold;
	font-size: 10px;
	background: #6b647f url("image/fond-menu.png") 100% no-repeat;
	height: 12px;
	padding-top: 13px;
}

#page-menu a {
	color: #D1BEA5;
	text-decoration: none;
}

#page-menu a:hover {
	text-decoration: underline;
}

.float-menu {
	position: absolute;
	display: none;
	background-color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #D2BEA5;
	z-index: 1;
}

.float-menu li {
	margin: 0 2px;
}

.float-menu a {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}


/******************************************************************************/
/*	Contenu (Zone 2, 3 et 4)
/******************************************************************************/

#doc-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	margin: 0;
}

#doc-subtitle {
	color: #5F5F5F;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 0;
}

#doc-content {
	color: #5F5F5F;
	height: 50px;
	overflow: auto;
	padding: 1px;
	padding-right: 5px;
	font-size: 12px;
}

#doc-title span, #doc-subtitle span {
	display: block;
}


/******************************************************************************/
/*	Sous-menu (Zone 1)
/******************************************************************************/

#sous-menu {
	width: 160px;
	color: #5A4734;
	margin-left: 15px;
	_margin-left: 20px;
}

#sous-menu-header {
	margin: 0;
	padding: 0 5px;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	background-color: #9A7E63;
	line-height: 20px;
}

#sous-menu-body {
	margin: 0;
	padding: 5px 5px 5px 20px;
	background-color: #D1BEA5;
}

#sous-menu-body li {
	list-style: url("image/puce.png");
	line-height: 12px;
	padding: 0;
	margin: 5px 0;
}

#sous-menu-body a {
	color: #665433;
	text-decoration: none;
	font-size: 12px;
}


/******************************************************************************/
/*	Module de requête (Calendrier)
/******************************************************************************/

#recherche {
	padding-bottom: 20px;
}

#recherche-header, #recherche-body {
	width: 100%;
}

#recherche-header {
	background: url("image/recherche-header.png") #9A7E63 no-repeat;
	line-height: 10px;
}

#recherche-titre {
	padding-left: 16px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

#recherche-aide {
	text-align: right;
	padding: 1px 1px 0 0;
	width: 10px;
}

#recherche-maj {
	text-align:right;
	font-size: 10px;
	color: #D1BEA5;
	padding-right: 5px;
}

#recherche-body {
	border: 1px solid #9A7E63;
	border-collapse: separate;
	
	/* HACK IE pour l'affichage recherche calendrier */
	_border-collapse: collapse;
}

#recherche-body td {
	font-size: 10px;
}

#recherche-body label {
	font-size: 10px;
	font-weight: bold;
	padding-left: 15px;
}

#valider:hover, #effacer:hover {
	cursor: pointer;
}

#valider {
	margin-left: 10px;
}

#categorie, #animateur {
	width: 300px;
}


/******************************************************************************/
/*	Liste résultat calendrier
/******************************************************************************/

.resultat-header, .resultat-body {
	width: 100%;
}

.resultat-header {
	background: #D1BEA5;
	margin: 0 0 1px 0;
}

.resultat-savoir {
	padding: 1px 0 0 1px;
	width: 110px;
	_width: 119px;
	line-height: 10px;
}

.resultat-info {
	padding-left: 2px;
	font-weight: bold;
	color: #80664C;
	font-size: 11px;
	line-height: 18px;
}

.resultat-complet, .fiche-complet {
	padding-left: 25px;
	background: url("image/picto_attention.gif") no-repeat 0 -5px;
}

.resultat-body {
	margin-bottom: 20px;
}

.resultat-titre {
	background: #F3E9DA;
	font-weight: bold;
	color: #CC3300;
	font-size: 10px;
	padding: 2px 0 2px 10px;
	width: 100px;
	border-right: 2px solid #FFF;
}

.resultat-contenu {
	color: #333333;
	font-size: 10px;
}

.resultat-page {
	border: 1px solid #80664C;
	background: #F3E9DA;
	height: 16px;
}

.resultat-page td {
	padding: 0;
	color: #80664C;
	font-size: 9px;
	line-height: 8px;
	font-weight: bold;
}

.resultat-page-prev, .resultat-page-next {
	border: 1px solid #80664C;
	background: #B4987C;
}

.haut-page {
	display: block;
	margin-left: 30px;
}

.sep {
	color: #FFF;
	font-weight: normal;
	font-size: 15px;
}

/******************************************************************************/
/*	Détail d'un événement calendrier
/******************************************************************************/

.fiche-header {
	width: 100%;
	line-height: 10px;
}

.fiche-header {
	background: url("image/fiche-header.png") #9A7E63 no-repeat;
}

.fiche-date {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	padding-left: 95px;
}

.fiche-picto {
	text-align: right;
	padding: 1px 1px 0 0;
}

.fiche-body {
	width: 100%;
	border: 1px solid #9A7E63;
	border-collapse: separate;
	border-spacing: 4px 0;
	padding: 4px 0;
	
	/* HACK IE pour l'affichage détail calendrier */
	_border-collapse: collapse;
}

.fiche-titre {
	background: #F3E9DA;
	font-weight: bold;
	color: #CC3300;
	font-size: 10px;
	width: 80px;
	vertical-align: top;
	padding-left: 5px;
}

.fiche-contenu {
	color: #333333;
	font-size: 10px;
}


/******************************************************************************/
/*	Bouton "contact" et citation (Zone 5)
/******************************************************************************/

#page-contact {
	position: relative;
	top: 13px;
	height: 20px;
	background-color: #D1BEA5;
}

#page-contact a {
	display: block;
	width: 115px;
	background: #80664C url("image/picto_mail.png") no-repeat;
	font-size: 11px;
	text-align: right;
	color: #FFF;
	line-height: 20px;
	text-decoration: none;
	padding-right: 5px;
}

#page-citation {
	font-family: "Times New Roman", serif;
	font-size: 12px;
	line-height: 20px;
	color: #665433;
	float: right;
	padding-right: 5px;
}
