/*crlv post-it : 4 valeurs = top, right, bottom, left - 3 valeurs = top, left & right, bottom - 2 valeurs = top & bottom, left & right */
*
{
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body
{
	margin: 0;
	/*pour viter marges latrales */
	padding: 0;
	height: 100%;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	/*pour viter le bug de centrage sous IE 5 et 5.5 */
	color: #000;
	/*green*/
	/**/
	background: #fff url(interface/background_page.gif) repeat;
}
.plainsommaire  { color: #000000; font-size: 12px; font-family: Arial, sans-serif }
.plain { font-family: Arial, sans-serif; font-size: 12px; color: #000000; }
.categorie { color: #660000; font-size: 13px; font-weight: bold; }
.soustitres { color: #660000;	font-size: 14px; font-weight: bold; }
.nobg { background-image: none; }
.petitscaracteres10pts { color: #000000; font-size: 10px; font-family: Arial, sans-serif; text-decoration: none }
h2.soustitres { color: #660000; font-size: 14px; font-weight: bold; }
h2.titresommaire { color: #000000; font-size: 14px; font-weight: bold; }
h4.edito  { color: #660000; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold }
.edito { color: #660000; font-size: 10px; font-family: Arial, sans-serif }
img, a img { border: none; }

p { margin-top:1em; margin-bottom:1em; }

hr {
height: 1px;
margin: 1em 8em 1em 8em;
background: url(interface/background-hr.gif) repeat-x;
border: 0; outline: 0;
} 

/* CARTOUCHE GENERAL */
body form > table
{
	text-align: right;
	margin: 10px auto;
	/*marges latrales  auto pour centrer horizontalement*/
	height: 100%;
}

#divform >	table
{
	text-align: right;
	margin: 10px auto;
	/*marges latrales  auto pour centrer horizontalement*/
	height: 100%;
}

a { color: #B00; }
a:hover { color: #600; }
u { text-decoration: none; }

/* pour les enrichissements html intempestifs */
table
{
	border-collapse: collapse;
	display: table;
	border-spacing: 0;
	border: 0;
	padding: 0;
}

tr
{
	display: table-row;
	vertical-align: top;
}

td,th
{
	display: table-cell;
	padding: 0;
	background: transparent;
}

/* height:0 pour ignorer les cellules vides */
caption { display: table-caption; }
table { font-size: 12px; }
#CELLULE_PAGE { width: 760px; }

/* -----------------------------
            ENTETE
------------------------------*/

#CELLULE_ENTETE
{
	/*#F00*/
	background: white url(interface/entete_general_bg.jpg) no-repeat;
	height: 79px;
	width: 762px;
	border-top: 1px solid #600;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
	margin-bottom: -1px;
}

#IMAGE_LOGO_UNIVERSITE
{
	background: transparent url(interface/logoparis4.gif) no-repeat;
	height: 79px;
	width: 88px;
	float: right;
	margin: auto -1px -4px auto;
}

#S_RECHERCHE,#tzS_RECHERCHE
{
	width: 102px;
	height: 16px;
	margin-bottom:-1px;
	font:11px/13px Arial, Verdana, Helvetica, sans-serif;
}

#tzLIB_RECHERCHE,#tzLIEN_VERS_PAGE_ACCUEIL,#LIEN_VERS_PAGE_ACCUEIL,#BT_OKR,#tzBT_OKR
{
	font-size: 9px;
	color: #fff;
	text-align: left;
}

#IMAGE_LOGO_CENTRE
{
	background: url(interface/logocrlv.jpg) no-repeat;
	height: 79px;
	width: 88px;
	float: left;
}

/* -----------------------------
             MENU
------------------------------*/

#CELLULE_CORPS
{
	background: url(interface/menu_bg.jpg) repeat-y;
	width: 759px;
	border-bottom: 1px solid #600;
	border-left: 1px solid #600;
}

#IMAGE_MENU
{
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: transparent url(interface/menuitems_bg.jpg) repeat;
	float: left;
}

#IMAGE_MENU ul
{
	list-style: none;
	width: 130px;
	margin-top: 5px;
	margin-bottom: 5px;
}

li.tzLIENMENUIMG
{
	height: auto;
	vertical-align: middle;
}

li.tzLIENMENUIMG a
{
	display: block;
	padding: 3px 5px 3px 8px;
	color: #600;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, sans-serif;
	text-align: left;
	width: 117px;
}

li.tzLIENMENUIMG a:hover
{
	background-color: #FFF9DE;
	text-decoration: none;
}

li.tzLIBBANDEAU
{
	height: auto;
	background: transparent url(interface/menutitres_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF9DE;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 130px;
	border-top: 1px solid #d99f86;
	border-bottom: 1px solid #000;
}

/* -----------------------------
       CELLULE CENTRALE
------------------------------*/

#CELLULE_CENTRALE
{
	width: 631px;
	margin-bottom: -1px;
	/*url(interface/decoverticalesommaire.jpg) no-repeat*/
	background: #fff9de;
	border-top: 1px solid #600;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
}

/* attention : pourquoi a ne passe que sous IE ? */
#CELL_CENTRE_ACCUEIL
{
	width: 424px;
	padding: 0;
}

#tzLIB_COPYRIGHT
{
	text-align: right;
	padding-right: 10px;
	height: 15px;
	color: #600;
	font: 9px Arial, sans-serif;
}

/* -----------------------------
  CSS POUR LA PAGE D'ACCUEIL
------------------------------*/

/*------ COLONNE CENTRALE -------*/
#CELL_CENTRE_ACCUEIL img { border: solid 1px #600; }

#tzLIB_BANDEAU1
{
	background: url(interface/titre_actualite.gif) top left no-repeat;
	height: 50px;
	width: 385px;
}

#tzLIB_BANDEAU2
{
	background: url(interface/titre_publications.gif) top left no-repeat;
	height: 50px;
	width: 385px;
}

a#LIB_BANDEAU1, a#LIB_BANDEAU2
{
	visibility: hidden;
	padding: 0;
	margin: 0;
	font-size: 8px;
}

#tzLIB_BANDEAU3
{
	background: transparent url(interface/titre_separation.gif) top left no-repeat;
	height: 37px;
	width: 385px;
}

#LIB_BANDEAU3
{
	visibility: hidden;
	padding: 0;
	margin: 0;
	font-size: 8px;
}

/*ACTUALITÉ PRINCIPALE + AUTRES_INFOS*/
#tzLIB_TYPE_EVE ,#tzLIB_TYPE_EVE_AUTRE
{
	font-family: Arial, sans-serif;
	text-align: left;
	height: 15px;
	vertical-align: middle;
	color: #600;
	font-size: 14px;
	font-weight: bold;
}

/*.l-5 { text-align:center; font-size:12px; color:#600; }*/
#tzLIB_TYPE_EVE_AUTRE { font-size: 16px; }

#tzLIB_TITRE_PRINCIPALE ,#tzLIB_TITRE_AUTRE
{
	font-family: Arial, sans-serif;
	text-align: left;
	height: 15px;
	vertical-align: middle;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#tzLIEN_SOUS_TITRE,#tzLIEN_SOUS_TITRE_AUTRE,#tzLIEN_SOUS_TITRE1,#tzLIEN_SOUS_TITRE_AUTRE1
{
	font-family: Arial, sans-serif;
	text-align: left;
	height: 15px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#tzLIB_DESCRIPTION ,#tzLIB_DESCRIPTION_AUTRE
{
	font-family: Arial, sans-serif;
	text-align: left;
	height: 15px;
	vertical-align: middle;
	font-size: 12px;
	color: #000;
}

#tzIMAGE1 { padding-right: 19px; }

/*PUBLICATION*/
#tzLIB_AUTEUR, #tzLIB_EDITEUR
{
	font: 10px Arial, sans-serif;
	color: #000;
	text-align: center;
}


#tzLIB_AUTEUR
{
	padding-top: 15px;
	padding-bottom: 10px;
}

#tzLIEN_TITRE_PUB { text-align: center; }

a#LIEN_TITRE_PUB
{
	font: 10px Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

/*------ COLONNE DROITE -------*/
#CELL_DROITE { width: 204px; }

#BT_SITE
{
	display: block;
	margin-top: 11px;
	background: url(interface/bouton_astrolabe.gif) no-repeat top left;
	width: 194px;
	height: 30px;
}

/* bouton revue */
#CELL_EDITORIAL
{
	/* cartouche edito */
	margin-top: 12px;
	background-color: #fff1d1;
	text-align: left;
	padding: 8px;
	width: auto;
	height: auto;
	border: solid 1px #600;
}

#tzLIB_EDITORIAL
{
	/* cellule titre edito */
	color: #600;
	font: 11px Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

#tzLIB_TEXTE_EDITORIAL
{
	/* texte edito */
	color: #600;
	font: 10px Arial, sans-serif;
	text-align: left;
	padding: 8px;
}

/* -------------------- */
#CELLULE_AGENDA, #CELL_ANNONCES
{
	text-align: left;
	margin-top: 12px;
	border: solid 1px #600;
}

#tzLIB_AGENDA, #tzLIB_ANNONCE
{
	/* titre cartouche */
	color: #600;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	text-align: left;
}

a#LIEN_SUITE_AGENDA, a#LIEN_SUITE_ANNONCE
{
	/* lien "suite" */
	font: 10px Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

#tzLIEN_SUITE_AGENDA { text-align: center; }

#tzLIB_ANNONCE, #tzLIEN_SUITE_ANNONCE
{
	padding-top: 3px;
	text-align: center;
}

/* compense la taille de la ligne au-dessus, infrieure  celle de agenda */
a#LIEN_DATE_EVENEMENT, 
a#LIEN_TITRE_ANNONCE
{
	/* lien informatif */
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 162px;
	background: transparent url(interface/pucecarree.gif) 5px 3px no-repeat;
	padding: 0 5px 0 18px;
}

#tzLIB_TITRE_EVENEMENT
{
	color: #000;
	font-size: 10px;
	text-align: left;
}

/* descriptif vnement */
#tzLIB_TITRE_EVENEMENT
{
	width: 175px;
	padding: 0 5px 4px 5px;
}

#tzLIEN_TITRE_ANNONCE
{
	width: 185px;
	padding: 0 0 4px 0;
}

/* ----------------------------------------------------------------------------
                              AUTRES PAGES 
--------------------------------------------------------------------------- */

#tzNOTE { color: #000; font-size: 11px; font-weight: normal; text-align: left; }
#NOTE_VAR { color: #600; font-size: 11px; font-weight: normal; text-align: left; }
#NOTE_C { color: #000; font-size: 11px; font-weight: normal; text-align: center; }
#NOTE_VAR_C { color: #600; font-size: 11px; font-weight: normal; text-align: center; }

#LIB_LIEN_VAR, #tzLIB_LIEN_VAR { font-size: 12px; font-weight: normal; text-align: left; font-style: oblique; }


#LIB_TEXTE_LIST, #tzLIB_TEXTE_LIST { color: #000; font-size: 12px; font-weight: normal; text-align: left; background: transparent url(interface/pucecarree.gif) 5px 3px no-repeat; padding: 0 5px 0 18px; }
.id-lib-texte, #tzLIB_TEXTE { color: #000; font-size: 11px; font-weight: normal; text-align: left; }
#LIB_TEXTE_VAR, #tzLIB_TEXTE_VAR, #tzLIB_TEXTE_VAR1 { color: #600; font-size: 12px; font-weight: normal; text-align: left; }
.id-lib-texte-fort,.ID_LIB_TEXTE_FORT, #tzLIB_TEXTE_FORT, #tzLIB_TEXTE_FORT1 { color: #000; font-size: 12px; font-weight: bold; text-align: left; }

#LIB_TEXTE_VAR_FORT, #tzLIB_TEXTE_VAR_FORT, #tzLIB_TEXTE_VAR_FORT1, #tzLIB_TEXTE_VAR_FORT2,
#tzLIB_TEXTE_VAR_FORT3, #tzLIB_TEXTE_VAR_FORT4, #tzLIB_TEXTE_VAR_FORT5 { color: #600; font-size: 12px; font-weight: bold; text-align: left; }

#tzLIB_TEXTE_C { color: #000; font-size: 12px; font-weight: normal; text-align: center; }
#tzLIB_TEXTE_FORT_C { color: #000; font-size: 12px; font-weight: bold; text-align: center; }
#LIB_TEXTE_D { color: #000; font-size: 12px; font-weight: normal; text-align: right; }

#tzTITRE4_LIST { color: #000; font-size: 13px; font-weight: normal; text-align: left; background: transparent url(interface/pucecarree.gif) 5px 3px no-repeat; padding: 0 5px 0 18px; }
#tzTITRE4_VAR_LIST { color: #600; font-size: 13px; font-weight: normal; text-align: left; background: transparent url(interface/pucecarree.gif) 5px 3px no-repeat; padding: 0 5px 0 18px; }
#tzTITRE4 { color: #000; font-size: 13px; font-weight: normal; text-align: left; }

#tzTITRE3_LIST { color: #000; font-size: 13px; font-weight: bold; text-align: left; background: transparent url(interface/pucecarree.gif) 5px 3px no-repeat; padding: 0 5px 0 18px; }

.titre3-var-list,.ID_TITRE3_VAR_LIST, #tzTITRE3_VAR_LIST, #tzTITRE3_VAR_LIST1, #tzTITRE3_VAR_LIST2, #tzTITRE3_VAR_LIST3, #tzTITRE3_VAR_LIST4,
#tzTITRE3_VAR_LIST5,#tzTITRE3_VAR_LIST6, #tzTITRE3_VAR_LIST7, #tzTITRE3_VAR_LIST8, #tzTITRE3_VAR_LIST9 { color: #600; font-size: 13px; font-weight: bold; text-align: left; background: transparent url(interface/pucecarree.gif) 5px 3px no-repeat; padding: 0 5px 0 18px; }

#tzTITRE3, #tzTITRE3_1, #tzTITRE3_2, #tzTITRE3_3, #tzTITRE3_4, #tzTITRE3_5 { color: #000; font-size: 13px; font-weight: bold; text-align: left; }

.id-titre3-var,.ID_TITRE3_VAR, #tzTITRE3_VAR, #tzTITRE3_VAR1, #tzTITRE3_VAR2, #tzTITRE3_VAR3, #tzTITRE3_VAR4, #tzTITRE3_VAR5, 
#tzTITRE3_VAR6 { color: #600; font-size: 13px; font-weight: bold; text-align: left; }

.titre3-var-oblique,.TITRE3_VAR_OBLIQUE { color: #600; font-size: 13px; font-weight: bold; text-align: left; font-style:oblique; }

#tzTITRE3_C { color: #000; font-size: 13px; font-weight: bold; text-align: center; }
#tzTITRE3_VAR_C, #tzTITRE3_VAR_C1 { color: #600; font-size: 13px; font-weight: bold; text-align: center; }

#tzTITRE2 { color: #000; font-size: 14px; font-weight: bold; text-align: left; }
#tzTITRE2_VAR, #tzTITRE2_VAR1, .ID_TITRE2_VAR ,.id-titre2-var{ color: #600; font-size: 14px; font-weight: bold; text-align: left; }
#tzTITRE2_C,#tzTITRE2_C1 { color: #000; font-size: 14px; font-weight: bold; text-align: center; }

#tzTITRE2_VAR_C, #tzTITRE2_VAR_C1, #tzTITRE2_VAR_C2, #tzTITRE2_VAR_C3, #tzTITRE2_VAR_C4, #tzTITRE2_VAR_C5,
#tzTITRE2_VAR_C6, #tzTITRE2_VAR_C7, #tzTITRE2_VAR_C8, #tzTITRE2_VAR_C9, #tzTITRE2_VAR_C10, #tzTITRE2_VAR_C11
#tzTITRE2_VAR_C12, #tzTITRE2_VAR_C13, #tzTITRE2_VAR_C14, #tzTITRE2_VAR_C15 { color: #600; font-size: 14px; font-weight: bold; text-align: center; }

#tzTITRE1_VAR, #TITRE1_VAR, .ID_TITRE1_VAR,.id-titre1-var { color: #600; font-size: 16px; font-weight: bold; text-align: left; }
#TITRE1_VAR_C, #tzTITRE1_VAR_C, .ID_TITRE1_VAR_C, .id-titre1-var { color: #600; font-size: 16px; font-weight: bold; text-align: center; }

#tzLIB_BANDEAU_PAGE { background: url(interface/titre_bandeauvierge.gif) 13px 0 no-repeat; height: 50px; width: 577px; }
#LIB_BANDEAU_PAGE { display: block; padding: 13px 0 0 22px; font: 21px ,'Times new Roman', Times, serif; text-transform: uppercase; color: #600; letter-spacing: 2px; }

/* ---------------------------------------
		      5-AGENDA
----------------------------------------- */

#tzTITRE3_AGENDA { color: #000; font-size: 13px; font-weight: bold; text-align: left; padding-left: 13px; }


/* ---------------------------------------
		      12-ANNUAIRE
----------------------------------------- */

#tzLIEN_VERS_ANCRE { color: #600; font-size: 12px; font-weight: normal; text-align: left; background: transparent url(interface/pucecarree.gif) 5px 3px no-repeat; padding: 0 5px 0 18px; }


/* ---------------------------------------
		      15-CHERCHEUR
----------------------------------------- */

#tzLIEN_PUBLICATION_CENTRE, #tzLIEN_CONF, #tzLIEN_EMAIL, #tzLIEN_WEB, #tzLIEN_EMAIL_PERSO, 
#tzLIB_TEXTE_G, #tzLIB_TEXTE_G_1, #tzLIB_TEXTE_G_2, #tzLIB_TEXTE_G_3, #tzLIB_TEXTE_G_4,#tzLIB_TEXTE_G_5
	{ color: #000; font-size: 12px; font-weight: normal; text-align: left; padding-left: 13px; }

/* -----------------------------------------
		  16-CHERCHEUR_RECHERCHE
------------------------------------------ */

#COMBO_CHERCHEUR,#tzCOMBO_CHERCHEUR { width: 335px; height: 21px; font-size: 11px; padding-left: 5px; }
#COMBO_PAYS,#tzCOMBO_PAYS { width: 202px; height: 21px; font-size: 11px; padding-left: 5px; }
#COMBO_EPOQUE,#tzCOMBO_EPOQUE { width: 202px; height: 21px; font-size: 11px; padding-left: 5px; }
#COMBO_THEME,#tzCOMBO_THEME { width: 202px; height: 21px; font-size: 11px; padding-left: 5px; }
#COMBO_LOCALISATION,#tzCOMBO_LOCALISATION { width: 212px; height: 21px; font-size: 11px; padding-left: 5px; }
#COMBO_CONTINENT, #tzCOMBO_CONTINENT { width: 125px; height: 21px; font-size: 11px; padding-left: 3px; }

#CELLULE1_CHERCHEUR_RECHERCHE { border: 0; padding: 7px; width: 560px; display: block; margin-bottom: 13px; background-color: #f4e2c8; }
#CELLULE2_CHERCHEUR_RECHERCHE { border: 0; padding: 7px; width: 560px; display: block; margin-bottom: 13px; background-color: #f4e2c8; }
#CELLULE3_CHERCHEUR_RECHERCHE { border: 0; padding: 7px; width: 560px; display: block; background-color: #f4e2c8; }

/* -----------------------------------------
		   17-CHERCHEURS LISTE
------------------------------------------ */

#ZONE_LISTE_CHERCHEUR table { font-size: 12px; margin-left: 9px; }
#izTITRE2 i u b { font-style: normal; font-size: 13px; background: transparent url(interface/pucecarree.gif) 5px 3px no-repeat; padding: 0 5px 0 18px; }

/* ---------------------------------------
		   18-COLLOQUES DETAILS
----------------------------------------- */

#tzLIEN_COORDINATEUR { font-size: 11px; }
#tzLIEN_ORGANISATEUR, #tzLIEN_PARTENAIRE, #tzLIEN_COORDINATEUR { text-align: center; }
#tzLIEN_ORGANISATEUR, #tzLIEN_PARTENAIRE { font-weight: bold; }
#HTML_IMAGE { text-align: center; }
/* ---------------------------------------
		      19-COLLOQUES
----------------------------------------- */

#LIB_TEXTE_COLLOQUES { color: #000; font-size: 12px; font-weight: normal; text-align: left; padding-left: 17px; }

/* ---------------------------------------
		     20-CONFIRMATION
----------------------------------------- */

#tzLIEN_RETOUR { color: #000; font-size: 12px; font-weight: normal; text-align: center; }

/* ---------------------------------------
		       21-CONTACT
----------------------------------------- */

#LIB_TEXTE_CONTACT, #izLIB_TEXTE_CONTACT { font-weight: normal; text-size: 12px; }
#LIB_TEXTE_CONTACT b, #izLIB_TEXTE_CONTACT b { font-weight: bold; font-size: 13px; color: #600; }

/* -----------------------------------------
		         32-MESSAGE
------------------------------------------ */

#TITRE2_MESSAGE, #izTITRE2_MESSAGE1 { color: #000; font-size: 11px; font-weight: normal; text-align: left; }
#TITRE2_MESSAGE b, #izTITRE2_MESSAGE1 b { font-weight: bold; font-size: 14px; }

#LIEN_EMAIL_MESSAGE { margin: 10px 0; display: block; }
a#LIEN_EMAIL_MESSAGE b { text-decoration: none; color: #600; font-weight: bold; }

#LIB_TEXTE_MESS b, #izLIB_TEXTE_MESS1 b { color: #600; font-weight: bold; font-size: 12px; }

/* -----------------------------------------
		      33-PRESENTATION
------------------------------------------ */

#LIB_TEXTE_PRESENTATION { font-size: 12px; color: #000; vertical-align: top; padding-left: 40px; }

/* -----------------------------------------
		     37-TITRES MESSAGES
------------------------------------------ */

#tzTITRE2_TITRES_MESSAGES { color: #000; font-size: 11px; font-weight: normal; text-align: left; }
#tzTITRE2_TITRES_MESSAGES b { font-weight: bold; font-size: 12px; }

/* -----------------------------------------
		  40-FRANCFORT
------------------------------------------ */

#COMBO_AUTEUR, #tzCOMBO_AUTEUR { width: 347px; height: 21px; font-size: 11px; padding-left: 5px; }
#COMBO_DESTINATION, #tzCOMBO_DESTINATION { width: 202px; height: 21px; font-size: 11px; padding-left: 5px; }
#COMBO_FORME, #tzCOMBO_FORME { width: 202px; height: 21px; font-size: 11px; padding-left: 5px; }
#COMBO_BIBLIOTHEQUE, #tzCOMBO_BIBLIOTHEQUE { width: 347px; height: 21px; font-size: 11px; padding-left: 5px; }
#COMBO_COLL, #tzCOMBO_COLL{ width: 347px; height: 21px; font-size: 11px; padding-left: 5px; }

/*---------------------------------------
Administration
-------------------------------------------*/
.ch-saisie, .CH-SAISIE {width: 500px;}/*grand*/

.ch-saisie1, .CH-SAISIE1 {width: 100px;}/*petit*/
.ch-saisie2, .CH-SAISIE2 {width: 350px;}/*moyen*/

.ch-saisie3, .CH-SAISIE3 {width: 50px;height: 17px; }/*tout petit*/
.ch-saisie4, .CH-SAISIE4 {width: 390px;}/*moyen grand*/
.ch-saisie5, .CH-SAISIE5 {width: 272px;}/*moyen petit*/
#BT_ENVOYER,BT_ENVOYER{	display: block;	margin-top: 11px;background: url(images_html/envoyer.gif) no-repeat top left;}
#BT_RECOMMENCER,BT_RECOMMENCER{	display: block;background: url(images_html/recommencer.gif) no-repeat top left;}
#BT_AJOUT_AGENDA,BT_AJOUT_AGENDA{	display: block;background: url(images_html/proposer_date.gif) no-repeat top left;}
#BT_RECHERCHE,BT_RECHERCHE{	display: block;	margin-top: 11px;background: url(images_html/recherche.gif) no-repeat top left;}
#BT_OKR,BT_OKR { display: block;background: url(images_html/ok.gif) no-repeat top left;}
#BT_OK,BT_OK { display: block;background: url(images_html/ok.gif) no-repeat top left;}
#BT_INSCRIPTION,BT_INSCRIPTION{	display: block;	margin-top: 11px;background: url(images_html/inscription.gif) no-repeat top left;}
#BT_SOUMETTRE_INFO,BT_SOUMETTRE_INFO{	display: block;background: url(images_html/soumettre_info.gif) no-repeat top left;}
#BT_AJOUT_MESSAGE,BT_AJOUT_MESSAGE{	display: block;background: url(images_html/ajouter_message.gif) no-repeat top left;}
#BT_VIATICA, BT_VIATICA { display: block;background: url(interface/crlv_viatica.gif) no-repeat top left;}
#BT_ICONOTHEQUE, BT_ICONOTHEQUE { display: block;background: url(interface/crlv_iconotheque.gif) no-repeat top left;}