body {
  background-color: #000000;
  margin: 0;
  padding: 0;
  text-align:center;
}

body, td {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10pt;
}
img {border: none;}
h1 {font-size: 150%;}
h2 {font-size: 130%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}
h5 {font-size: 90%;}

p, ul, ol {margin:0; padding-bottom:5; padding-top:5;} 
blockquote {margin-top:0; margin-bottom:0; padding-bottom:0; padding-top:0;} 

a {
	color: #500000;
	text-decoration: none;
}
a:hover {
	color: #900000;
}

#page {
	background-color: #ffffff;
       	border-top: none;
	width: 97%;
        margin: 0 auto 10px auto;
	border-left: 2px solid #800000;
	border-right: 2px solid #800000;
	border-bottom: 2px solid #800000;
        padding: 0;
	text-align: left;
}

#top {
	
	height: 90px;
	background-image: url(deco/topbg.png);
	border-top: 5px double #800000;
        border-bottom: 5px double #800000;
	img: url(zfiles/2.gif);
        margin:0;
	padding: 10px 0 0 0;
}

#mid {
        border-bottom: none;
	margin:0;
	padding: 0;
        border-left: none;
}

#side {
        width: 15%;  
	float: left;
	border-right: 2px solid #800000;
        border-bottom: 2px dashed #800000;
	margin-top: 0px;
        padding: 17px 10px 3px 6px;
      
           
}

#main {
        width:77%;
        float: right;
	
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        margin-left: 0px;
        margin-right: 12px;
	text-align: justify;
}

#break {
	clear: both;
}

#bot {
	background-image: url(deco/topbg.png);
        height: 20px;
	border-top: 3px solid #000;
	font-size: 75%;
	text-align: center;
	margin:0;
	mapping:0;
	
}

#top h1 {
	margin: 0;
	padding: 0 0 0 10px;
	color: #700000;
	letter-spacing: 0.08em;
        font-size: 45px;
        font-family: palatino, times new roman; 
}
#top h2 {
	margin: 0;
	padding: 4px 0 5px 10px;
	color: #700000;
	line-height: 85%;
        word-spacing: 4px;
        letter-spacing: 0.02em;
        font-variant: small-caps;
        font-weight: bold;
        font-size: 12px;
        font-family: times new roman;
        
}

/* Menu */
.zul {
	padding: 0;
	margin: 3px 0 0 0;
	list-style: none;
        font-size: 10pt;
        font-family: helvetica, times new roman;
       
}
.zli1,.zli2,.zli3,.zli4 {
	padding-left: 18px;
        background-image: url(deco/icon.png);
	background-repeat: no-repeat;
	line-height: 18px;
}
.zon {
	background-image: url(deco/icon2.png);
}
.zli1 {
	margin-bottom: 9px;
        margin-top: 8px;  
}
.zli2 {
	margin-left: 10px;
}
.zli3 {
	margin-left: 18px;
}
.zli4 {
	margin-left: 26px;
}

/* styles zite */
#zadmin {
	border: 1px solid #000;
	background-color: #ccc;
	background-image: url(deco/topbg.png);
        padding: 0 2px;
	margin: 3px 0 0 0;
        
}
.ztable {
	border: 1px solid #CCC;
	background-color: #ccc;
	padding: 0 2px;
	margin: 5px 0;
	width: 100%;
}
.zalert {
	border: 1px solid #000;
	background-color: #ccc;
	padding: 0 2px;
}





/* Feuille de style du calendrier */
/*                                */

/* Style de la table principale contenant le calendrier */
table.calendar_main {
	font-family: Arial, Times, serif;
	font-size: 11px;
	
	float: right;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-left: 2px dashed #800000;
	border-top: 2px dashed #800000;
	
}

/* Style du titre du calendrier (<< mois annee >>)  */
.calendar_title {
	color: #000000;
	text-align: center;
}

/* Style de la cellule "mois annee" du titre    */
.calendar_title_month {
}

/* Style du lien "mois annee" du titre          */
.calendar_title_month_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style de la cellule contenant le lien "<<" du titre         */
.calendar_title_left_arrow {
	text-align: left;
	width: 28px;
}

/* Style de la cellule contenant le lien ">>" du titre         */
.calendar_title_right_arrow {
	text-align: right;
	width: 28px;
}

/* Style du lien "<<" du titre          */
.calendar_title_left_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style du lien ">>" du titre          */
.calendar_title_right_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style global de la table du calendrier  */
.calendar_table {
	border: none;
	border-collapse: collapse;
	font-size: 11px;
}

/* Style generique des cellules de la table du calendrier */
.calendar_table td {
	border: 1px solid #500000;
	text-align: center;
	width: 28px;
}

/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
.calendar_table th {
	border: 1px solid #500000;
	background-color: #500000;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}

                                                        */
/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)                                                                */
.calendar_weekend {
	background-color: #cccccc;
}

/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */
.calendar_other_month {
	color: #999999;
}

/* Style des liens des jours ne faisant pas partie du mois en cours      */
/* d'affichage                                                           */
.calendar_other_month_clickable {
	color: #999999;
	text-decoration: none;
}

/* Style du jour (non cliquable) representant aujourd'hui */
.calendar_today {
	color: #ff0000;
}

/* Style du lien sur le jour representant aujourd'hui */
.calendar_today_clickable {
	color: #ff0000;
	text-decoration: none;
}

/* Style des liens des jours faisant partie du mois en cours d'affichage */
.calendar_day_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style de la ligne du pied du calendrier (lien de retour vers le mois courant) */
.calendar_footer {
	color: #000000;
	text-align: center;
}

/* Style de la cellule contenant le lien de retour au mois courant utilise */
/* lorsque le mois affiche est le mois courant                             */
.calendar_footer_current_month {
}

/* Style du lien de retour dans la cellule de classe .calendar_footer_current_month */
.calendar_footer_current_month_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style de la cellule contenant le lien de retour au mois courant utilise */
/* lorsque le mois affiche n'est pas le mois courant                       */
.calendar_footer_other_month {
}

/* Style du lien de retour dans la cellule de classe .calendar_footer_other_month */
.calendar_footer_other_month_clickable {
	color: #000000;
	text-decoration: none;
}
