/* typos de theme */
.art_regular 	{ font-family: 'art_regular'; }
.art_bold 		{ font-family: 'art_bold'; }
.art_italic 	{ font-family: 'art_italic'; }
.art_bold_italic { font-family: 'art_bold_italic'; }

/* chemin pour icons.css du theme */
.ico16 { background-image:url('../img/theme-intermarche/icon16.png'); }
.ico32 { background-image:url(../img/theme-intermarche/icon32.png); }
.icoBullet { background-image:url(../img/theme-intermarche/iconBullet.png); }
.icoConclusion { background-image:url(../img/theme-intermarche/iconConclusion.png); }

/* chemin pour btn.css du theme */
.btn { background-image:url('../img/theme-intermarche/btn.png');  }

/* chemin pour notify.css du theme */
.notify-error h1 { background-image:url('../img/theme-intermarche/icon16.png'); }

/* chemin pour logon.css du theme */
#login-box { background-image:url("../img/theme-intermarche/bgLogin.png"); }
#login-header { background-image:url("../img/theme-intermarche/bgHeader.png"); }
#login-header h1 { background-image:url("../img/theme-intermarche/iconTitreLogin.png"); }
#login-content { background-image:url("../img/theme-intermarche/bgLogin.png"); }
#log-submit { background-image:url('../img/theme-intermarche/btnLogin.png'); }

/* chemin pour default-[theme].css */
.box-legende .item.orange,
.box-legende .item.rouge,
.titre-section, .col .titre-section,
a.more  { background-image: url("../img/theme-intermarche/iconTitres.png"); }
#header { background-image:url("../img/theme-intermarche/bgHeader.png"); }

/* chemin pour menu.css */
ul.dropdown li a { 	background-image: url("../img/theme-intermarche/icon32.png"); }

/* chemin pour displaytag.css */
.pagebanner,
.exportlinks { background-image: url("../img/theme-intermarche/iconTitres.png"); }

/* chemin pour upload.css */
.box-upload { background-image: url('../img/theme-intermarche/bgUpload.png') !important; }
.box-upload-header { background-image: url("../img/theme-intermarche/iconTitres.png") !important; }

/*
 * couleurs :
 * couleur 1 : #5d5d5d passée  à adb3bd pour l'arrière plan du header pour coler aux motifs
 * couleur 2 : #b03e3e
 * couleur complementaire header : #b5b5b5
 */

/* couleur du theme pour le header si différente du menu (selon logo) */
#header { background-color:#adb3bd; }

/* couleurs du theme pour le menu */
.menu { background-color:#5d5d5d; }
ul.dropdown li a.current  { color:#5d5d5d; }

ul.submenu,
ul.dropdown li.hover a.current,
ul.dropdown li.hover a { background-color:#b03e3e; }
ul.submenu li.hover a   { background-color:#b64d4d; } /* liens sous menus survolés légèrement plus clairs */

/* couleurs pour les contenus de pages */
#login-form label, a.secondary, #log-submit, #login-form p,
.displaytag td a,
.box-upload-infos,
.displaytag td, .displaytag .rouge td, .displaytag .orange td, .box-legende .item,
.btn:hover,
a.back-link:hover, a.linkWithIco:hover, .col a, input.applyActionDisabled  { color:#5d5d5d !important; } /* ne pas changer */

#tabs .ui-widget-header,
#fakeTabs .ui-widget-header,
.ui-tabs-selected,
.panel-header,
.titre,
.with-actions-multiples,
#lienJetable .titre-section,
#header  { border-color:#b03e3e !important; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited,
li.tabs-title, .titre-section, .panel-header h1, .titre h1, .box-options-recherche h2, .pagebanner,
.prev a:hover, .next a:hover,
.exportlinks a:hover,
a.back-link,
a.linkTextWithIco,
.btn,
.displaytag td a:hover,
.box-upload-header,
a.linkWithIco,
.titre-reponse,
a.more, .col a:hover { color:#b03e3e !important;  }

.page .current, .page a:hover, #popup .panel-header h1, #popup .popup-header h1 { background-color: #b03e3e !important; }
#popup .panel-header h1, #popup .titre h1 { color: #b03e3e !important; background-color:#fff !important; }

/**
* Ajouter les classes spécifiques au projet ici
*/
.box-infos { position:relative; width:100%; background:url("../img/theme-intermarche/bgBoxInfo.png") top right no-repeat; padding-bottom:5px; margin-bottom:5px; }
.box-infos .titre-section { margin-top:10px !important; background:url("../img/theme-intermarche/iconTitres.png") 0 -386px no-repeat; }
.box-infos .progression { position:relative; width:300px; float:left; display:inline; }

.box-actions-multiples .divActionPictoSelect .imageSelect{ background-image: url("../img/theme-intermarche/iconTitres.png"); }

.box-agreeur { position:relative; width:100%; padding:10px 0; }

/* gestion des tableaux lors des clics sur les conclusions */
table.tableauAgreage tr.odd.receptionIncomplete td { background-color:#F6E2A2 !important; }
table.tableauAgreage tr.even.receptionIncomplete td { background-color:#F6E2A2 !important; }

table.tableauAgreage tr.odd.produitSurveillanceCss td { background-color:#FFFF5F !important; }
table.tableauAgreage tr.even.produitSurveillanceCss td { background-color:#FFFF5F !important; }

table.tableauAgreage tr.odd.produitCritiqueCss td { background-color:#87B1E5 !important; }
table.tableauAgreage tr.even.produitCritiqueCss td { background-color:#87B1E5 !important; }

table.tableauAgreage tr.odd.suveillanceAutrePlateformeCss td { background-color:#FF6B6A !important; }
table.tableauAgreage tr.even.suveillanceAutrePlateformeCss td { background-color:#FF6B6A !important; }

/* pas de résultat à afficher */
.noData { position:relative; padding:5px 0; font-style:italic; color: #888; }
