/*-----------------------------------------------------------------------*/
/* Feuille de style pour la mise en forme du texte                       */
/* Site web : www.madartsenvrac.org                                      */
/* Auteur : Tsiky Thaïna                                                 */
/* Date : 5/12/07                                                        */
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------*/
/*                Mise en forme sur fond clair                           */
/*-----------------------------------------------------------------------*/

/* Titre principal fond clair */
/*----------------------------*/
.titre_1{
 font-size:16px;
 font-family: Arial, Verdana, Sans Serif;
 font-weight:bold;
 color:#820000;
 text-decoration:none;
}


/* Sous-titre fond clair */
/*-----------------------*/
.sstitre_1{
 font-size:14px;
 font-weight:bold;
 color:#820000;
}


/* Texte petit format fond clair */
/*-------------------------------*/
.pttexte_1{
 font-family: Arial, Sans Serif;
 font-size:12px;
 letter-spacing:1px;
 color:#000000;
}


/* Texte moyen format fond clair */
/*-------------------------------*/
.pttexte_13{
 font-family: Arial, Sans Serif;
 font-size:12px;
 letter-spacing:1px;
 color:#820000;
}


/* Texte grand format fond clair */
/*-------------------------------*/
.pttexte_12{
 font-family: Arial, Sans Serif;
 font-size:10px;
 font-weight:bold;
 letter-spacing:1px;
 color:#820000;
}

/* Liens plan */
/*------------*/
.lien_1{
 font-size:12px;
 text-decoration:none;
 color:#bc2c01;
}

a:hover{
 font-weight:bold;
 color:#22aaff;
}

.titre_pointille {
  font-family: Arial, Verdana, Sans Serif;
  border-bottom: 2px dotted #ddddee;
  font-weight:bold;
  font-size:14px;
  padding-bottom: 5px;
  color : #bc2c01
}

a.lien_menu_02:hover{
 font-weight:bold;
 color:#00EAFF;
}

.lien_bandeau{
 font-size:11px;
 font-weight:bold;
 text-decoration:none;
 color:#FDFB6C;
}

.lien_menu_01{
 font-size:12px;
 font-weight:bold;
 text-decoration:none;
 color:#820000;
}

.lien_agenda{
 font-family:Arial, Verdana, Serif;
 font-size:11px;
 font-weight:bold;
 text-decoration:none;
 color:#FFFFFF;
}

.lien_menu_02{
 font-family:Arial, Verdana, Serif;
 font-size:12px;
 font-weight:bold;
 letter-spacing:1px;
 text-decoration:none;
 color:#FFFFFF;
}

.lien_agenda_detail{
 font-family:Arial, Verdana, Serif;
 font-size:12px;
 text-decoration:none;
 color:#000000;
}

.lien_dossier_ferme {
 font-size:12px;
 font-family: Arial, Verdana, Sans Serif;
 font-weight:bold;
 color:#820000;
 text-decoration:none;
 outline: none; 
 background: url(icone_doss_ferme.png);
 background-repeat: no-repeat;
 background-position: 30px;
}

.lien_dossier_ouvert{
 font-size:12px;
 font-family: Arial, Verdana, Sans Serif;
 font-weight:bold;
 color:#820000;
 text-decoration:none;
 outline: none; 
 background: url(icone_doss_ouvert.png);
 background-repeat: no-repeat;
 background-position: 30px;
}

.lien_echange_ferme {
 font-size:12px;
 font-family: Arial, Verdana, Sans Serif;
 font-weight:bold;
 color:#820000;
 text-decoration:none;
 outline: none; 
 background: url(icone_doss_ferme.png);
 background-repeat: no-repeat;
}

.lien_echange_ouvert{
 font-size:12px;
 font-family: Arial, Verdana, Sans Serif;
 font-weight:bold;
 color:#820000;
 text-decoration:none;
 outline: none; 
 background: url(icone_doss_ouvert.png);
 background-repeat: no-repeat;
}

.ajout_menu{
 background: url(barre_menu.png);
 background-repeat: no-repeat;
}

.add_folder{
 font-size:12px;
 font-family: Arial, Verdana, Sans Serif;
 font-weight:bold;
 color:#820000;
 text-decoration:none;
 background: url(folder_add.png);
 background-repeat: no-repeat;
 padding-left : 20px;
 height:40px;
}

.add_file{
 font-size:12px;
 font-family: Arial, Verdana, Sans Serif;
 font-weight:bold;
 color:#820000;
 text-decoration:none;
 background: url(page_white_add.png);
 background-repeat: no-repeat;
 padding-left : 20px;
 height:40px;
}

.contenu{
 font-family:Arial, Verdana, Serif;
 font-size:12px;
 letter-spacing:1px;
 text-decoration:none;
 color:#000000;
}

.cadre_pointille {
 font-family:Arial, Verdana, Serif;
 font-size:11px;
 font-weight:bold;
 color:#820000;
 border: 1px dotted #bc2c01;
}

.cadre_tiret {
 border: 1px dashed #EA2C00;
 padding:10px;
}

.cadre_side_top {
  border-top: 1px groove #bc2c01;
  border-left: 1px groove #bc2c01;
  border-right: none;
  border-bottom : none;
}


/*-----------------------------------------------------------------------*/
/*                Mise en forme sur fond sombre                           */
/*-----------------------------------------------------------------------*/


/* Titre principal fond sombre */
/*-----------------------------*/
.titre_2{
 font-size:14px;
 font-weight:bold;
 color:#ffea00;
}


/* Sous-titre fond sombre */
/*------------------------*/
.sstitre_2{
 font-size:12px;
 color:#ffea00;
}


/* Texte petit format fond sombre */
/*--------------------------------*/
.pttexte_21{
 font-size:8px;
 letter-spacing:1px;
 color:#ffffff;
}


/* Texte moyen format fond sombre */
/*--------------------------------*/
.pttexte_22{
 font-size:12px;
 letter-spacing:1px;
 color:#ffffff;
}


/* Texte grand format fond sombre */
/*--------------------------------*/
.pttexte_23{
 font-size:14px;
 letter-spacing:1px;
 color:#ffffff;
}
