/**
 * Pomona
 * definition CSS file
 * 
 * @name		general.css
 * @author		Christophe CROSAZ
 * @copyright	Abstrakt Graphics
 * 
 * Couleurs :
 */

/* Reset part */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-align: left; }
body{ padding: 0; margin: 0; }
p{ font-size: 12px; }
ol, ul{ list-style: none; }
blockquote, q{ quotes: none; }
blockquote:before, blockquote:after, q:before, q:after{ content: ''; content: none; }
:focus{ outline: 0; }
/* remember to highlight inserts somehow! */
ins{ text-decoration: none; }
del{ text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table{ border-collapse: collapse; border-spacing: 0; }
/* System Messages */
#system-message{ margin:10px 0 20px 0; padding: 0 !important; background:#fff; border:solid 0px; }
#system-message dt{ font-weight: bold; }
#system-message dd{ margin: 0;  font-weight: bold; text-indent: 0px;background:#fff;padding:0 }
#system-message dd ul{ color: #93246F; margin-bottom: 10px; list-style: none; padding: 0px; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}
/* System Standard Messages */
#system-message dt.message{ display: none; }
#system-message dd.message ul{ background: #F2E3ED; }
/* System Error Messages */
#system-message dt.error{ display: none; }
#system-message dd.error ul{ color: #93246F; background: #F2E3ED ; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;margin:0}
/* System Notice Messages */
#system-message dt.notice{ display: none; }
#system-message dd.notice ul{ color: #93246F; background: #F2E3ED; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}